summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/ldv1000.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/ldv1000.c')
-rw-r--r--src/emu/machine/ldv1000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/ldv1000.c b/src/emu/machine/ldv1000.c
index 14cf1ac7b49..1d7e270b6c2 100644
--- a/src/emu/machine/ldv1000.c
+++ b/src/emu/machine/ldv1000.c
@@ -469,7 +469,7 @@ READ8_MEMBER( pioneer_ldv1000_device::z80_controller_r )
WRITE8_MEMBER( pioneer_ldv1000_device::z80_controller_w )
{
if (LOG_STATUS_CHANGES && data != m_status)
- printf("%04X:CONTROLLER.W=%02X\n", cpu_get_pc(&space.device()), data);
+ printf("%04X:CONTROLLER.W=%02X\n", space.device().safe_pc(), data);
m_status = data;
}