]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
3410b4
authorToni Wilen <twilen@winuae.net>
Sat, 25 Mar 2017 17:59:06 +0000 (19:59 +0200)
committerToni Wilen <twilen@winuae.net>
Sat, 25 Mar 2017 17:59:06 +0000 (19:59 +0200)
od-win32/win32.h
od-win32/winuaechangelog.txt

index fb2c467c35f85e63d2a7a0a07bd70562712d2069..e6a0efaecf1e06d268e39a85ee1bb73a9aadc9a1 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 1
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("3")
+#define WINUAEBETA _T("4")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2017, 3, 13)
+#define WINUAEDATE MAKEBD(2017, 3, 25)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index 6405facd88cffff6241fa87cd742627708a7a0cf..50f720e39ba49d0783f6ba10786c60f87312148e 100644 (file)
@@ -5,6 +5,16 @@ JIT Direct current rules are less complex now. It automatically switches off onl
   Note that in 64-bit version RTG VRAM must be inside of reserved natmem space. (Outside = error message and return back to GUI)\r
 \r
 \r
+- BPLCON4 bitplane XOR values didn't affect background color between end of bitplanes and end of horizontal diw.\r
+- FPU packed decimal datatype conversions are now accurately emulated. (AG). Softfloat mode is now mostly complete.\r
+- -serlog command line parameter without -log now only logs serial output (and reads serial input).\r
+- Lightpen emulation absolute coordinate HID pointing device support. (For example Aimtrak Light Gun)\r
+  No extra configuration needed, absolute coordinates are automatically used in lightpen mode.\r
+- American Laser Games second player light gun support added. ALG #2 horizontal/vertical input event.\r
+- Fixed buffer overflow when screen was extremely wide internally with bitplane dma overrun.\r
+- Escape old style directory and hardfile paths if it contains "," (which is config file separator)\r
+- Bitplane overrun didn't work in lines that didn't have any other chip bus accesses or when mode was non-CE.\r
+\r
 Beta 3:\r
 \r
 - M-Tec AT-500 Megabody v1.33 ROM added. Slightly different than M-Tec AT-500 v1.33w ROM.\r
@@ -18,6 +28,7 @@ Beta 3:
 - Added lightpen_crosshair config entry, set it to false (true is default) to disable yellow lightpen targeting cursor.\r
 - Multiple gfxboards didn't work (b2).\r
 - Fastest possible mode was very slow in some situations (b2)\r
+- Slirp updates merged from Basilisk II.\r
 - Final MSVC 2017 compiled.\r
 \r
 M-Tec AT-500 v1.33 vs M-TEC AT-500 v1.33w:\r
@@ -32,7 +43,7 @@ Beta 2:
 - FM801 16-bit audio corruption fixed.\r
 - Some 68020 CE mode cycle-counting is back.\r
 - Clear button state mask when mouse capture state changes. If mouse or joystick button was kept pressed when mouse was\r
-  uncaptured, button was kept pressed when capture state was restored even if real button was already pressed.\r
+  uncaptured, button was kept pressed when capture state was restored even if real button was already released.\r
 - G-REX and Cirrus Logic graphics board state was reset if autoconfig board info was re-scanned (entering RAM or HW Info panels)\r
   and emulation was already running (3.4.0)\r
 - Middle mouse button default is back to enabled. (was changed in b1)\r