This commit is contained in:
Tolik 2025-06-13 05:25:42 +10:00
parent ea359885b3
commit 63faf9f082

View File

@ -969,7 +969,7 @@ BootUpParams EQU #0E
.Mask.UpdBios EQU %0010'0000 * 256 + BootUpParams ;!TODO ; UPDATE BIOS
.Mask.StartDelay EQU %0001'1000 * 256 + BootUpParams ; START DELAY
.Mask.Language EQU %0000'0100 * 256 + BootUpParams ; LANGUAGE
;.Mask.Reserved EQU %0000'0010 * 256 + BootUpParams ; NOT USED
.Mask.BootSound EQU %0000'0010 * 256 + BootUpParams ; StartUp Sound
.Mask.QuickStartROM EQU %0000'0001 * 256 + BootUpParams ; QUICK START
Typematic EQU #0F