1
0
mirror of https://github.com/UzixLS/pacemuzx.git synced 2025-07-19 07:11:20 +03:00

pacemuzx v1.4

This commit is contained in:
Simon Owen
2014-03-01 19:57:01 +00:00
parent c07623e135
commit bfddaa0024
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,4 +3,5 @@ sprites.bin
tiles.bin
pacemuzx.tap
pacemuzx.sym
pacemuzx.o
pacman.6?

View File

@ -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

View File

@ -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..."