summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/hmcs40/hmcs40d.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/hmcs40/hmcs40d.c')
-rw-r--r--src/emu/cpu/hmcs40/hmcs40d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/hmcs40/hmcs40d.c b/src/emu/cpu/hmcs40/hmcs40d.c
index 7a46383359f..287ecf77b55 100644
--- a/src/emu/cpu/hmcs40/hmcs40d.c
+++ b/src/emu/cpu/hmcs40/hmcs40d.c
@@ -13,7 +13,7 @@
CPU_DISASSEMBLE(hmcs40)
{
- int pos = 2;//0;
+ int pos = 1;//0;
// UINT16 op = (oprom[pos] | oprom[pos + 1] << 8) & 0x3ff;
// pos += 2;
// UINT8 instr = hmcs40_mnemonic[op];