Skip to content

Commit

Permalink
Updated releasenotes
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikr committed Aug 9, 2022
1 parent e5d4778 commit addd245
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
RELEASE NOTES

Release 11:
================================================
Release 11.1: 9 August 2022

Bugfixes:

- Fixed bug which caused disks to be unmounted when using scrollback mode on MEGA65.

================================================
Release 11: 9 August 2022

New/changed features:

- When restarting a game with sound (MEGA65 only) Ozmoo detects that the sounds have already been loaded, making restart a lot faster.
- Fixed PRINTSPEED mode which was broken. It now prints the # of instructions executed per second, twice per second.
- Player can now switch to darkmode by pressing F1 on the splash screen.
Expand All @@ -24,6 +33,7 @@ New/changed features:
- Ozmoo used to ignore REU:s smaller than 512 KB. It can now use any REU size. The REU can be used to cache game data and/or scrollback buffer.

Optimizations:

- Faster way to jump to instruction code
- Made restart code less different for different targets, and shorter for Plus/4 and C128.
- Optimized multiplication for input interrupt intervals, thus removing the last use of the generic 16-bit unsigned multiplication routine.
Expand Down

0 comments on commit addd245

Please sign in to comment.