]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
5200b10
authorToni Wilen <twilen@winuae.net>
Thu, 15 Feb 2024 17:28:00 +0000 (19:28 +0200)
committerToni Wilen <twilen@winuae.net>
Thu, 15 Feb 2024 17:28:00 +0000 (19:28 +0200)
od-win32/win32.h
od-win32/winuaechangelog.txt

index 5dad4f9bf5826eadf4cf271ecb12f7f7149006e9..a5b925b5190b32aa736306a2ca3850323c2129e5 100644 (file)
 #define GETBDM(x) (((x) - ((x / 10000) * 10000)) / 100)
 #define GETBDD(x) ((x) % 100)
 
-#define WINUAEPUBLICBETA 1
+#define WINUAEPUBLICBETA 0
 #define LANG_DLL 1
 #define LANG_DLL_FULL_VERSION_MATCH 0
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("9")
+#define WINUAEBETA _T("")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2024, 2, 12)
+#define WINUAEDATE MAKEBD(2024, 2, 15)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index 33a62dff91c2c4f133c9ad201ff801b344e98e6d..fd595e665138155c5d4665b135f6df6a02a76e13 100644 (file)
@@ -1,4 +1,11 @@
 
+Beta 10:
+
+- Always blank last visible PAL/NTSC line at the bottom of screen (This is actually line 0) unless overscan mode is Overscan+ or higher. It can't normally have any bitplane or sprite data but can have (very ugly looking) background color changes. This line is also almost always invisible on real world. I decided to hide this without Overscan+ because it can look ugly and it can look like there is something wrong with emulation because this line wasn't even visible until 4.9 (except if A1000 config)
+- Disk swapper now allows same disk image in multiple slots.
+- Disk swapper current cursor position is new disk insert position. Previously it always chose next free slot from the top.
+- Insert more than 1 disk image to disk swapper list and then click remove disk image: cursor jumps back to first disk image and first disk image gets removed.
+
 Beta 9:
 
 - Advanced chipset CIA E-clock mode can be changed on the fly.
@@ -94,7 +101,7 @@ Beta 2:
 - Hardware emulated RTG boards Picasso96 screen dragging horizontal shift fix (broke in b1 panning fix)
 - Any TV overscan option + NTSC mode: few pixel grapohics corruption was visible in right edge of screen.
 - Do not force release of pressed keys if mouse capture was requested but mouse was already captured. On the fly screen settings changes (for example via input events or uae-configuration) caused unexpected forced key releases in full-window mode. (Forced key release is needed because otherwise sudden mouse capture loss might cause stuck keys in Amiga side)
-- 256 color screeenshot created wrong colors in some situations (usually when AGA and almost all colors in use). Attempts to keep custom chipset color 0 (backround color) in first palette index.
+- 256 color screeenshot created wrong colors in some situations (usually when AGA and almost all colors in use). Attempts to keep custom chipset color 0 (background color) in first palette index.
 - Include also current DPI when selecting between "old" smaller or "new" larger default GUI size. (Smaller desktop resolution + high DPI = too large default GUI size)
 
 Beta 1: