; > Hdr.Archie

; Header to assemble the most generally useful version.
; Version produced will work in A300s, A400s, and will
; start up on an A500.
;  If the A500 has:
;     2m ARM
;     new clock chip
;     new FDC
;  then it might work OK on there too.

; Conditional flags

                  GBLL   NewClockChip
NewClockChip      SETL  {TRUE}
                  GBLL   A1Keyboard
A1Keyboard        SETL  {TRUE}
                  GBLL   A500Keyboard
A500Keyboard      SETL  {TRUE}              ; mostly useless on Archies...
                  GBLL   ChopOffTheGoolies
ChopOffTheGoolies SETL  {FALSE}

        LNK     Kernel
