File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
8988New 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.
Original file line number Diff line number Diff line change 1- 3.8
1+ 4.0
You can’t perform that action at this time.
0 commit comments