summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/d9final.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/d9final.c')
-rw-r--r--src/mame/drivers/d9final.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/d9final.c b/src/mame/drivers/d9final.c
index c55b95687db..15a1579354d 100644
--- a/src/mame/drivers/d9final.c
+++ b/src/mame/drivers/d9final.c
@@ -102,7 +102,7 @@ WRITE8_MEMBER(d9final_state::d9final_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",cpu_get_pc(&space.device()));
+// printf("PC=%06x\n",space.device().safe_pc());
return 0x04;
}