summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hexion.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2018-01-04 08:58:06 +0100
committer Olivier Galibert <galibert@pobox.com>2018-01-04 09:00:36 +0100
commitd8b8d945eddf359c40b2a0e6fab88212327fa58a (patch)
tree45c87a927284a76f1c848246cd8a940d1009f63c /src/mame/drivers/hexion.cpp
parentc3530cdebe6515f85f9b3a9318eadb266aa60898 (diff)
Ch-ch-ch-ch-ch-checkpoint... (nw)
Diffstat (limited to 'src/mame/drivers/hexion.cpp')
-rw-r--r--src/mame/drivers/hexion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hexion.cpp b/src/mame/drivers/hexion.cpp
index dcc28fcfbdd..70e00475a22 100644
--- a/src/mame/drivers/hexion.cpp
+++ b/src/mame/drivers/hexion.cpp
@@ -92,7 +92,7 @@ Notes:
WRITE8_MEMBER(hexion_state::coincntr_w)
{
-//logerror("%04x: coincntr_w %02x\n",space.device().safe_pc(),data);
+//logerror("%04x: coincntr_w %02x\n",m_maincpu->pc(),data);
/* bits 0/1 = coin counters */
machine().bookkeeping().coin_counter_w(0,data & 0x01);