Skip to content

Commit 39b36d8

Browse files
author
fredrikramsberg
committed
Fixed bug which crashed builds if -t:c64 was specified
1 parent 4b03cd9 commit 39b36d8

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

asm/ozmoo.asm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,13 @@
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
}

releasenotes.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1
1+
5.2

0 commit comments

Comments
 (0)