summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/d9final.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/d9final.cpp')
-rw-r--r--src/mame/drivers/d9final.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/d9final.cpp b/src/mame/drivers/d9final.cpp
index 66db5af67b6..947c2c7d356 100644
--- a/src/mame/drivers/d9final.cpp
+++ b/src/mame/drivers/d9final.cpp
@@ -117,7 +117,7 @@ WRITE8_MEMBER(d9final_state::bank_w)
/* game checks this after three attract cycles, otherwise coin inputs stop to work. */
READ8_MEMBER(d9final_state::prot_latch_r)
{
-// printf("PC=%06x\n",space.device().safe_pc());
+// printf("PC=%06x\n",m_maincpu->pc());
return 0x04;
}