From: Toni Wilen Date: Mon, 9 Aug 2021 17:16:42 +0000 (+0300) Subject: 4900b29 X-Git-Tag: 4900~90 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=222be5e4d8022849a839ed1dad38fa436b2ebe1b;p=francis%2Fwinuae.git 4900b29 --- diff --git a/od-win32/win32.h b/od-win32/win32.h index 3d66c8ed..50c57b9d 100644 --- a/od-win32/win32.h +++ b/od-win32/win32.h @@ -20,12 +20,12 @@ #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") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index a085dace..2547c57f 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -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.