7 extern bool exit_requested
;
8 extern void press_key(int c
);
9 extern long video_frames
;
10 extern long start_time
;
11 extern int intkeys
[5];
16 #define SETTINGS_MIN_VERSION 2
17 #define SETTINGS_VERSION 2
19 /* undef not to use greyscale lib */
20 #if !defined HAVE_LCD_COLOR
22 #define USE_BUFFERED_GREY
28 /* Always define this for the spectrum emulator. */
31 /* Define if sound driver is available. */
32 #if CONFIG_CODEC == SWCODEC && !defined SIMULATOR
36 /* Define this to use the inline intel assembly sections */
39 /* Define this to use an alternative way of passing the z80 processor
40 data to the z80 instruction emulation functions. May make emulation
41 faster on some machines, but not on intel, and sparc. */
42 /* seems not to have effect on arm targets */
46 /* Define if you have the ANSI C header files. */
47 #define STDC_HEADERS 1