Skip to content

Commit f22a170

Browse files
committed
Version = 10.0
1 parent 11d3a30 commit f22a170

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Written by Johan Berntsson and Fredrik Ramsberg in 2018-2022
1111

1212
## Status
1313

14+
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).
15+
1416
Update 2021-Nov-28: Release 9 with support for z1, z2 and z7 games.
1517

1618
Update 2021-Oct-03: Release 8 with MEGA65 speedups, plus optimizations and bugfixes for all platforms.

asm/ozmoo.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ z_init
12921292
lda #TERPNO ; Interpreter number (8 = C64)
12931293
ldy #header_interpreter_number
12941294
jsr write_header_byte
1295-
lda #(64 + 9) ; "I" = release 9
1295+
lda #(64 + 10) ; "J" = release 10
12961296
ldy #header_interpreter_version ; Interpreter version. Usually ASCII code for a capital letter
12971297
jsr write_header_byte
12981298
lda #25

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.48
1+
10.0

0 commit comments

Comments
 (0)