summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/apollo_kbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/apollo_kbd.c')
-rw-r--r--src/mess/machine/apollo_kbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/apollo_kbd.c b/src/mess/machine/apollo_kbd.c
index 6141d20ae50..39c6d92840d 100644
--- a/src/mess/machine/apollo_kbd.c
+++ b/src/mess/machine/apollo_kbd.c
@@ -149,7 +149,7 @@ const char *apollo_kbd_device::cpu_context()
if (cpu != NULL)
{
sprintf(statebuf, "%d.%03d %s pc=%08x - %s", s, ms, cpu->tag(),
- cpu_get_previouspc(cpu), tag());
+ cpu->safe_pcbase(), tag());
}
else
{