mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-03-04 04:30:18 +00:00
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:
parent
6a94349a90
commit
3c8b02b307
@ -266,9 +266,11 @@ L6:
|
|||||||
; restore current address
|
; restore current address
|
||||||
readdone:
|
readdone:
|
||||||
pla
|
pla
|
||||||
sta adrhi
|
; sta adrhi
|
||||||
|
; pla
|
||||||
|
sta adrlo ; code originally had this backwards
|
||||||
pla
|
pla
|
||||||
sta adrlo
|
sta adrhi
|
||||||
bcc readfirst
|
bcc readfirst
|
||||||
|
|
||||||
lda $c0e8
|
lda $c0e8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user