]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
4900b28
authorToni Wilen <twilen@winuae.net>
Thu, 5 Aug 2021 10:11:31 +0000 (13:11 +0300)
committerToni Wilen <twilen@winuae.net>
Thu, 5 Aug 2021 10:11:31 +0000 (13:11 +0300)
od-win32/win32.h
od-win32/winuaechangelog.txt

index a9ef65d1077735c9de454508b9f8eeffa5eacd47..3d66c8ed04eaa17690ad559eba553af22838cd08 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 1
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("Beta 27")
+#define WINUAEBETA _T("Beta 28")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2021, 8, 1)
+#define WINUAEDATE MAKEBD(2021, 8, 5)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index bdceecb66100416511ac6be8572710e3ddf23f36..a085dace45ec54003a9d41812d539ca4a50999df 100644 (file)
@@ -1,4 +1,17 @@
 
+
+- Fixed buffer overflow if more than 9 devices were found when enumerating NPCap/WinCap devices. (Special SLIRP cases ignore max size check)
+- Mid screen HBlank change didn't force current scan line redraw. It could have caused glitches in some weird situations.
+- Fixed crash when display DMA start/stop/position was too weird. (Can happen if setup changes mid scanline with DMA already active)
+- AGA borderblank hires pixel delay is working again.
+- b27 bitplane allocation optimization fix.
+- Copper WAIT can't wake up at the start of scanline. (This was lost when custom emulation rewrite started)
+- Sprite emulation fix, vblank end sprite reset and first possible sprite DMA didn't use same line.
+- Blitter register modification while active support was partially broken few betas ago.
+- ECS Denise H/V-blank emulation updates.
+- RTS/RTE/RTR/RTD disassembly shows also return address, calculated using current stack pointer value.
+- DMA debugger now includes DDFSTRT (0), DDFSTOP (1) and hardwired DDFSTOP (2) positions if match caused bitplane DMA to start (DDFSTRT) or stop (DDFSTRT/hardwired DDFSTOP).
+
 Beta 27:
 
 - Graphics glitches fixed (b26 and b25)