diff options
Diffstat (limited to 'src/mame/drivers/icatel.cpp')
-rw-r--r-- | src/mame/drivers/icatel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/icatel.cpp b/src/mame/drivers/icatel.cpp index 79a4c32509d..a7ef81e9aad 100644 --- a/src/mame/drivers/icatel.cpp +++ b/src/mame/drivers/icatel.cpp @@ -171,8 +171,8 @@ WRITE8_MEMBER(icatel_state::ci8_w) READ8_MEMBER(icatel_state::ci15_r) { /* TODO: Implement-me! */ -// debugger_break(machine()); -// logerror("read: ci15\n"); + //machine().debugger().debug_break(); + //logerror("read: ci15\n"); return (1 << 3) | (1 << 0); } |