From 9d4bef2d64967b0fda1c06d52f09d7d7074874bb Mon Sep 17 00:00:00 2001 From: nino-porcino Date: Wed, 15 Dec 2021 10:55:06 +0100 Subject: [PATCH] Update t.bat --- tetris/t.bat | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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