mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 17:29:49 +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
|
||||
readdone:
|
||||
pla
|
||||
sta adrhi
|
||||
; sta adrhi
|
||||
; pla
|
||||
sta adrlo ; code originally had this backwards
|
||||
pla
|
||||
sta adrlo
|
||||
sta adrhi
|
||||
bcc readfirst
|
||||
|
||||
lda $c0e8
|
||||
|
Loading…
Reference in New Issue
Block a user