fix Proboot alignment

This commit is contained in:
Peter Ferrie 2024-09-09 18:02:53 -07:00
parent 9f71c29aa6
commit 48ffd3aba8
2 changed files with 5 additions and 2 deletions

Binary file not shown.

View File

@ -357,6 +357,9 @@ filename +PSTRING "LAUNCHER.SYSTEM"
!src "src/4cade.branding.a"
!if (* > $9ff) {
!serious "Bootloader is too large"
!if (* > $9fc) {
!serious "Bootloader is too large, ", *
}
*=$9fc
!byte $D3,$C1,$CE,$A1