]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
4900b29
authorToni Wilen <twilen@winuae.net>
Mon, 9 Aug 2021 17:16:42 +0000 (20:16 +0300)
committerToni Wilen <twilen@winuae.net>
Mon, 9 Aug 2021 17:16:42 +0000 (20:16 +0300)
od-win32/win32.h
od-win32/winuaechangelog.txt

index 3d66c8ed04eaa17690ad559eba553af22838cd08..50c57b9de1b10ca57d76b1923f037f7e322548c3 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 1
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("Beta 28")
+#define WINUAEBETA _T("Beta 29")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2021, 8, 5)
+#define WINUAEDATE MAKEBD(2021, 8, 9)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index a085dace45ec54003a9d41812d539ca4a50999df..2547c57f1805b814b99b745fb65871265c8770de 100644 (file)
@@ -1,4 +1,14 @@
 
+Beta 29:
+
+- b28 copper update was wrong. Second attempt. (Hotbleeps etc. This time without breaking others.)
+- Sprite fix, sprite DMA does not start if frame's initial SPRxPOS/SPRxCTL fill loads vertical start position that matches current vertical position.
+- Added bsdsocket IoctlSocket SIOCIFADDR, SIOCIFFLAGS, SIOCIFBRDADDR, SIOCIFCONF, SIOCIFNETMASK, SIOCIFMETRIC and SIOCIFMTU support. Read-only.
+- Fixed uaegfx indirect mode BlitTemplate() harmless one byte buffer out of bounds read.
+- VPOSW register access always clears LOL bit (if it was set = NTSC long line). It can't be set to one by writing to VPOSW.
+- NTSC long/short line order was wrong after horizontal wrap around.
+
+Beta 28:
 
 - 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.