Update t.bat

This commit is contained in:
nino-porcino 2021-12-15 10:55:06 +01:00
parent c7d3cc2e6c
commit 9d4bef2d64
1 changed files with 4 additions and 7 deletions

View File

@ -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