Skip to content

Commit

Permalink
Version = 10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikr committed Jun 16, 2022
1 parent 11d3a30 commit f22a170
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Written by Johan Berntsson and Fredrik Ramsberg in 2018-2022

## Status

Update 2022-Jun-16: Release 10 with MEGA65 support for sound, unlimited dynamic memory and large stack (the stack mod makes it possible to play some lightweight Inform 7 games).

Update 2021-Nov-28: Release 9 with support for z1, z2 and z7 games.

Update 2021-Oct-03: Release 8 with MEGA65 speedups, plus optimizations and bugfixes for all platforms.
Expand Down
2 changes: 1 addition & 1 deletion asm/ozmoo.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ z_init
lda #TERPNO ; Interpreter number (8 = C64)
ldy #header_interpreter_number
jsr write_header_byte
lda #(64 + 9) ; "I" = release 9
lda #(64 + 10) ; "J" = release 10
ldy #header_interpreter_version ; Interpreter version. Usually ASCII code for a capital letter
jsr write_header_byte
lda #25
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.48
10.0

0 comments on commit f22a170

Please sign in to comment.