diff --git a/res/_FileInformation.txt b/res/_FileInformation.txt index 7cd5d88..3351345 100644 --- a/res/_FileInformation.txt +++ b/res/_FileInformation.txt @@ -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 diff --git a/src/zinfo/z1/z1.s b/src/zinfo/z1/z1.s index 37fed08..52f781b 100644 --- a/src/zinfo/z1/z1.s +++ b/src/zinfo/z1/z1.s @@ -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" -} \ No newline at end of file +} diff --git a/src/zinfo/z2/z2.s b/src/zinfo/z2/z2.s index 488ce5b..1ad7370 100644 --- a/src/zinfo/z2/z2.s +++ b/src/zinfo/z2/z2.s @@ -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" -} \ No newline at end of file +} diff --git a/src/zinfo/z3/z3.s b/src/zinfo/z3/z3.s index 98f4834..edb7b51 100644 --- a/src/zinfo/z3/z3.s +++ b/src/zinfo/z3/z3.s @@ -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" -} \ No newline at end of file +}