summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/koftball.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/koftball.c')
-rw-r--r--src/mame/drivers/koftball.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/koftball.c b/src/mame/drivers/koftball.c
index 6054135a528..9501a2de8e1 100644
--- a/src/mame/drivers/koftball.c
+++ b/src/mame/drivers/koftball.c
@@ -137,7 +137,7 @@ READ16_MEMBER(koftball_state::prot_r)
case 0x8000: return 0x0f0f;
}
- logerror("unk prot r %x %x\n",m_prot_data, cpu_get_previouspc(&space.device()));
+ logerror("unk prot r %x %x\n",m_prot_data, space.device().safe_pcbase());
return machine().rand();
}