#define LANG_DLL_FULL_VERSION_MATCH 1
#if WINUAEPUBLICBETA
-#define WINUAEBETA _T("10")
+#define WINUAEBETA _T("11")
#else
#define WINUAEBETA _T("")
#endif
-#define WINUAEDATE MAKEBD(2017, 5, 28)
+#define WINUAEDATE MAKEBD(2017, 6, 3)
//#define WINUAEEXTRA _T("AmiKit Preview")
//#define WINUAEEXTRA _T("Amiga Forever Edition")
- RTG VRAM is outside of reserved natmem space. Workaround: Move RTG in earlier position using Hardware info GUI panel.\r
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
+Beta 11:\r
+\r
+- 68060 PLPA MMU instruction now returns data that makes more sense in non-MMU mode. (Similar change as b10 68040 PTEST)\r
+ (Emulated 68030+ always appears as MMU capable from software point of view for compatibility reasons, even if MMU emulation is disabled)\r
+- Do not enable Logitech LCD support if init succeeds but no displays available.\r
+- Listview font width calculation was still wrong if font was same as GUI font.\r
+- Use softfloat routines (not normal doubles) to output debugger FPU register contents in softfloat mode. (AG)\r
+\r
Beta 10:\r
\r
- Version bumped to 3.5.0. .x was only reserved for minor bug fix versions.\r
- MMU emulation can be now switched on/off on the fly. (Of course AmigaOS will crash if MMU is switched off and MMU is used for Map ROM etc..)\r
- MMU PTEST in 68040 mode without MMU emulation now checks transparent translation registers and returns correct physical address,\r
now Enforcer initializes correctly in non-MMU mode and does not cause crash due to wrong MMU tables if MMU is later switched on.\r
-- Fixed Blizzard accelerator crash if memory size was zero (don't map empty maprom space). Note that boot ROM chooses different\r
- address space if 1M RAM + MapROM is configured. This does not work yet.\r
+- Fixed Blizzard accelerator crash if memory size was zero (don't map empty maprom space)\r
\r
Beta 9:\r
\r