correct return address when crossing page

This commit is contained in:
Peter Ferrie 2018-11-11 17:51:06 -08:00
parent afa41e9ecf
commit 90736b1735

View File

@ -464,7 +464,7 @@ ProDOS_enter
@fetchbyte
inc @fetchaddr+1
bne @fetchaddr
lda @fetchaddr+2
inc @fetchaddr+2
@fetchaddr
lda $d1d1
rts