diff --git a/ReadMe.txt b/ReadMe.txt index 6c1a00d..fc35211 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -1,4 +1,4 @@ -Pac-Man Emulator for Sinclair Spectrum (v1.2) +Pac-Man Emulator for Sinclair Spectrum (v1.3) --------------------------------------------- This program requires a Spectrum +2A/+3, and will not work on earlier models. @@ -20,6 +20,13 @@ Enjoy! --- +Version 1.3 (2012/01/08) +- Added run-time colour/mono sprite selection +- Added boot-time selection of Hard difficulty +- Restored traditional blue/white maze flash when using blue/white colours +- Restored sprite trimming at maze edges in colour version +- Added loading message to show version number + Version 1.2 (2011/12/06) - Added colour sprites - Added Spectranet support, to prompt for trap disable diff --git a/pacemuzx.asm b/pacemuzx.asm index 8e007da..062d102 100644 --- a/pacemuzx.asm +++ b/pacemuzx.asm @@ -1,4 +1,4 @@ -; Pac-Man hardware emulation for the Sinclair ZX Spectrum (v1.2) +; Pac-Man hardware emulation for the Sinclair ZX Spectrum (v1.3) ; ; http://simonowen.com/spectrum/pacemuzx/