]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
6100b8
authorToni Wilen <twilen@winuae.net>
Thu, 11 Jun 2026 14:37:05 +0000 (17:37 +0300)
committerToni Wilen <twilen@winuae.net>
Thu, 11 Jun 2026 14:37:05 +0000 (17:37 +0300)
od-win32/win32.h
od-win32/winuaechangelog.txt

index 56c6e4c45441c442c98e215b5768aff0b6ec49be..a8c886a112a4bc008499dd818c6cecd5981490e1 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 1
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("7")
+#define WINUAEBETA _T("8")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2026, 5, 30)
+#define WINUAEDATE MAKEBD(2026, 6, 11)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index 5a983a4db268c07e56d989bda0ba4ab447cafa99..c0c0d9056d210cc22b305630105a774287115042 100644 (file)
@@ -1,4 +1,32 @@
 
+Beta 8:
+
+- Fixed AGA only sprite bug if DMA written SPRxDATx was immediately followed by Copper (or CPU) SPRxPOS/CTL write in next CCK. Pending SPRxDATx write was skipped in this condition. (6100b1)
+- A1060 Sidecar BIOS 2.07 (380619-04) added to ROM scanner.
+
+Amiberry updates:
+
+- ARM64 JIT CPUTESTER detected bugs fixed, most shift instructions, DIV, DIVL.L, MULL.L wrong flags in special cases, NEG.B/W flags, BFINS, branch to illegal instruction wrong stack frame address.
+- x86/x64/ARM64 JIT now passes all integer CPUTESTER tests, including useless LINK.x #z,SP and MOVEM.x #<regs>,-(An) where register list includes An.
+- uaenet.device cleanup fix.
+
+Patches from Stefan Reinauer:
+
+- QEMU 11 based PPC emulation plugin. x64 and ARM64 supported. 32-bit version is based on QEMU 9. QEMU 10+ dropped 32-bit support.
+- Misc compilation warning/portability patches.
+- Advanced chipset "DF0: ID Hardware" was not saved to config file.
+- Slirp portability update, stability fixes, BOOTP update, ICMP forwarding.
+- Emulated ethernet board + PPC CPU stability fix.
+- Munt (MT32 emulator) WinUAE integration portability updates.
+- Fix for PPC board external interrupt handling that could cause deadlock.
+- Matze AIDE IDE controller emulation.
+
+QEMU PPC DLL is finally updated to latest version (Thanks Stefan Reinauer!). https://www.winuae.net/files/b/ppc_plugin_11.7z
+I only quickly tested that AmigaOS 4.1 FE still boots to WB. Please report any compatibility problems or performance differences.
+
+Lots of (unexpected but nice) under the hood changes to non-emulation core.
+
+
 Beta 7:
 
 - ARM64 JIT added (Amiberry). CPUTESTER found some ARM64-only JIT bugs which will be fixed in future versions.