From aa16ee779d83c827b3c0b2c848b42321266fdffc Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Sat, 2 Feb 2008 08:57:39 +0000 Subject: Changed debugger-related code to be based off a new makefile define (DEBUGGER) which sets a new compile-time define (ENABLE_DEBUGGER). This means that MAME_DEBUG no longer means "enable debugger", it simply enables debugging features such as assertions and debug code in drivers. Also removed the various levels of opbase protection in memory.h and always just turned on full bounds checking. Fixed build break due to missing ampoker.lay -> ampoker2.lay renaming. --- src/emu/cpu/m6502/m65ce02.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/cpu/m6502/m65ce02.h') diff --git a/src/emu/cpu/m6502/m65ce02.h b/src/emu/cpu/m6502/m65ce02.h index eddbdffaffa..da2e451a131 100644 --- a/src/emu/cpu/m6502/m65ce02.h +++ b/src/emu/cpu/m6502/m65ce02.h @@ -48,7 +48,7 @@ extern void m65ce02_state_load(void *file); extern const char *m65ce02_info(void *context, int regnum); extern unsigned m65ce02_dasm(char *buffer, unsigned pc); -#ifdef MAME_DEBUG +#ifdef ENABLE_DEBUGGER extern unsigned int Dasm65ce02( char *dst, unsigned pc ); #endif -- cgit v1.2.3-70-g09d2