summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/vt50/vt50dasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/vt50/vt50dasm.cpp')
-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] = {