mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
TMS9995: fixed debugger do command (Thanks to Ryan Holtz)
This commit is contained in:
parent
147cffb386
commit
0133944497
@ -349,10 +349,10 @@ void tms9995_device::device_reset()
|
||||
|
||||
const char* tms9995_device::s_statename[20] =
|
||||
{
|
||||
"PC ", "WP ", "ST ", "IR ",
|
||||
"R0 ", "R1 ", "R2 ", "R3 ",
|
||||
"R4 ", "R5 ", "R6 ", "R7 ",
|
||||
"R8 ", "R9 ", "R10", "R11",
|
||||
"PC", "WP", "ST", "IR",
|
||||
"R0", "R1", "R2", "R3",
|
||||
"R4", "R5", "R6", "R7",
|
||||
"R8", "R9", "R10", "R11",
|
||||
"R12", "R13", "R14", "R15"
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user