From 2cd6ec514cf4747c299c50b29bc8c22cafe2eb43 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sat, 1 Mar 2014 17:11:06 -0800 Subject: Add a separate flag/define for disabling the Z80 at compile time to ease refactoring --- debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debug.c') diff --git a/debug.c b/debug.c index b3d1aca..5ed7d4e 100644 --- a/debug.c +++ b/debug.c @@ -82,7 +82,7 @@ void strip_nl(char * buf) } } -#ifdef X86_64 +#ifndef NO_Z80 void zdebugger_print(z80_context * context, char format_char, char * param) { @@ -705,7 +705,7 @@ m68k_context * debugger(m68k_context * context, uint32_t address) } break; } -#ifdef X86_64 +#ifndef NO_Z80 case 'z': { genesis_context * gen = context->system; //Z80 debug commands -- cgit v1.2.3