mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
tms9900: removed spaces in state names, setting register value now possible (nw)
This commit is contained in:
parent
729f1c569d
commit
92b27cb0a4
@ -276,11 +276,11 @@ void tms99xx_device::device_reset()
|
|||||||
|
|
||||||
const char* tms99xx_device::s_statename[20] =
|
const char* tms99xx_device::s_statename[20] =
|
||||||
{
|
{
|
||||||
"PC ", "WP ", "ST ", "IR ",
|
"PC", "WP", "ST", "IR",
|
||||||
"R0 ", "R1 ", "R2 ", "R3 ",
|
"R0", "R1", "R2", "R3",
|
||||||
"R4 ", "R5 ", "R6 ", "R7 ",
|
"R4", "R5", "R6", "R7",
|
||||||
"R8 ", "R9 ", "R10", "R11",
|
"R8", "R9", "R10","R11",
|
||||||
"R12", "R13", "R14", "R15"
|
"R12","R13","R14","R15"
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user