From addd2458ab243690d97185ecd45f33bbeba8ddb7 Mon Sep 17 00:00:00 2001 From: Fredrik Ramsberg Date: Tue, 9 Aug 2022 15:13:06 +0200 Subject: [PATCH] Updated releasenotes --- releasenotes.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/releasenotes.txt b/releasenotes.txt index a5865000..6258bdc3 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -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. @@ -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.