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

pacemuzx v1.0

This commit is contained in:
Simon Owen
2011-11-08 23:49:42 +00:00
commit 9f263276fe
14 changed files with 2937 additions and 0 deletions

8
Makefile-dist Normal file
View File

@ -0,0 +1,8 @@
TAPE=pacemuzx.tap
ROMS=pacman.6e pacman.6f pacman.6h pacman.6j
$(TAPE): start.part $(ROMS) end.part
cat start.part $(ROMS) end.part > $(TAPE)
clean:
rm -f pacemuzx.tap