comparison genesis.h @ 1507:2455662378ed mame_interp

Added MAME Z80 core, re-enabled 68K tracing in Musashi core, disabled a bunch of code gen stuff when using interpreters from MAME
author Michael Pavone <pavone@retrodev.com>
date Sat, 30 Dec 2017 18:27:06 -0800
parents 14a2834d010c
children b7ecd0d6a77b
comparison
equal deleted inserted replaced
1506:ded16f3d7eb4 1507:2455662378ed
7 #define GENESIS_H_ 7 #define GENESIS_H_
8 8
9 #include <stdint.h> 9 #include <stdint.h>
10 #include "system.h" 10 #include "system.h"
11 #include "m68k_core.h" 11 #include "m68k_core.h"
12 #ifdef USE_NATIVE
12 #include "z80_to_x86.h" 13 #include "z80_to_x86.h"
14 #else
15 #include "mame_z80/z80.h"
16 #endif
13 #include "ym2612.h" 17 #include "ym2612.h"
14 #include "vdp.h" 18 #include "vdp.h"
15 #include "psg.h" 19 #include "psg.h"
16 #include "io.h" 20 #include "io.h"
17 #include "romdb.h" 21 #include "romdb.h"