//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 5,3,0,0
- PRODUCTVERSION 5,3,0,0
+ FILEVERSION 5,3,1,0
+ PRODUCTVERSION 5,3,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "WinUAE"
- VALUE "FileVersion", "5.3.0.0"
+ VALUE "FileVersion", "5.3.1.0"
VALUE "InternalName", "WinUAE"
VALUE "LegalCopyright", "© 1996-2024 under the GNU Public License (GPL)"
VALUE "OriginalFilename", "WinUAE.exe"
VALUE "ProductName", "WinUAE"
- VALUE "ProductVersion", "5.3.0.0"
+ VALUE "ProductVersion", "5.3.1.0"
END
END
BLOCK "VarFileInfo"
p->gfx_ycenter_size = sm->lClipHeight;
p->gf[0].gfx_filter_top_border = sm->lClipTop;
p->gf[0].gfx_filter_bottom_border = sm->lClipTop + sm->lClipHeight;
-
- if (hdbl > RES_MAX) {
- p->gf[0].gfx_filter_left_border = sm->lClipLeft << (hdbl - RES_MAX);
- p->gf[0].gfx_filter_right_border = p->gf[0].gfx_filter_left_border + (sm->lClipWidth << (hdbl - RES_MAX));
- } else {
- p->gf[0].gfx_filter_left_border = sm->lClipLeft >> (RES_MAX - hdbl);
- p->gf[0].gfx_filter_right_border = p->gf[0].gfx_filter_left_border + (sm->lClipWidth >> (RES_MAX - hdbl));
- }
+ p->gf[0].gfx_filter_left_border = sm->lClipLeft;
+ p->gf[0].gfx_filter_right_border = p->gf[0].gfx_filter_left_border + sm->lClipWidth;
// backwards compatibility fix
p->gf[0].gfx_filter_left_border -= 0x38 * 4;
p->gf[0].gfx_filter_right_border -= 0x38 * 4;
#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("3")
+#define WINUAEBETA _T("")
#else
#define WINUAEBETA _T("")
#endif
-#define WINUAEDATE MAKEBD(2024, 10, 12)
+#define WINUAEDATE MAKEBD(2024, 10, 18)
//#define WINUAEEXTRA _T("AmiKit Preview")
//#define WINUAEEXTRA _T("Amiga Forever Edition")
-This is quick 5.3.1 beta series, normal update to 5.3.0. You might have heard that I have started rewriting (almost) whole custom chipset emulation few months ago. This isn't it. Still work to do, it isn't that useful in fast CPU modes yet.
+5.3.1
+This is quick 5.3.1 beta series, normal update to 5.3.0. You might have heard that I have started rewriting (almost) whole custom chipset emulation few months ago. This isn't it. Still work to do, it isn't that useful in fast CPU modes yet.
Beta 3:
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<?define ProductName = "WinUAE" ?>
- <?define ProductVersion = "5.3.0" ?>
- <?define ProductFullVersion = "5.3.0.0" ?>
+ <?define ProductVersion = "5.3.1" ?>
+ <?define ProductFullVersion = "5.3.1.0" ?>
<?define ProductAuthor = "Arabuusimiehet" ?>
<?if $(var.Platform) = x64 ?>