]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
4210b5
authorToni Wilen <twilen@winuae.net>
Mon, 13 May 2019 17:58:21 +0000 (20:58 +0300)
committerToni Wilen <twilen@winuae.net>
Mon, 13 May 2019 17:58:21 +0000 (20:58 +0300)
od-win32/win32.h
od-win32/winuaechangelog.txt

index af3ae4db9c57bf5e1b51053fe7b632b1a3fbd611..e6e1b5e6a9fec5b6ab0925f5ca109f7d7db3e963 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 0
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("4")
+#define WINUAEBETA _T("5")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2019, 5, 7)
+#define WINUAEDATE MAKEBD(2019, 5, 13)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index ad90f4f92b0eb71826adbceb18b6cbee3dd80594..8017253c6736647e9d5e1dbce750bf7d7f9d445b 100644 (file)
@@ -1,5 +1,19 @@
 \r
 \r
+Beta 5:\r
+\r
+- Adjusted previous SPTI CDROM update, if track type is unknown, use IOCTL_CDROM_RAW_READ and check and store track type. If track is normal CDROM track (MODE0) and only 2048 bytes are requested by caller, use normal read routine to read it. Using raw (2352 byte) read would skip part of error correction, possibly causing read errors if CD is not in good shape.\r
+- x86 bridgeboard floppy disk write command didn't check no more data DMA condition, causing hang if floppy write command didn't end with EOT condition.\r
+- x86 bridgeboard floppy disk read and write commands didn't handle non-set MT bit correctly, which broke A2386SX disk accesses.\r
+- CD turbo mode affected also CD32 CD features that should have normal timing (like TOC entry timing), only normal read should be accelerated.\r
+- Another 420b2 "Fixed AGA HAM graphics corruption.." fix. Previous fix revealed old bug if position of hblank border changed (for example automatic scaling)\r
+- Adjusted 68020 cycle-exact mode timing, there was some extra cycles in branch instructions that can't be correct.\r
+\r
+Beta 4:\r
+\r
+- 410b1 sub pixel update broke BPLCON1 scaling in Absolute Inebriation / Virtual Dreams. (Very old glitch was temporarily back..)\r
+- If SPTI CDROM mode: always use IOCTL_CDROM_RAW_READ. Normal 2048 sector read does not necessarily return error (but hangs) if track is not normal 2048 sector size CDROM track.\r
+\r
 Beta 3:\r
 \r
 - Number of partitions in single UAE HDF was still not correctly restricted to max supported (420b8).\r