From 73e4ae4251a562ee020286bf13e21e6f6a1fdfb9 Mon Sep 17 00:00:00 2001 From: AJR Date: Wed, 17 Jun 2020 09:14:30 -0400 Subject: vt50: Fix disassembly of L40M (stands in for B2M, not M2X) --- src/devices/cpu/vt50/vt50dasm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/cpu/vt50/vt50dasm.cpp b/src/devices/cpu/vt50/vt50dasm.cpp index 5f97d1eb1a9..8339cc476f9 100644 --- a/src/devices/cpu/vt50/vt50dasm.cpp +++ b/src/devices/cpu/vt50/vt50dasm.cpp @@ -38,7 +38,7 @@ const char *const vt5x_disassembler::s_opcodes_f[8] = { }; const char *const vt50_disassembler::s_opcodes_g[8] = { - "M2A", "A2M", "M2U", "B2M", "L40M", "U2M", "M2B", "SPARE" + "M2A", "A2M", "M2U", "L40M", "M2X", "U2M", "M2B", "SPARE" }; const char *const vt52_disassembler::s_opcodes_g[8] = { -- cgit v1.2.3