#define LANG_DLL_FULL_VERSION_MATCH 1
#if WINUAEPUBLICBETA
-#define WINUAEBETA _T("2")
+#define WINUAEBETA _T("3")
#else
#define WINUAEBETA _T("")
#endif
-#define WINUAEDATE MAKEBD(2025, 1, 5)
+#define WINUAEDATE MAKEBD(2025, 1, 7)
//#define WINUAEEXTRA _T("AmiKit Preview")
//#define WINUAEEXTRA _T("Amiga Forever Edition")
+Beta 3:
+
+- Added longer delay before BPLCON0 ERSY=1 bit without genlock stops horizontal/vertical counters.
+- Two more copper/blitter conflict fixes. (Copper stopped due to dangerous register didn't count as copper not having requests active, COPJMP sequence followed by "skipped" MOVE's last cycle didn't "skip" the write)
+- Another statefile overflow fix.
+- Faster CPU modes now have separate longer RGA pipeline that allows fast CPU to do multiple Denise/Lisa register writes in single CCK without causing overflows and lost register writes.
+- "SWIV scorebord" effect (BPLCON2>=5 and 5 or 6 planes) didn't work in 6-plane mode.
+- TV Overscan options re-implemented.
+
Beta 2:
- Fixed 32-bit wide AGA sprite horizontally doubled image.