; BANG: EQU FALSE ;True enables BitBanger support SMORG: EQU TRUE ;True enables System Support Board INTER3: EQU TRUE ;True to include Interfacer 3 support INTER1: EQU true ;True to include Interfacer 1 support GBC10 EQU FALSE ;True to include Disk 2 10 megabyte GBC20 EQU false ;True to include Disk 2 20 megabyte GBC26 EQU FALSE ;True to include Disk 2 26 megabyte HARD EQU GBC10 OR GBC20 OR GBC26 ;True to include hard disk code ORDER EQU 0 ;0 for floppy A,B hard C,D ;1 for hard A,B floppy C,D if @ldr = 0 HDRIVE EQU true ;True to include M-DRIVE/H support else HDRIVE EQU FALSE endif