]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
4900b38
authorToni Wilen <twilen@winuae.net>
Sat, 23 Oct 2021 17:10:21 +0000 (20:10 +0300)
committerToni Wilen <twilen@winuae.net>
Sat, 23 Oct 2021 17:10:21 +0000 (20:10 +0300)
od-win32/win32.h
od-win32/winuaechangelog.txt

index e3f46ef5825248e204147db20f87c470b761bbd5..2797c6d86644f14d61067d4d5f98922b7b4a5446 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 1
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("Beta 37")
+#define WINUAEBETA _T("Beta 38")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2021, 10, 14)
+#define WINUAEDATE MAKEBD(2021, 10, 23)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index 791701f1d648cf94b96656618d91c24e896cb942..bf0b8c724741de91b408b3a55b73514343710f34 100644 (file)
@@ -1,4 +1,16 @@
 
+Beta 38:
+
+- b33 audio update missed one condition, when DMA sample playback ended, last sample was played twice before audio channel entered idle state.
+- FloppyBridge HD support fix. Fixed unreliable "turbo" writing and unreliable "?" button boot and root block reads.
+- Quickstart floppy drive type is now remembered.
+- Internal display buffer allocation was too small if image width was not divisible by 8. Could have caused crashes in some windowed mode configurations, for example when saving screenshots (very old bug).
+- Screenshot height was always total internal size, even if it was partically blanked. (OCS Denise and mode was not Overscan+ or higher)
+- OCS Denise last line "bug" was only visible in short field modes.
+- Virtual mouse driver enabled, load new config that does not use virtual mouse: possible crash when restarting emulation.
+- Fixed weird blitter behavior in some 68020+ memory cycle-exact modes if blitter nasty was also set.
+- Fixed "Remove interlace artifact" display corruption in some programmed modes introduced in earlier betas. (Copper was partially enabled during "scandoubled" line processing).
+
 Beta 37:
 
 - "Copper wake up" (W) and "Copper wanted this cycle but couldn't get it" (c) markers in DMA debugger had disappeared. Skip also shows 'W' if SKIP skipped.