summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mcs96/mcs96make.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/mcs96/mcs96make.py')
-rw-r--r--src/emu/cpu/mcs96/mcs96make.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/mcs96/mcs96make.py b/src/emu/cpu/mcs96/mcs96make.py
index 59ef2da7453..fdc8da6c877 100644
--- a/src/emu/cpu/mcs96/mcs96make.py
+++ b/src/emu/cpu/mcs96/mcs96make.py
@@ -158,7 +158,7 @@ class OpcodeList:
if opc != None:
nm = opc.name + "_" + opc.amode
if opc.is_196:
- nm = nm + "_196"
+ nm += "_196"
print >>f, "\tcase 0x%03x: %s_full(); break;" % (i, nm)
print >>f, "\tcase 0x200: fetch_full(); break;"
print >>f, "\tcase 0x201: fetch_noirq_full(); break;"