From 6d148718ce4fd510291a95e76bfa7f7b01a5ceed Mon Sep 17 00:00:00 2001 From: chernandezba Date: Wed, 24 Aug 2022 23:38:07 +0200 Subject: [PATCH] changed version to RC2 --- src/Changelog | 14 +++++++------- src/cpu.h | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Changelog b/src/Changelog index 6cf8ebe2..c273a632 100644 --- a/src/Changelog +++ b/src/Changelog @@ -1,4 +1,4 @@ -Version 10.2-RC1 - Hysteria edition. 18 August 2022 +Version 10.2-RC2 - Hysteria edition. 18 August 2022 Added new emulated machines: -ZX Spectrum 48k+ @@ -18,7 +18,7 @@ Added Transtape emulation Added Microhobby Pokeador Automatico emulation Allow .Z80 corrupted snapshot loading from ZXSP emulator with additional header of 31 byte size Added ZSF support for Timex TS2068, MK14, Chrome, Prism, Chloe, Sam Coupe -Added setting for path where to download files from the speccy and zx81 online browser +Added path setting where to download files from the speccy and zx81 online browser Added disk image browsing from storage MMC/IDE menus Added PZX load support as standard tape Added TAP to PZX converter @@ -27,11 +27,6 @@ Added some actions than can be fired from command line and don't start ZEsarUX: --convert-tap-tzx, --convert-tap-tzx-turbo-rg, --convert-tap-pzx , --convert-tzx-tap, --convert-pzx-tap -Improved ZX Spectrum Next emulation: added sprite rendering priority bit -Improved ZRCP: allow to change command prompt -Improved generated TZX and PZX files: include date and ZEsarUX version in header -Improved Custom machine menu: added +2E MMC machine - Improved Z88 emulation: -Changed colour palette to better match a real Z88 -Show keys shortcuts below the Z88 display @@ -76,6 +71,11 @@ Improved HiLow DataDrive emulation: -Allow to convert audio from a real Hilow DataDrive tape to an image file (.ddh) -Added technical documentation on the extras package +Improved ZX Spectrum Next emulation: added sprite rendering priority bit +Improved ZRCP: allow to change command prompt +Improved generated TZX and PZX files: include date and ZEsarUX version in header +Improved Custom machine menu: added +2E MMC machine + Fixed handling files larger than 2 GB on 32 bit CPU (it does apply to the Windows version even on a 64 bit CPU) Fixed using mmc images larger than 2 GB diff --git a/src/cpu.h b/src/cpu.h index 8f876cd3..68d9882d 100644 --- a/src/cpu.h +++ b/src/cpu.h @@ -43,13 +43,13 @@ Examples //#define EMULATOR_VERSION "10.2-SN" -#define EMULATOR_VERSION "10.2-RC1" +#define EMULATOR_VERSION "10.2-RC2" //#define EMULATOR_VERSION "10.2-RC" //#define EMULATOR_VERSION "10.2" #define SNAPSHOT_VERSION -#define EMULATOR_DATE "18 August 2022" -#define EMULATOR_SHORT_DATE "18/08/2022" +#define EMULATOR_DATE "24 August 2022" +#define EMULATOR_SHORT_DATE "24/08/2022" #define EMULATOR_GAME_EDITION "Hysteria" #define EMULATOR_EDITION_NAME EMULATOR_GAME_EDITION " edition" #define ZESARUX_EXTRAS_HOST "github.com"