megaload: RTS code had a lo/hi swap that made > 30k files not load

qkumba fixed this, was an issue when reading next indirect table
This commit is contained in:
Vince Weaver 2018-10-22 16:41:59 -04:00
parent 6a94349a90
commit 3c8b02b307

View File

@ -266,9 +266,11 @@ L6:
; restore current address
readdone:
pla
sta adrhi
; sta adrhi
; pla
sta adrlo ; code originally had this backwards
pla
sta adrlo
sta adrhi
bcc readfirst
lda $c0e8