summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segas24.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/segas24.c')
-rw-r--r--src/mame/drivers/segas24.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/segas24.c b/src/mame/drivers/segas24.c
index 3e4c42e31c8..4d661917802 100644
--- a/src/mame/drivers/segas24.c
+++ b/src/mame/drivers/segas24.c
@@ -696,7 +696,7 @@ static void reset_reset(running_machine *machine)
cpunum_set_input_line(machine, 1, INPUT_LINE_HALT, CLEAR_LINE);
cpunum_set_input_line(machine, 1, INPUT_LINE_RESET, PULSE_LINE);
// mame_printf_debug("enable 2nd cpu!\n");
-// DEBUGGER_BREAK;
+// debugger_break(machine);
s24_fd1094_machine_init();
} else