summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galastrm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galastrm.c')
-rw-r--r--src/mame/drivers/galastrm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/galastrm.c b/src/mame/drivers/galastrm.c
index d2c4e1f9f62..c98ffcdb5c8 100644
--- a/src/mame/drivers/galastrm.c
+++ b/src/mame/drivers/galastrm.c
@@ -140,7 +140,7 @@ popmessage(t);
coin_counter_w(machine(), 1, data & 0x04000000);
m_coin_word = (data >> 16) &0xffff;
}
-//logerror("CPU #0 PC %06x: write input %06x\n",cpu_get_pc(&device()),offset);
+//logerror("CPU #0 PC %06x: write input %06x\n",device->safe_pc(),offset);
}
}
}