fix internal macro expansion

I'm not sure why that line was commented out, but y has an undefined value at this point so it will read a random offset into the line.
This commit is contained in:
ksherlock 2019-12-28 14:30:45 -05:00 committed by GitHub
parent 3e568ad47a
commit 937c527344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1933,7 +1933,7 @@ expandint php
sta printptr+2
sep $30
* ldy #$00
ldy #$00
lda [fileptr]
tax