summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tickee.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tickee.c')
-rw-r--r--src/mame/drivers/tickee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tickee.c b/src/mame/drivers/tickee.c
index cecf92399dd..868479f6577 100644
--- a/src/mame/drivers/tickee.c
+++ b/src/mame/drivers/tickee.c
@@ -293,7 +293,7 @@ WRITE16_MEMBER(tickee_state::tickee_control_w)
}
if (olddata != m_control[offset])
- logerror("%08X:tickee_control_w(%d) = %04X (was %04X)\n", cpu_get_pc(&space.device()), offset, m_control[offset], olddata);
+ logerror("%08X:tickee_control_w(%d) = %04X (was %04X)\n", space.device().safe_pc(), offset, m_control[offset], olddata);
}