diff options
-rw-r--r-- | src/emu/devcpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/devcpu.c b/src/emu/devcpu.c index b3a7b2b8458..01c7b29e70a 100644 --- a/src/emu/devcpu.c +++ b/src/emu/devcpu.c @@ -299,6 +299,7 @@ void cpu_device::device_start() } } state_add(STATE_GENPC, "curpc", m_state_io).callimport().callexport().formatstr("%8s").noshow(); + state_add(STATE_GENPCBASE, "curpcbase", m_state_io).callimport().callexport().formatstr("%8s").noshow(); const char *string = get_legacy_runtime_string(CPUINFO_STR_FLAGS); if (string != NULL) |