summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/om740.lst
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/om740.lst')
-rw-r--r--src/devices/cpu/m6502/om740.lst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6502/om740.lst b/src/devices/cpu/m6502/om740.lst
index 0d84ca7cb5d..34652361335 100644
--- a/src/devices/cpu/m6502/om740.lst
+++ b/src/devices/cpu/m6502/om740.lst
@@ -114,7 +114,7 @@ jmp_zpi
prefetch();
reset740
- PC = read_arg(0xfffe);
+ P |= F_I; PC = read_arg(0xfffe);
PC = set_h(PC, read_arg(0xffff));
prefetch();
inst_state = -1;