diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/devices/cpu/m6502/om65c02.lst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/cpu/m6502/om65c02.lst b/src/devices/cpu/m6502/om65c02.lst index b15133e3441..d5428557344 100644 --- a/src/devices/cpu/m6502/om65c02.lst +++ b/src/devices/cpu/m6502/om65c02.lst @@ -765,8 +765,7 @@ wai_imp # exceptions reset_c - read_pc_noinc(); - read(0xffff); + read_arg(0xffff); read_pc_noinc(); read(SP); dec_SP(); read(SP); dec_SP(); |