mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2025-01-15 02:29:57 +00:00
8 lines
235 B
Bash
Executable File
8 lines
235 B
Bash
Executable File
#!/bin/sh
|
|
|
|
../../tools/build.sh tapemon
|
|
node ../../tools/prg2bin.js -i out/tapemon_apple1.prg -o out/tapemon.0280.bin
|
|
|
|
../../tools/build.sh tapetoggle
|
|
node ../../tools/prg2woz.js -i out/tapetoggle_apple1.prg -o out/tapetoggle.0280.woz
|