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:
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,4 +3,5 @@ sprites.bin
|
|||||||
tiles.bin
|
tiles.bin
|
||||||
pacemuzx.tap
|
pacemuzx.tap
|
||||||
pacemuzx.sym
|
pacemuzx.sym
|
||||||
|
pacemuzx.o
|
||||||
pacman.6?
|
pacman.6?
|
||||||
|
@ -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.
|
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)
|
Version 1.3 (2012/01/08)
|
||||||
- Added run-time colour/mono sprite selection
|
- Added run-time colour/mono sprite selection
|
||||||
- Added boot-time selection of Hard difficulty
|
- Added boot-time selection of Hard difficulty
|
||||||
|
@ -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/
|
; http://simonowen.com/spectrum/pacemuzx/
|
||||||
|
|
||||||
@ -2656,7 +2656,7 @@ msg_lp: ld a,(hl)
|
|||||||
jr msg_lp
|
jr msg_lp
|
||||||
|
|
||||||
|
|
||||||
loading_msg: defm "pacemuzx v1.3"
|
loading_msg: defm "pacemuzx v1.4"
|
||||||
defb 0
|
defb 0
|
||||||
|
|
||||||
specnet_msg: defm "Disable Spectranet traps now..."
|
specnet_msg: defm "Disable Spectranet traps now..."
|
||||||
|
Reference in New Issue
Block a user