File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 5151 !ifndef SUPPORT_REU {
5252 SUPPORT_REU = 1
5353 }
54+ } else {
55+ !ifndef SUPPORT_REU {
56+ SUPPORT_REU = 0
57+ }
5458}
5559
60+
5661!ifndef VMEM_END_PAGE {
5762 VMEM_END_PAGE = $00 ; Last page of accessible RAM for VMEM, plus 1.
5863}
Original file line number Diff line number Diff line change @@ -165,3 +165,11 @@ Fixed bugs:
165165- Some characters could get a weird colour in the save slot listing.
166166- Fixed line breaks in the wrong place in games which started buffering in
167167 window 0 while window 1 was selected, like AMFV.
168+
169+
170+ Release 6: Bugfix release
171+
172+ Fixed bugs:
173+ - Warning with latest Acme due to typo ("Hex literal without any digits")
174+ - Builds crashed if -t:c64 was specified, due to SUPPORT_REU being undefined.
175+
Original file line number Diff line number Diff line change 1- 5.1
1+ 5.2
You can’t perform that action at this time.
0 commit comments