mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
tms9995: fixed pc not displaying when watchpoint hit.
This commit is contained in:
parent
3d6d942afa
commit
4292addd9d
@ -229,8 +229,8 @@ void tms9995_device::device_start()
|
||||
// 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(STATE_GENPC, "GENPC", PC_debug).formatstr("%4s").noshow();
|
||||
state_add(STATE_GENPCBASE, "CURPC", PC_debug).formatstr("%4s").noshow();
|
||||
state_add(STATE_GENPC, "GENPC", PC_debug).noshow();
|
||||
state_add(STATE_GENPCBASE, "CURPC", PC_debug).noshow();
|
||||
state_add(STATE_GENFLAGS, "status", m_state_any).callimport().callexport().formatstr("%16s").noshow();
|
||||
|
||||
// Set up the lookup table for command decoding
|
||||
|
Loading…
Reference in New Issue
Block a user