]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
5100b10
authorToni Wilen <twilen@winuae.net>
Sat, 2 Dec 2023 18:01:04 +0000 (20:01 +0200)
committerToni Wilen <twilen@winuae.net>
Sat, 2 Dec 2023 18:01:04 +0000 (20:01 +0200)
od-win32/win32.h
od-win32/winuaechangelog.txt

index 687a085edbeb3db7df87c865c32aa9c05a9c5721..b1c78d93ec12a479138ba66391085587fe61996d 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 1
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("9")
+#define WINUAEBETA _T("10")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2023, 11, 26)
+#define WINUAEDATE MAKEBD(2023, 12, 2)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index 16d3f64bf79f296d9696c823950550114481fd12..095a563081be97ecdcdee555a71c574a2f146aab 100644 (file)
@@ -1,4 +1,12 @@
 
+Beta 10:
+
+- Fixed crash in some configs when hard reseting with freezer enabled. (b9 fix didn't work)
+- Do not activate default/TV scaling modes in programmed modes. (Previous "default" was supposed to skip programmed mode scaling but it didn't work correctly)
+- Disk emulation state changes mid scanline worked unreliably (ABC Chemii / Ego Software copy protection)
+- If only UAE expansion feature that needs UAE boot ROM is "Add PC drives at startup" and configured UAE boot ROM mode required F0 ROM, UAE boot ROM was not fully enabled automatically.
+
+Beta 9:
 
 - If program updated RTG (uaegfx) hardware mouse cursor colors only (not shape), mouse cursor was not updated to match new colors.
 - Detect compatible files in deeper subdirectories only when dropping archive file to floppy drive, do not do it when dropping to WB. (b1)