Skip to content

Commit

Permalink
Move BOOT sector address to a higher address.
Browse files Browse the repository at this point in the history
This allows loading the relocated BWDOS and still be compatible with 16K
machines.

Thanks to pirx for reporting.
  • Loading branch information
dmsc committed Jan 28, 2024
1 parent 0c4fd12 commit 6724678
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/format.src
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ BUFF EQU $400
NAMBUFF EQU $500

; Actual BOOT code load address
BTORG EQU $3000
BTORG EQU $3E00
; BOOT code data buffer
BTDAT EQU $2E00
BTDAT EQU $3C00
; BOOT code map buffer
BTMAP EQU $2F00
BTMAP EQU $3D00

******* BOOT CODE *******
BOOTER DTA 0,3
Expand Down

0 comments on commit 6724678

Please sign in to comment.