From 01339444972e008dd2537acc42629efbdf7b9f12 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Sat, 9 Dec 2017 22:42:50 +1100 Subject: [PATCH] TMS9995: fixed debugger do command (Thanks to Ryan Holtz) --- src/devices/cpu/tms9900/tms9995.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/devices/cpu/tms9900/tms9995.cpp b/src/devices/cpu/tms9900/tms9995.cpp index 542f51f88ae..826932ceca6 100644 --- a/src/devices/cpu/tms9900/tms9995.cpp +++ b/src/devices/cpu/tms9900/tms9995.cpp @@ -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" };