***** initcd.asm
hydra   equ    true             ; true for hydra bios
;faraday equ    true            ; true for bios with faraday chip
faraday equ    false            ; true for bios with faraday chip
sidecar equ    false            ; true for sidecar bios
***** a:initcd.asm
hydra   equ    true             ; true for hydra bios
faraday equ    true             ; true for bios with faraday chip
sidecar equ    false            ; true for sidecar bios
*****

***** initcd.asm

        call    Lock_Faraday            ; lock faraday configuration register
        endif

***** a:initcd.asm

;       call    Lock_Faraday            ; lock faraday configuration register
        endif                           ;VMR14.11.89

*****

***** initcd.asm
no_Lock:
        if      hydra
***** a:initcd.asm
no_Lock:
        call    lock_faraday            ;VMR14.11.89
        if      hydra
*****

