Adjust ENTER for simpler DINTRP

This commit is contained in:
David Schmenk 2019-12-01 14:57:17 -08:00 committed by GitHub
parent 6518b8b207
commit 1d45c04792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1342,7 +1342,7 @@ ENTER LDA IFPH
DEY
STA (IFP),Y
BNE -
+ LDY #$03
+ LDY #$04
JMP FETCHOP
;*
;* LEAVE FUNCTION