]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
3100b22
authorToni Wilen <twilen@winuae.net>
Mon, 25 May 2015 18:14:29 +0000 (21:14 +0300)
committerToni Wilen <twilen@winuae.net>
Mon, 25 May 2015 18:14:29 +0000 (21:14 +0300)
od-win32/win32.h
od-win32/winuaechangelog.txt

index 43184fd135f0204bde628c8b4eda00bfc7d34703..4f50ed3c2c94b0a2f6060017ca1847f90914e928 100644 (file)
 #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")
@@ -34,7 +34,7 @@
 #define WINUAEEXTRA _T("")
 #endif
 #ifndef WINUAEREV
-#define WINUAEREV _T("RC1")
+#define WINUAEREV _T("RC2")
 #endif
 
 #define IHF_WINDOWHIDDEN 6
index b77690051b2855dbd91850ec37b28407523579bf..ee7d686a02f874db0a2749f3ac7e84ac62cfe9e3 100644 (file)
@@ -1,4 +1,13 @@
 
+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.