]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
4200b8
authorToni Wilen <twilen@winuae.net>
Sat, 6 Apr 2019 17:08:52 +0000 (20:08 +0300)
committerToni Wilen <twilen@winuae.net>
Sat, 6 Apr 2019 17:08:52 +0000 (20:08 +0300)
od-win32/win32.h
od-win32/winuaechangelog.txt

index 94c2086d0683151252be8a56f50421b45ecbe428..adeb276e11b47031da6793afd01dc4bf4e069610 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(2019, 3, 29)
+#define WINUAEDATE MAKEBD(2019, 4, 6)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index 612d85bf576147eed860996069227999f3586ddd..416ddd22fd4f13668f04986444bb76680751d9b9 100644 (file)
@@ -1,11 +1,18 @@
 \r
+\r
+Beta 8:\r
+\r
+- Added A2090a ROM driver workaround, in one error condition situation it forgets to set correct DMAC mode before reading DMA status. So apparently DMA error bit can be also read when last mode was start DMA (or perhaps it is always valid). Fixes A2090a + tape drive hang.\r
+- Not all autoconfig boards configured fully when used with A2620/A2630. (Which has differently behaving autoconfig driver compared to KS ROM in its boot rom)\r
+- Sprite to bitplane and bitplane to bitplane collisions didn't work correctly if subpixel mode was enabled.\r
+\r
 Beta 7:\r
 \r
 - ELF executable ROM loader crash fix.\r
 - Borderblank + horizontally bitplane ending before display window end: part of right border was drawn using wrong color (borderblank color vs color 0).\r
 - uaegfx and Picasso IV 8-bit palette overlay mode was not implemented. Fixes XIII/Oxyron PIP mode.\r
 - Fixed uaegfx overlay corruption if allocated overlay bitmap width was not divisible by pixel byte size. (PiP_View + image with "unaligned" width)\r
-- Disassemmbling 68020+ full format extension type (an,dn,xxxx.w/.l) didn't print an part.\r
+- Disassembling 68020+ full format extension type (an,dn,xxxx.w/.l) didn't print an part.\r
 \r
 Beta 6:\r
 \r