mirror of
https://github.com/Tolik-Trek/Shared_Includes.git
synced 2026-06-15 00:51:32 +03:00
...
This commit is contained in:
parent
ea359885b3
commit
63faf9f082
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user