]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
3200b19
authorToni Wilen <twilen@winuae.net>
Mon, 2 Nov 2015 17:25:13 +0000 (19:25 +0200)
committerToni Wilen <twilen@winuae.net>
Mon, 2 Nov 2015 17:25:13 +0000 (19:25 +0200)
od-win32/win32.h
od-win32/winuaechangelog.txt

index 1790a4448d048a60f868603b95fdcdf92dedbf96..812fb3344ef9c4df552ab5d8fe44ff596fea3409 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 1
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("18")
+#define WINUAEBETA _T("19")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2015, 10, 26)
+#define WINUAEDATE MAKEBD(2015, 11, 2)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index e98c0d29ac00e70b36b82ba7017a880061052a68..4419b8e8cc5d0afe525a933c063ae34bd2686321 100644 (file)
@@ -1,4 +1,11 @@
 
+Beta 19:
+
+- Sprite in far right border feature (b1) didn't work correctly in AGA modes that require hires/shres horizontal
+  sprite resolution support. (Alien Breed 3D garbage sprite in right border)
+- AGA hires/shres horizontal scrolling feature was not fully in sync with sprites (Banshee)
+- In some situations bitplane DMA emulation internal state flag got stuck in active state (Aladdin blank screen).
+
 Beta 18:
 
 - If dragndrop to GUI closed GUI (for example config file with show_gui=no), invalid GUI windows handle was accessed.