mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2025-01-01 01:30:46 +00:00
Update t.bat
This commit is contained in:
parent
c7d3cc2e6c
commit
9d4bef2d64
11
tetris/t.bat
11
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
|
||||
|
Loading…
Reference in New Issue
Block a user