Skip to content

Commit a9fd79c

Browse files
author
fredrikramsberg
committed
Updated version to v4.0.
1 parent 89d7611 commit a9fd79c

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

asm/ozmoo.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ z_init
381381
!ifdef Z4PLUS {
382382
lda #8
383383
sta story_start + header_interpreter_number ; Interpreter number (8 = C64)
384-
lda #67 ; "C" = release 3
384+
lda #68 ; "D" = release 4
385385
sta story_start + header_interpreter_version ; Interpreter version. Usually ASCII code for a capital letter
386386
lda #25
387387
sta story_start + header_screen_height_lines

releasenotes.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,11 @@ Fixed bugs:
8282
- @print_table printed too many characters if it encountered an illegal ZSCII code, due to a bug in translate_zscii_to_petscii.
8383

8484
================================================
85-
Release 4: Cursor improvements, SuperCPU support, bugfixes
86-
Special thanks to Eric Sherman for cursor patches and Steve Flintham
87-
for VM bug fix patches
85+
Release 4: Configurable cursor, loadscreen, bugfixes
86+
Special thanks to Eric Sherman for cursor patches and Steve Flintham for VM bug fix patches
8887

8988
New features:
90-
- cursor shape and colour configuration settings
91-
- optional cursor blinking mode (see documentation/colours.txt)
89+
- cursor shape, colour and blinking configuration settings (see documentation/colours.txt)
9290
- make.rb support for additional target platforms (currently only -t:c64)
9391
- Added a runtime error for division by zero.
9492
- Option -i to add a loader showing a picture while the game loads.

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8
1+
4.0

0 commit comments

Comments
 (0)