mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +03:00
tms9900: Fix PC display for watchpoint hits
This commit is contained in:
parent
224384612e
commit
379e3db55e
@ -221,8 +221,8 @@ void tms99xx_device::device_start()
|
|||||||
// callexport = need to use the state_export method to read the state variable
|
// callexport = need to use the state_export method to read the state variable
|
||||||
state_add(i, s_statename[i], m_state_any).callimport().callexport().formatstr("%04X");
|
state_add(i, s_statename[i], m_state_any).callimport().callexport().formatstr("%04X");
|
||||||
}
|
}
|
||||||
state_add(STATE_GENPC, "GENPC", PC).formatstr("%4s").noshow();
|
state_add(STATE_GENPC, "GENPC", PC).noshow();
|
||||||
state_add(STATE_GENPCBASE, "CURPC", PC).formatstr("%4s").noshow();
|
state_add(STATE_GENPCBASE, "CURPC", PC).noshow();
|
||||||
state_add(STATE_GENFLAGS, "status", m_state_any).callimport().callexport().formatstr("%16s").noshow();
|
state_add(STATE_GENFLAGS, "status", m_state_any).callimport().callexport().formatstr("%16s").noshow();
|
||||||
|
|
||||||
build_command_lookup_table();
|
build_command_lookup_table();
|
||||||
|
Loading…
Reference in New Issue
Block a user