Merge pull request #4 from peterferrie/master

fix EOF corner case
This commit is contained in:
Charles Mangin 2019-01-25 22:57:03 -05:00 committed by GitHub
commit 117fcac9df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -2646,10 +2646,14 @@ blkidx = * + 1
!if swap_scrn = 1 {
jsr saveslot
} ;swap_scrn
!if aligned_read = 0 {
plp
bcs fewpop
pla
pla
pla
pla
fewpop
} ;aligned_read
pla
pla
sec

Binary file not shown.