summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/om65c02.lst
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/om65c02.lst')
-rw-r--r--src/devices/cpu/m6502/om65c02.lst6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/devices/cpu/m6502/om65c02.lst b/src/devices/cpu/m6502/om65c02.lst
index dafeaec648e..b15133e3441 100644
--- a/src/devices/cpu/m6502/om65c02.lst
+++ b/src/devices/cpu/m6502/om65c02.lst
@@ -765,6 +765,12 @@ wai_imp
# exceptions
reset_c
+ read_pc_noinc();
+ read(0xffff);
+ read_pc_noinc();
+ read(SP); dec_SP();
+ read(SP); dec_SP();
+ read(SP); dec_SP();
P = (P | F_I) & ~F_D;
PC = read_arg(0xfffc);
PC = set_h(PC, read_arg(0xfffd));