]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
4000b6
authorToni Wilen <twilen@winuae.net>
Sat, 28 Apr 2018 13:46:04 +0000 (16:46 +0300)
committerToni Wilen <twilen@winuae.net>
Sat, 28 Apr 2018 13:46:04 +0000 (16:46 +0300)
od-win32/direct3d.cpp
od-win32/win32.h
od-win32/winuaechangelog.txt

index 7eb734b042b5f2a65b2dc094fbd59b5f29da1ce5..795b1b29d9f7983c62f448dae760d00d4bdd31b0 100644 (file)
@@ -1373,7 +1373,7 @@ static void updateleds (struct d3dstruct *d3d)
                done = 1;
        }
 
-       if (d3d != d3ddata)
+       if (d3d != &d3ddata[0])
                return;
 
        hr = d3d->ledtexture->LockRect (0, &locked, NULL, D3DLOCK_DISCARD);
index 242fd6e66858bc9450e1ade025492ced4760f6e4..2866201ee0a102de3ed02a13ae3b5091f43559b2 100644 (file)
 #define LANG_DLL_FULL_VERSION_MATCH 1
 
 #if WINUAEPUBLICBETA
-#define WINUAEBETA _T("5")
+#define WINUAEBETA _T("6")
 #else
 #define WINUAEBETA _T("")
 #endif
 
-#define WINUAEDATE MAKEBD(2018, 4, 22)
+#define WINUAEDATE MAKEBD(2018, 4, 28)
 
 //#define WINUAEEXTRA _T("AmiKit Preview")
 //#define WINUAEEXTRA _T("Amiga Forever Edition")
index 4763c26d72942c6e6fc9955e62d8b87544891f25..a4533845c19a60b1907ac1eac6a7318584e1cc65 100644 (file)
@@ -1,4 +1,19 @@
 \r
+Beta 6:\r
+\r
+- Added DCE Typhoon MK2 (A1200 accelerator). ROM is almost identical to E-Matrix 530/1230. Identical SCSI driver, slightly modified RAM detection code.\r
+- Fixed E-Matrix RAM selection.\r
+- Fixed crash in lagless vsync mode if CPU speed was on the fly changed.\r
+- Fixed directory harddrive uaehf.device bugs.\r
+- Added optional extended precision (80 bit) host FPU mode. (Probably becomes default and replaces old when/if this gets good enough)\r
+\r
+Extended precision FPU mode:\r
+- Fully JIT FPU compatible.\r
+- 32-bit and 64-bit compatible.\r
+- Uses short assembly routines to directly execute x86 FPU instructions. (MSVC does not support long double)\r
+- Basic floating point operations, square root, sin and cos are currently natively supported. Others use normal double precision C-library routines.\r
+- Not yet fully working. Testing needed.\r
+\r
 Beta 5:\r
 \r
 - Single scan line off by one fix in lagless vsync, frames+ mode now works correctly without static horizontal lines.\r