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

Removed unwanted pacman.sym

- removed unwanted pacman.sym
- corrected pacman.sym to pacemuzx.sym in Makefile
- added pacemuzx.sym to make.bat
- added pacemuzx.sym to .gitignore
This commit is contained in:
Simon Owen
2011-11-09 22:11:05 +00:00
parent 9f263276fe
commit dbca308bf9
4 changed files with 3 additions and 198 deletions

View File

@ -5,7 +5,7 @@ if "%1"=="clean" goto clean
png2bin.pl tiles.png 6
png2bin.pl sprites.png 12
pasmo --tap pacemuzx.asm pacemuzx.o
pasmo --tap pacemuzx.asm pacemuzx.o pacemuzx.sym
copy /b loader.tap+pacemuzx.o pacemuzx.tap