diff --git a/.gitignore b/.gitignore index 73e53f9..323faf8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ sprites.bin tiles.bin pacemuzx.tap pacemuzx.sym +pacemuzx.o pacman.6? diff --git a/ReadMe.txt b/ReadMe.txt index fc35211..f314588 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -1,4 +1,4 @@ -Pac-Man Emulator for Sinclair Spectrum (v1.3) +Pac-Man Emulator for Sinclair Spectrum (v1.4) --------------------------------------------- This program requires a Spectrum +2A/+3, and will not work on earlier models. @@ -20,6 +20,9 @@ Enjoy! --- +Version 1.4 (2014/03/01) +- Added support for diagonal control inputs from keyboard and 8-way joysticks + Version 1.3 (2012/01/08) - Added run-time colour/mono sprite selection - Added boot-time selection of Hard difficulty diff --git a/pacemuzx.asm b/pacemuzx.asm index a52c97a..070efd4 100644 --- a/pacemuzx.asm +++ b/pacemuzx.asm @@ -1,4 +1,4 @@ -; Pac-Man hardware emulation for the Sinclair ZX Spectrum (v1.3) +; Pac-Man hardware emulation for the Sinclair ZX Spectrum (v1.4) ; ; http://simonowen.com/spectrum/pacemuzx/ @@ -2656,7 +2656,7 @@ msg_lp: ld a,(hl) jr msg_lp -loading_msg: defm "pacemuzx v1.3" +loading_msg: defm "pacemuzx v1.4" defb 0 specnet_msg: defm "Disable Spectranet traps now..."