cleanup versioning

This commit is contained in:
Michael Steil 2008-10-18 07:07:17 +00:00
parent 88091fc0b3
commit faec141bea
6 changed files with 20 additions and 18 deletions

View File

@ -21,6 +21,25 @@ MICROTAN := 1
.include "defines_microtan.s"
.endif
.ifdef CONFIG_2C
CONFIG_2B := 1
.endif
.ifdef CONFIG_2B
CONFIG_2A := 1
.endif
.ifdef CONFIG_2A
CONFIG_2 := 1
.endif
.ifdef CONFIG_2
CONFIG_11A := 1
.endif
.ifdef CONFIG_11A
CONFIG_11 := 1
.endif
.ifdef CONFIG_11
CONFIG_10A := 1
.endif
.ifdef CONFIG_SMALL
BYTES_FP := 4
.else

View File

@ -1,8 +1,8 @@
; http://apple2.org.za/gswv/a2zine/GS.WorldView/Resources/GS.TECH.INFO/AppleSoft/
; configuration
CONFIG_10A := 1
CONFIG_11 := 1
CONFIG_IO_MSB := 1 ; all I/O has bit #7 set
CONFIG_PRINT_CR := 1 ; print CR when line end reached
CONFIG_SAFE_NAMENOTFOUND := 1

View File

@ -14,10 +14,6 @@ CONFIG_DATAFLAG := 1
CONFIG_PRINTNULLS := 1; whether PRINTNULLS does anything
CONFIG_SPC_IS_CRSR_RIGHT := 1; always print CRSR RIGHT for SPC() (otherwise only for screen output)
.else
CONFIG_10A := 1
CONFIG_11 := 1
CONFIG_11A := 1
CONFIG_2 := 1
CONFIG_2A := 1
CONFIG_DATAFLAG := 1

View File

@ -1,9 +1,4 @@
; configuration
CONFIG_10A := 1
CONFIG_11 := 1
CONFIG_11A := 1
CONFIG_2 := 1
CONFIG_2A := 1
CONFIG_2B := 1
CONFIG_NO_POKE := 1

View File

@ -1,6 +1,4 @@
; configuration
CONFIG_10A := 1
CONFIG_11 := 1
CONFIG_11A := 1
CONFIG_MONCOUT_DESTROYS_Y := 1

View File

@ -1,10 +1,4 @@
; configuration
CONFIG_10A := 1
CONFIG_11 := 1
CONFIG_11A := 1
CONFIG_2 := 1
CONFIG_2A := 1
CONFIG_2B := 1
CONFIG_2C := 1
CONFIG_NULL := 1