; 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 ORDER EQU 1 ;0 for floppy A,B hard C,D GBC10 EQU FALSE ;True to include Disk 2 10 megabyte GBC20 EQU FALSE ;True to include Disk 2 20 megabyte X2GBC20 EQU FALSE ;True for a second 20 megabyte hard disk GBC26 EQU FALSE ;True to include Disk 2 26 megabyte GBF40 EQU FALSE ;True for 40 meg as 2 logical X2GBF40 EQU FALSE ;True for 2 same 40 megs ST506 EQU FALSE Q540 EQU TRUE ;True for CompuPro HD 40 Quantum 40 mbyte XQ540 EQU FALSE ;True for second q540 DISK2 EQU GBC10 OR GBC20 OR GBC26 OR GBF40 DISK3 EQU ST506 OR Q540 HARD EQU DISK2 OR DISK3 ;True to include hard disk code ;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 ;NOTE: If assembling for the loader, The hard disks should be turned off.