tms9900: removed spaces in state names, setting register value now possible (nw)

This commit is contained in:
Miodrag Milanovic 2014-05-08 09:25:19 +00:00
parent 729f1c569d
commit 92b27cb0a4

View File

@ -276,11 +276,11 @@ void tms99xx_device::device_reset()
const char* tms99xx_device::s_statename[20] =
{
"PC ", "WP ", "ST ", "IR ",
"R0 ", "R1 ", "R2 ", "R3 ",
"R4 ", "R5 ", "R6 ", "R7 ",
"R8 ", "R9 ", "R10", "R11",
"R12", "R13", "R14", "R15"
"PC", "WP", "ST", "IR",
"R0", "R1", "R2", "R3",
"R4", "R5", "R6", "R7",
"R8", "R9", "R10","R11",
"R12","R13","R14","R15"
};
/*