#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")
\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