summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gcpinbal.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/gcpinbal.cpp
parentc3530cdebe6515f85f9b3a9318eadb266aa60898 (diff)
Ch-ch-ch-ch-ch-checkpoint... (nw)
Diffstat (limited to 'src/mame/drivers/gcpinbal.cpp')
-rw-r--r--src/mame/drivers/gcpinbal.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/gcpinbal.cpp b/src/mame/drivers/gcpinbal.cpp
index 40cc725567b..15460fb143f 100644
--- a/src/mame/drivers/gcpinbal.cpp
+++ b/src/mame/drivers/gcpinbal.cpp
@@ -123,7 +123,7 @@ INTERRUPT_GEN_MEMBER(gcpinbal_state::gcpinbal_interrupt)
WRITE16_MEMBER(gcpinbal_state::d80010_w)
{
- //logerror("CPU #0 PC %06x: warning - write ioc offset %06x with %04x\n", space.device().safe_pc(), offset, data);
+ //logerror("CPU #0 PC %06x: warning - write ioc offset %06x with %04x\n", m_maincpu->space.device().safe_pc(), offset, data);
COMBINE_DATA(&m_d80010_ram[offset]);
}
@@ -134,7 +134,7 @@ WRITE8_MEMBER(gcpinbal_state::d80040_w)
WRITE16_MEMBER(gcpinbal_state::d80060_w)
{
- //logerror("CPU #0 PC %06x: warning - write ioc offset %06x with %04x\n", space.device().safe_pc(), offset, data);
+ //logerror("CPU #0 PC %06x: warning - write ioc offset %06x with %04x\n", m_maincpu->pc(), offset, data);
COMBINE_DATA(&m_d80060_ram[offset]);
}