summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/omti8621.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/omti8621.c')
-rw-r--r--src/mess/machine/omti8621.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/omti8621.c b/src/mess/machine/omti8621.c
index cdd52b9c426..7c64e110ca4 100644
--- a/src/mess/machine/omti8621.c
+++ b/src/mess/machine/omti8621.c
@@ -218,7 +218,7 @@ static const char *cpu_context(const device_t *device) {
int ms = (t % osd_ticks_per_second()) / 1000;
sprintf(statebuf, "%d.%03d %s pc=%08x - %s", s, ms, cpu->tag(),
- cpu_get_previouspc(cpu), device->tag());
+ cpu->safe_pcbase(), device->tag());
} else {
strcpy(statebuf, "(no context)");
}