86Box v2.05 Stable/Final release.
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
* Main include file for the application.
|
* Main include file for the application.
|
||||||
*
|
*
|
||||||
* Version: @(#)86box.h 1.0.32 2019/10/31
|
* Version: @(#)86box.h 1.0.33 2019/11/01
|
||||||
*
|
*
|
||||||
* Authors: Miran Grca, <mgrca8@gmail.com>
|
* Authors: Miran Grca, <mgrca8@gmail.com>
|
||||||
*f Fred N. van Kempen, <decwiz@yahoo.com>
|
*f Fred N. van Kempen, <decwiz@yahoo.com>
|
||||||
@@ -30,8 +30,8 @@
|
|||||||
#define EMU_NAME "86Box"
|
#define EMU_NAME "86Box"
|
||||||
#define EMU_NAME_W L"86Box"
|
#define EMU_NAME_W L"86Box"
|
||||||
#ifdef RELEASE_BUILD
|
#ifdef RELEASE_BUILD
|
||||||
#define EMU_VERSION "2.04"
|
#define EMU_VERSION "2.05"
|
||||||
#define EMU_VERSION_W L"2.04"
|
#define EMU_VERSION_W L"2.05"
|
||||||
#else
|
#else
|
||||||
#define EMU_VERSION "2.10"
|
#define EMU_VERSION "2.10"
|
||||||
#define EMU_VERSION_W L"2.10"
|
#define EMU_VERSION_W L"2.10"
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
* Application resource script for Windows.
|
* Application resource script for Windows.
|
||||||
*
|
*
|
||||||
* Version: @(#)86Box.rc 1.0.51 2019/10/31
|
* Version: @(#)86Box.rc 1.0.52 2019/11/01
|
||||||
*
|
*
|
||||||
* Authors: Miran Grca, <mgrca8@gmail.com>
|
* Authors: Miran Grca, <mgrca8@gmail.com>
|
||||||
* Fred N. van Kempen, <decwiz@yahoo.com>
|
* Fred N. van Kempen, <decwiz@yahoo.com>
|
||||||
@@ -225,7 +225,7 @@ BEGIN
|
|||||||
DEFPUSHBUTTON "OK",IDOK,129,94,71,12
|
DEFPUSHBUTTON "OK",IDOK,129,94,71,12
|
||||||
ICON 100,IDC_ABOUT_ICON,7,7,20,20
|
ICON 100,IDC_ABOUT_ICON,7,7,20,20
|
||||||
#ifdef RELEASE_BUILD
|
#ifdef RELEASE_BUILD
|
||||||
LTEXT "86Box v2.04 - An emulator of old computers\n\nAuthors: Sarah Walker, Miran Grca, Fred N. van Kempen (waltje), SA1988, MoochMcGee, reenigne, leilei, JohnElliott, greatpsycho, and others.\n\nReleased under the GNU General Public License version 2. See LICENSE for more information.",
|
LTEXT "86Box v2.05 - An emulator of old computers\n\nAuthors: Sarah Walker, Miran Grca, Fred N. van Kempen (waltje), SA1988, MoochMcGee, reenigne, leilei, JohnElliott, greatpsycho, and others.\n\nReleased under the GNU General Public License version 2. See LICENSE for more information.",
|
||||||
IDC_ABOUT_ICON,54,7,146,73
|
IDC_ABOUT_ICON,54,7,146,73
|
||||||
#else
|
#else
|
||||||
LTEXT "86Box v2.10 - An emulator of old computers\n\nAuthors: Sarah Walker, Miran Grca, Fred N. van Kempen (waltje), SA1988, MoochMcGee, reenigne, leilei, JohnElliott, greatpsycho, and others.\n\nReleased under the GNU General Public License version 2. See LICENSE for more information.",
|
LTEXT "86Box v2.10 - An emulator of old computers\n\nAuthors: Sarah Walker, Miran Grca, Fred N. van Kempen (waltje), SA1988, MoochMcGee, reenigne, leilei, JohnElliott, greatpsycho, and others.\n\nReleased under the GNU General Public License version 2. See LICENSE for more information.",
|
||||||
@@ -980,8 +980,8 @@ END
|
|||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
#ifdef RELEASE_BUILD
|
#ifdef RELEASE_BUILD
|
||||||
FILEVERSION 2,4,0,0
|
FILEVERSION 2,5,0,0
|
||||||
PRODUCTVERSION 2,4,0,0
|
PRODUCTVERSION 2,5,0,0
|
||||||
#else
|
#else
|
||||||
FILEVERSION 2,10,0,0
|
FILEVERSION 2,10,0,0
|
||||||
PRODUCTVERSION 2,10,0,0
|
PRODUCTVERSION 2,10,0,0
|
||||||
@@ -1004,7 +1004,7 @@ BEGIN
|
|||||||
VALUE "CompanyName", "IRC #SoftHistory\0"
|
VALUE "CompanyName", "IRC #SoftHistory\0"
|
||||||
VALUE "FileDescription", "86Box - an emulator for X86-based systems\0"
|
VALUE "FileDescription", "86Box - an emulator for X86-based systems\0"
|
||||||
#ifdef RELEASE_BUILD
|
#ifdef RELEASE_BUILD
|
||||||
VALUE "FileVersion", "2.04\0"
|
VALUE "FileVersion", "2.05\0"
|
||||||
#else
|
#else
|
||||||
VALUE "FileVersion", "2.10\0"
|
VALUE "FileVersion", "2.10\0"
|
||||||
#endif
|
#endif
|
||||||
@@ -1015,7 +1015,7 @@ BEGIN
|
|||||||
VALUE "PrivateBuild", "\0"
|
VALUE "PrivateBuild", "\0"
|
||||||
VALUE "ProductName", "86Box Emulator\0"
|
VALUE "ProductName", "86Box Emulator\0"
|
||||||
#ifdef RELEASE_BUILD
|
#ifdef RELEASE_BUILD
|
||||||
VALUE "ProductVersion", "2.04\0"
|
VALUE "ProductVersion", "2.05\0"
|
||||||
#else
|
#else
|
||||||
VALUE "ProductVersion", "2.10\0"
|
VALUE "ProductVersion", "2.10\0"
|
||||||
#endif
|
#endif
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
* Windows 86Box Settings dialog handler.
|
* Windows 86Box Settings dialog handler.
|
||||||
*
|
*
|
||||||
* Version: @(#)win_settings.c 1.0.56 2019/09/26
|
* Version: @(#)win_settings.c 1.0.57 2019/11/01
|
||||||
*
|
*
|
||||||
* Authors: Miran Grca, <mgrca8@gmail.com>
|
* Authors: Miran Grca, <mgrca8@gmail.com>
|
||||||
* David Hrdlička, <hrdlickadavid@outlook.com>
|
* David Hrdlička, <hrdlickadavid@outlook.com>
|
||||||
@@ -3058,7 +3058,7 @@ hdd_add_file_open_error:
|
|||||||
case HDD_BUS_ESDI:
|
case HDD_BUS_ESDI:
|
||||||
max_spt = 43; /* ESDI drives usually had 32 to 43 sectors per track. */
|
max_spt = 43; /* ESDI drives usually had 32 to 43 sectors per track. */
|
||||||
max_hpc = 16;
|
max_hpc = 16;
|
||||||
max_tracks = 1023;
|
max_tracks = 266305;
|
||||||
break;
|
break;
|
||||||
case HDD_BUS_XTA:
|
case HDD_BUS_XTA:
|
||||||
max_spt = 63;
|
max_spt = 63;
|
||||||
|
Reference in New Issue
Block a user