diff options
author | 2019-09-17 16:47:54 +0200 | |
---|---|---|
committer | 2019-09-17 16:47:54 +0200 | |
commit | ec4b8b2fa4db449ac7e2a683db953e93026c04cc (patch) | |
tree | b01b2371126d31b1e1bc541c4928878910ac04dc | |
parent | c04d4758c6acaba90b0240d0237997dbbc578fac (diff) |
update prev commit (nw)
-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(); |