diff 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
line wrap: on
line diff
--- a/genesis.h	Wed Dec 27 13:46:52 2017 -0800
+++ b/genesis.h	Sat Dec 30 18:27:06 2017 -0800
@@ -9,7 +9,11 @@
 #include <stdint.h>
 #include "system.h"
 #include "m68k_core.h"
+#ifdef USE_NATIVE
 #include "z80_to_x86.h"
+#else
+#include "mame_z80/z80.h"
+#endif
 #include "ym2612.h"
 #include "vdp.h"
 #include "psg.h"