Skip to content

Commit 3aff965

Browse files
authored
Merge pull request #25 from ZXGuesser/installer-patch
Restore correct flash bank
2 parents 0885099 + 4889c4e commit 3aff965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/installer.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ F_writepages:
175175
call F_print
176176
ld a, 0x0B
177177
call F_setpageB
178-
ld a, 0xDE
178+
ld a, 0xDF
179179
call F_setpageA
180180
call F_writepageAtopageB
181181
ret nc

0 commit comments

Comments
 (0)