summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms34010/34010ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/tms34010/34010ops.c')
-rw-r--r--src/emu/cpu/tms34010/34010ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/tms34010/34010ops.c b/src/emu/cpu/tms34010/34010ops.c
index 29e4faa23f6..4ff1019ad74 100644
--- a/src/emu/cpu/tms34010/34010ops.c
+++ b/src/emu/cpu/tms34010/34010ops.c
@@ -98,7 +98,7 @@ static void unimpl(void)
if (PC == 0 || opcode_table[cpu_readop16(TOBYTE(PC)) >> 4] == unimpl)
{
cpunum_set_input_line(state.screen->machine, cpu_getactivecpu(), INPUT_LINE_HALT, ASSERT_LINE);
- DEBUGGER_BREAK;
+ debugger_break(state.screen->machine);
}
}