diff gdb_remote.c @ 1773:0a26f3657295 mame_interp

Remove MAME Z80 core in favor of my new Z80 core
author Michael Pavone <pavone@retrodev.com>
date Tue, 12 Mar 2019 21:59:52 -0700
parents 8fe162bdb038
children 49f65d240299
line wrap: on
line diff
--- a/gdb_remote.c	Tue Mar 12 21:58:53 2019 -0700
+++ b/gdb_remote.c	Tue Mar 12 21:59:52 2019 -0700
@@ -170,7 +170,7 @@
 	if (address >= 0xA00000 && address < 0xA04000) {
 		gen->zram[address & 0x1FFF] = value;
 		genesis_context * gen = context->system;
-#if !defined(NO_Z80) && !defined(NEW_CORE)
+#if !defined(NO_Z80) && defined(USE_NATIVE)
 		z80_handle_code_write(address & 0x1FFF, gen->z80);
 #endif
 		return;