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

30
make.bat-dist Normal file
View File

@ -0,0 +1,30 @@
@echo off
if not exist pacman.6e goto missing
if not exist pacman.6f goto missing
if not exist pacman.6h goto missing
if not exist pacman.6j goto missing
goto got_roms
:missing
echo.
echo ****************************************************************
echo.
echo The Pac-Man ROMs can't be distributed with this program, so you
echo must provide your own copies of:
echo.
echo pacman.6e pacman.6f pacman.6h pacman.6j
echo.
echo Copy them to this directory and re-run to generate: pacemuzx.tap
echo.
echo ****************************************************************
echo.
pause
goto end
:got_roms
copy /b start.part+pacman.6e+pacman.6f+pacman.6h+pacman.6j+end.part pacemuzx.tap
start pacemuzx.tap
:end