summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dooyong.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dooyong.cpp')
-rw-r--r--src/mame/drivers/dooyong.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dooyong.cpp b/src/mame/drivers/dooyong.cpp
index e2d627648aa..297d16f1c63 100644
--- a/src/mame/drivers/dooyong.cpp
+++ b/src/mame/drivers/dooyong.cpp
@@ -429,7 +429,7 @@ WRITE8_MEMBER(dooyong_z80_state::primella_ctrl_w)
/* bit 5 used but unknown */
-// logerror("%04x: bankswitch = %02x\n",space.device().safe_pc(),data&0xe0);
+// logerror("%04x: bankswitch = %02x\n",m_maincpu->pc(),data&0xe0);
}