Make cpu_getpreviouspc() work again, fixing btime and some other stuff.
This commit is contained in:
parent
34152cd57f
commit
d1e9200589
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user