; CompuPro system equates ; FALSE: EQU 0 TRUE: EQU NOT FALSE Z80: EQU FALSE ;Set to true if processor is Z80. C8080: EQU not Z80 ;Otherwise processor is 8080 type. GBC10 EQU FALSE ;Set to true for 10 megabyte GBC20 EQU FALSE ;Set to true for 20 megabyte GBC26 EQU FALSE ;Set to true for 26 megabyte HARD EQU GBC10 OR GBC20 OR GBC26 BANG: EQU TRUE ;False to eliminate Bit Banger. SYSSUP: EQU TRUE ;Set to true to include system support code. INTER3: EQU TRUE ;Set to true to include Interfacer 3 INTER1: EQU TRUE ;Set to true to include Interfacer 1 BOTDRV EQU 0 ;Set to logical drive to boot from ORDER: EQU 0 ;0 = FLOPPY, HARD ;1 = HARD, FLOPPY