mirror of
https://github.com/daniel5151/ANESE.git
synced 2025-04-02 10:32:00 -04:00
7 lines
No EOL
189 B
Batchfile
Executable file
7 lines
No EOL
189 B
Batchfile
Executable file
\nesdev\cc65\bin\ca65 tv.s
|
|
if errorlevel 1 goto End
|
|
\nesdev\cc65\bin\ld65 tv.o -C nes.ini -o tv.prg --mapfile map.txt
|
|
if errorlevel 1 goto End
|
|
copy /b tv.prg+tv.chr tv.nes
|
|
tv.nes
|
|
:End |