TMS9995: fixed debugger do command (Thanks to Ryan Holtz)

This commit is contained in:
Robbbert 2017-12-09 22:42:50 +11:00
parent 147cffb386
commit 0133944497

View File

@ -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"
};