From b96e663bdb884bb781cc90c211e19ae7b3bdcdfe Mon Sep 17 00:00:00 2001 From: AJR Date: Mon, 11 Mar 2019 15:22:23 -0400 Subject: 8x300dasm.cpp: These are used by the 8X305 (nw) --- src/devices/cpu/8x300/8x300dasm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/cpu/8x300/8x300dasm.cpp b/src/devices/cpu/8x300/8x300dasm.cpp index 762fec8f382..3f03ed19cfd 100644 --- a/src/devices/cpu/8x300/8x300dasm.cpp +++ b/src/devices/cpu/8x300/8x300dasm.cpp @@ -19,7 +19,7 @@ const char *const n8x300_disassembler::reg_names[32] = { "AUX", "R1", "R2", "R3", "R4", "R5", "R6", "IVL", "OVF", "R11", - "Unused12", "Unused13", "Unused14", "Unused15", "Unused16", "IVR", + "R12", "R13", "R14", "R15", "R16", "IVR", "LIV0", "LIV1", "LIV2", "LIV3", "LIV4", "LIV5", "LIV6", "LIV7", "RIV0", "RIV1", "RIV2", "RIV3", "RIV4", "RIV5", "RIV6", "RIV7" }; -- cgit v1.2.3