From ec2a5cce1a4e3609535a9ae902a80933fbb0f341 Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Mon, 25 Sep 2006 09:44:10 +0000 Subject: yet more code cleanup, quick snapshot feature,sound should no longer crash,light optimizations git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11041 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/zxbox/zxconfig.h | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'apps/plugins/zxbox/zxconfig.h') 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]; /* undef not to use grayscale lib */ #if !defined HAVE_LCD_COLOR && LCD_PIXELFORMAT != HORIZONTAL_PACKING +/* grayscale is far slower for now at least on ipods :( */ #define USE_GRAY #define USE_BUFFERED_GRAY #endif #define Z80C -#define MULTIUSER 0 -#define DATADIR "." /* Always define this for the spectrum emulator. */ #define SPECT_MEM 1 @@ -42,20 +41,11 @@ extern int intkeys[5]; /* Define this to use an alternative way of passing the z80 processor data to the z80 instruction emulation functions. May make emulation faster on some machines, but not on intel, and sparc. */ -#undef PROCP /* seems not to have effect on arm targets */ -/* #define PROCP */ - -/* Define to empty if the keyword does not work. */ -/* #undef const */ - -/* Define to `unsigned' if doesn't define. */ -/* #undef size_t */ +/* seems not to have effect on arm targets */ +#undef PROCP +/*#define PROCP*/ /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 -/* Define if your processor stores words with the most significant - byte first (like Motorola and SPARC, unlike Intel and VAX). */ -/* #undef WORDS_BIGENDIAN */ - #endif -- cgit v1.2.3