summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/cp1610/cp1610.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/cp1610/cp1610.c')
-rw-r--r--src/emu/cpu/cp1610/cp1610.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/emu/cpu/cp1610/cp1610.c b/src/emu/cpu/cp1610/cp1610.c
index 085f0832200..ec7780b634f 100644
--- a/src/emu/cpu/cp1610/cp1610.c
+++ b/src/emu/cpu/cp1610/cp1610.c
@@ -2166,7 +2166,7 @@ static int cp1610_execute(int cycles)
do
{
- CALL_DEBUGGER(cp1610.r[7]);
+ debugger_instruction_hook(Machine, cp1610.r[7]);
cp1610.mask_interrupts = 0;
@@ -3491,9 +3491,7 @@ void cp1610_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_PTR_EXECUTE: info->execute = cp1610_execute; break;
case CPUINFO_PTR_BURN: info->burn = NULL; break;
-#ifdef ENABLE_DEBUGGER
case CPUINFO_PTR_DISASSEMBLE: info->disassemble = cp1610_dasm; break;
-#endif /* ENABLE_DEBUGGER */
case CPUINFO_PTR_INSTRUCTION_COUNTER: info->icount = &cp1610_icount; break;
/* --- the following bits of info are returned as NULL-terminated strings --- */