Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
xemu-target.h
Go to the documentation of this file.
1 #define TARGET_NAME "ep128"
2 #define TARGET_DESC "Enterprise 128"
3 #define CONFIG_Z180
4 #if defined(XEMU_ARCH_UNIX) && !defined(__arm__)
5 #define XEP128_GTK
6 #endif
7 #ifdef CONFIG_Z180
8 #define Z80EX_Z180_SUPPORT
9 #endif
10 #define Z80EX_ED_TRAPPING_SUPPORT
11 #define Z80EX_CALLBACK_PROTOTYPE extern
12 #define CONFIG_SDEXT_SUPPORT
13 #ifdef __EMSCRIPTEN__
14 #define NO_CONSOLE
15 #endif
16 
17 #ifndef __EMSCRIPTEN__
18 #define CONFIG_USE_LODEPNG
19 #endif
20 
21 #define CONFIG_EMSCRIPTEN_OK
22 
23 // EP128 is not well integrated into Xemu framework, we need this:
24 #define XEMU_NO_SDL_DIALOG_OVERRIDE