From ec4b8b2fa4db449ac7e2a683db953e93026c04cc Mon Sep 17 00:00:00 2001 From: hap Date: Tue, 17 Sep 2019 16:47:54 +0200 Subject: [PATCH] update prev commit (nw) --- src/devices/cpu/m6502/om65c02.lst | 3 +-- 1 file changed, 1 insertion(+), 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();