summaryrefslogtreecommitdiff
path: root/apps/plugins/zxbox/zxconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/zxbox/zxconfig.h')
-rw-r--r--apps/plugins/zxbox/zxconfig.h18
1 files changed, 4 insertions, 14 deletions
diff --git a/apps/plugins/zxbox/zxconfig.h b/apps/plugins/zxbox/zxconfig.h
index e28dc5d6b7..ddd91d0020 100644
--- a/apps/plugins/zxbox/zxconfig.h
+++ b/apps/plugins/zxbox/zxconfig.h
@@ -19,14 +19,13 @@ extern int intkeys[5];
19 19
20/* undef not to use grayscale lib */ 20/* undef not to use grayscale lib */
21#if !defined HAVE_LCD_COLOR && LCD_PIXELFORMAT != HORIZONTAL_PACKING 21#if !defined HAVE_LCD_COLOR && LCD_PIXELFORMAT != HORIZONTAL_PACKING
22/* grayscale is far slower for now at least on ipods :( */
22#define USE_GRAY 23#define USE_GRAY
23#define USE_BUFFERED_GRAY 24#define USE_BUFFERED_GRAY
24#endif 25#endif
25 26
26 27
27#define Z80C 28#define Z80C
28#define MULTIUSER 0
29#define DATADIR "."
30 29
31/* Always define this for the spectrum emulator. */ 30/* Always define this for the spectrum emulator. */
32#define SPECT_MEM 1 31#define SPECT_MEM 1
@@ -42,20 +41,11 @@ extern int intkeys[5];
42/* Define this to use an alternative way of passing the z80 processor 41/* Define this to use an alternative way of passing the z80 processor
43 data to the z80 instruction emulation functions. May make emulation 42 data to the z80 instruction emulation functions. May make emulation
44 faster on some machines, but not on intel, and sparc. */ 43 faster on some machines, but not on intel, and sparc. */
45#undef PROCP /* seems not to have effect on arm targets */ 44/* seems not to have effect on arm targets */
46/* #define PROCP */ 45#undef PROCP
47 46/*#define PROCP*/
48/* Define to empty if the keyword does not work. */
49/* #undef const */
50
51/* Define to `unsigned' if <sys/types.h> doesn't define. */
52/* #undef size_t */
53 47
54/* Define if you have the ANSI C header files. */ 48/* Define if you have the ANSI C header files. */
55#define STDC_HEADERS 1 49#define STDC_HEADERS 1
56 50
57/* Define if your processor stores words with the most significant
58 byte first (like Motorola and SPARC, unlike Intel and VAX). */
59/* #undef WORDS_BIGENDIAN */
60
61#endif 51#endif