summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/namcos2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/namcos2.c')
-rw-r--r--src/mame/video/namcos2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/namcos2.c b/src/mame/video/namcos2.c
index 1bcf6e5486a..00e05006b9e 100644
--- a/src/mame/video/namcos2.c
+++ b/src/mame/video/namcos2.c
@@ -209,7 +209,7 @@ WRITE16_HANDLER( namcos2_68k_roz_ram_w )
tilemap_mark_tile_dirty(tilemap_roz,offset);
// if( input_code_pressed(KEYCODE_Q) )
// {
-// DEBUGGER_BREAK;
+// debugger_break(machine);
// }
}