#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")
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
- 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
- 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