]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
4990b8
authorToni Wilen <twilen@winuae.net>
Sat, 3 Dec 2022 14:03:46 +0000 (16:03 +0200)
committerToni Wilen <twilen@winuae.net>
Sat, 3 Dec 2022 14:03:46 +0000 (16:03 +0200)
od-win32/win32.h
od-win32/winuaechangelog.txt

index 6a2211653b67ad6d5b3606e388c80b31fa5e2067..5be2fd4b5d55acbdac80770c5cffbcaa16bc8262 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 0
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("Beta 7")
+#define WINUAEBETA _T("Beta 8")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2022, 11, 26)
+#define WINUAEDATE MAKEBD(2022, 12, 3)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index 8604611904c3711aa9ac2e9ae4fa4c5c5aafb252..5a8a913a92a9455af96f47a0d1457ad7e7f81df4 100644 (file)
@@ -1,4 +1,20 @@
 
+Beta 8:
+
+- RTG to chipset mode (non-interlaced) switch didn't enable native mode filter (b7)
+- If CIA-A TOD counting was PSU tick based, ticks that were delayed until next scan line (due to CIA internal TOD counting delays) were lost. (b1)
+- Added GVP A1208 Z2 RAM + SCSI board. It is basically GVP Series II Z2 SCSI controller + RAM expansion in different form. Uses usual GVP Series 2 SCSI ROMs. If A1208 is emulated and Z2 RAM is enabled, Z2 RAM gets GVP A1208 Z2 RAM autoconfig data. A1208 GVP internal device ID is 0x97.
+- JIT mode interrupt handling restored, JIT needs "different" interrupt handling than non-JIT modes for best performance. (b5)
+- uaegfx blitter emulation was accidentally disabled since b4.
+- uaegfx b1 update had wrong operator in masked 8-bit DST=SRC blitter function (Turbotext scrolling in 8-bit) (b1)
+- uaegfx non-basic blitter functions (for example mask set or not commomly used) didn't handle overlapping source and destination correctly. (Turbotext scrolling in 8-bit mode)
+- gfx_left_windowed and gfx_top_windowed config file entries replaced with gfx_x_windowed and gfx_y_windowed. Reason was swapped coordinates but to keep backwards compatibility, new config entries have been added instead of fixing it by swapping them. Old config entries still work.
+- A4000 Quickstart mode set PSU tick CIA-A TOD timing but A4000 does not have PSU tick hardware.
+- 68020 cycle-exact timing adjustment (Lionheart whdload slave v2.3)
+- Increased A1200 68020 approximate speed slightly. (Many AGA demos had slowdowns). CE mode is not changed.
+- Rare SupraDrive 2000DMA boot ROM was finally dumped. Support added.
+- Debugger memwatch command parsing changed. Some parameters got skipped. Value match is now V<value>.
+- Debugger string ot integer parser error condition support added. Potentially dangerous commands are now aborted if expected address can't be parsed (like 'g <typo in hex address that does not parse>'), previously failed string to integer conversion returned zero value.
 
 Beta 7: