mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
support merged packed files
This commit is contained in:
parent
7ecd31d147
commit
9915862086
@ -178,6 +178,7 @@ LoadIndexedFile
|
||||
jsr $bf00
|
||||
!byte $cc
|
||||
!word @cc_parms
|
||||
jsr swap_zpg ; restore sizelo2/hi2
|
||||
dec $BF0E ; re-enable ROM mapping on return
|
||||
jmp SwitchToBank1
|
||||
|
||||
|
@ -20,6 +20,7 @@ buffer = first_zp+2 ;word
|
||||
|
||||
ProDOS_enter
|
||||
!set CloseHandles = @imp_close
|
||||
!set swap_zpg = @swap_zp
|
||||
stx ProDOS_savedX+1
|
||||
sty ProDOS_savedY+1
|
||||
jsr @swap_zp
|
||||
|
Loading…
Reference in New Issue
Block a user