ZINFO build fixes

This commit is contained in:
4am 2018-04-16 12:44:48 -04:00
parent 40e84b9582
commit 2efc608c4e
4 changed files with 12 additions and 6 deletions

View File

@ -9,6 +9,12 @@ ONBEYONDZ3=Type(06),AuxType(3000),Access(C3)
ONBEYONDZ4=Type(06),AuxType(3000),Access(C3)
ONBEYONDZ5=Type(06),AuxType(3000),Access(C3)
ONBEYONDZ5U=Type(06),AuxType(3000),Access(C3)
ZINFO.SYSTEM=Type(FF),AuxType(2000),Access(C3)
ZINFO1=Type(06),AuxType(3000),Access(C3)
ZINFO2=Type(06),AuxType(3000),Access(C3)
ZINFO3=Type(06),AuxType(3000),Access(C3)
ZINFO4=Type(06),AuxType(3000),Access(C3)
ZINFO5=Type(06),AuxType(3000),Access(C3)
WEEGUI=Type(06),AuxType(4000),Access(C3)
DHRSLIDE.SYSTEM=Type(FF),AuxType(2000),Access(C3)
# TODO remove these save game files, just here for development

View File

@ -2,7 +2,7 @@
;(c) 2018 by qkumba
!cpu 6502
!to "build/zinfo1#063000",plain
!to "build/zinfo1",plain
*=$3000
save_name = $2006
@ -682,4 +682,4 @@ max_chars !byte 0
zpage_old
!if *+(zp_E7-zp_91)>=read_buffer {
!error "Code is too large"
}
}

View File

@ -2,7 +2,7 @@
;(c) 2018 by qkumba
!cpu 6502
!to "build/zinfo2#063000",plain
!to "build/zinfo2",plain
*=$3000
save_name = $2006
@ -752,4 +752,4 @@ max_chars !byte 0
zpage_old
!if *+(zp_E9-zp_91)>=read_buffer {
!error "Code is too large"
}
}

View File

@ -2,7 +2,7 @@
;(c) 2018 by qkumba
!cpu 6502
!to "build/zinfo3#063000",plain
!to "build/zinfo3",plain
*=$3000
save_name = $2006
@ -814,4 +814,4 @@ max_chars !byte 0
zpage_old
!if *+(zp_DC-zp_8C)>=read_buffer {
!error "Code is too large"
}
}