diff --git a/tetris/t.bat b/tetris/t.bat index 8990cda..c68620e 100644 --- a/tetris/t.bat +++ b/tetris/t.bat @@ -2,11 +2,9 @@ @SET TARGET=tetris - -@rem @echo ======================== VIC20 =================================================== -@rem call kickc -t VIC20_8K -D=VIC20 %TARGET%.c -o %TARGET%_vic20.prg -e -@rem copy %TARGET%.prg %TARGET%_vic20.prg - +@echo ======================== VIC20 =================================================== +call kickc -t VIC20_8K -D=VIC20 %TARGET%.c -o %TARGET%_vic20.prg -e +copy %TARGET%.prg %TARGET%_vic20.prg @echo ======================== APPLE 1 ================================================= call kickc -t apple1 -D=APPLE1 %TARGET%.c -o %TARGET%_apple1.prg -e -Xassembler="-symbolfile" @@ -15,8 +13,7 @@ copy %TARGET%.prg %TARGET%_apple1.prg @rem call node hexdump > test_apple1.woz call node bindump -@rem @del *.klog - +@del *.klog @del *.vs @del *.dbg @del tetris.prg