#define LANG_DLL_FULL_VERSION_MATCH 1
#if WINUAEPUBLICBETA
-#define WINUAEBETA _T("21")
+#define WINUAEBETA _T("22")
#else
#define WINUAEBETA _T("")
#endif
-#define WINUAEDATE MAKEBD(2015, 5, 23)
+#define WINUAEDATE MAKEBD(2015, 5, 25)
//#define WINUAEEXTRA _T("AmiKit Preview")
//#define WINUAEEXTRA _T("Amiga Forever Edition")
#define WINUAEEXTRA _T("")
#endif
#ifndef WINUAEREV
-#define WINUAEREV _T("RC1")
+#define WINUAEREV _T("RC2")
#endif
#define IHF_WINDOWHIDDEN 6
+Beta 22: (RC2)
+
+- In some rare situatations both "HARD_DDF_STOP" and "plf_passed_stop" test conditions incorrectly passed
+ in single fetch block. Only happened when DDFSTRT/DDFSTOP value pair caused bitplane dma overrun
+ so result was different corrupted display. (Plastic Passion / Upfront plasma part with OCS Agnus)
+- BPL DMA pointer modified one cycle before same channel's BPLxDAT gets accessed behavior adjusted.
+ (Powertrax / The Light Circle)
+- Archos ADD-500 is also confirmed having fast ram autoconfig board after HD controller.
+
Beta 21: (RC1)
- b17 DSKSYNC update should not have started DMA in WORDSYNC mode.