From 51391b356a34fd4afcdda52ed81619b5c7c09b2b Mon Sep 17 00:00:00 2001 From: Simon Owen Date: Tue, 6 Dec 2011 21:51:26 +0000 Subject: [PATCH] pacemuzx v1.2 --- ReadMe.txt | 18 ++++++++++++++---- pacemuzx.asm | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/ReadMe.txt b/ReadMe.txt index 7c1f294..6c1a00d 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -1,4 +1,4 @@ -Pac-Man Emulator for Sinclair Spectrum (v1.1) +Pac-Man Emulator for Sinclair Spectrum (v1.2) --------------------------------------------- This program requires a Spectrum +2A/+3, and will not work on earlier models. @@ -8,15 +8,25 @@ own copies of the following files (from the Midway ROM set): pacman.6e pacman.6f pacman.6h pacman.6j -Copy them to the same directory as this file, then run make.bat (Windows) or -make (Mac/Linux/Un*x) to build the final pacemuzx.tap image file. +Copy them to the same directory as this file, then run make.bat (Windows). +Under Mac/Linux/Un*x, use make to build the final pacemuzx.tap image file, +or combine manually using: -Thanks to Tom-Cat and Pete for feedback suggestions :) + cat start.part pacman.6[efhj] end.part > pacemuzx.tap + +Many thanks to #zx and WOS for feedback and testing :) Enjoy! --- +Version 1.2 (2011/12/06) +- Added colour sprites +- Added Spectranet support, to prompt for trap disable +- Added key combos to change maze colour +- Maze flash now toggles current bright instead of blue +- Various minor fixes and speed-ups + Version 1.1 (2011/11/09) - Added DivIDE support, using pages 3+0 for ROM if present - Improved control handling, favouring newest direction pressed diff --git a/pacemuzx.asm b/pacemuzx.asm index 33fd270..02bb1cd 100644 --- a/pacemuzx.asm +++ b/pacemuzx.asm @@ -1,4 +1,4 @@ -; Pac-Man hardware emulation for the Sinclair ZX Spectrum +; Pac-Man hardware emulation for the Sinclair ZX Spectrum (v1.2) ; ; http://simonowen.com/spectrum/pacemuzx/