]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
3500b11
authorToni Wilen <twilen@winuae.net>
Sat, 3 Jun 2017 18:06:25 +0000 (21:06 +0300)
committerToni Wilen <twilen@winuae.net>
Sat, 3 Jun 2017 18:06:25 +0000 (21:06 +0300)
od-win32/win32.h
od-win32/winuaechangelog.txt

index e9e4fc2811c82e5a7cbb1538af62d68042f183d1..503eef0174be3d1e09658eacd4fc5180c22d59d1 100644 (file)
 #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")
index adee9eae1264ab978309663a53f878163a1c96ff..b2fbdad42330118351b5acecb68b0b84f7f3fcd1 100644 (file)
@@ -4,6 +4,15 @@ JIT Direct current rules are less complex now. It automatically switches off onl
   - 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
@@ -15,8 +24,7 @@ Beta 10:
 - 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