summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/tx1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/tx1.c')
-rw-r--r--src/mame/machine/tx1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/tx1.c b/src/mame/machine/tx1.c
index be701976c79..fd301e02901 100644
--- a/src/mame/machine/tx1.c
+++ b/src/mame/machine/tx1.c
@@ -1288,13 +1288,13 @@ WRITE16_HANDLER( buggyboy_math_w )
else
{
mame_printf_debug("BB_DSEL was not 3 for P->S load!\n");
- DEBUGGER_BREAK;
+ debugger_break(machine);
}
}
else
{
mame_printf_debug("Buggy Boy unknown math state!\n");
- DEBUGGER_BREAK;
+ debugger_break(machine);
}
if ( offset & BB_INSLD )