Skip to content

Commit

Permalink
changed version to RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
chernandezba committed Aug 24, 2022
1 parent 4221a8f commit 6d14871
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions src/Changelog
Original file line number Diff line number Diff line change
@@ -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+
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6d14871

Please sign in to comment.