rem - example build batch file.
rem - you will need mads.exe and exomizer.exe
rem - and you will have to remove bytes 00,01,04,05 of the mads created binary file before exomizer is used. 


mads.exe pent.asm

rem - edit out header bytes here first and rename to .prg

exomizer.exe sfx 2064 pent.prg walk.bin@$a990 drop.bin@$a9a0 pause.bin@$a9d0 sound.bin@$AA00 sfx.bin@$AF70 Table_C.bin@$bf00 rom_page_0.bin@$fb00 -n -o pentagram.prg


