Make cpu_getpreviouspc() work again, fixing btime and some other stuff.

This commit is contained in:
Aaron Giles 2010-06-08 16:28:21 +00:00
parent 34152cd57f
commit d1e9200589

View File

@ -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)