summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-06-17 09:14:30 -0400
committer AJR <ajrhacker@users.noreply.github.com>2020-06-17 09:14:30 -0400
commit73e4ae4251a562ee020286bf13e21e6f6a1fdfb9 (patch)
treea9bd5cee5b5bfe99def462ce66827a4f7e1c3d54
parentc66eaf096ea595319c6ee2258ca1e871a6356e66 (diff)
vt50: Fix disassembly of L40M (stands in for B2M, not M2X)
-rw-r--r--src/devices/cpu/vt50/vt50dasm.cpp2
1 files changed, 1 insertions, 1 deletions
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] = {