mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-14 12:34:07 +00:00
fix bank confusion in DecompressDHGR after refactoring other decompression routines
This commit is contained in:
parent
8849fccf07
commit
de6a313d93
@ -99,8 +99,10 @@ DecompressInternal
|
||||
; $0200..$03CB clobbered by decompressor
|
||||
;------------------------------------------------------------------------------
|
||||
DecompressDHGR
|
||||
jsr DecompressHGR
|
||||
sta WRITEMAINMEM
|
||||
lda #$3F
|
||||
bit SHRRTS
|
||||
jsr DecompressInternal
|
||||
sta READAUXMEM
|
||||
lda #$60
|
||||
sta PageFrom+2
|
||||
lda #$40
|
||||
|
Loading…
x
Reference in New Issue
Block a user