Add make system
This commit is contained in:
parent
a4b3e79d52
commit
5fa8464093
8
Makefile
Normal file
8
Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
lmtvg.tap: loader.tap parser.tap default.TAP
|
||||
cat loader.tap parser.tap default.TAP > lmtvg.tap
|
||||
|
||||
loader.tap: loader.bas
|
||||
zmakebas -a 10 -n "DEFAULT" -o loader.tap loader.bas
|
||||
|
||||
default.TAP: lmtvg.paw char.paw
|
||||
inpaws c lmtvg.paw -o default.tap
|
3
loader.bas
Normal file
3
loader.bas
Normal file
@ -0,0 +1,3 @@
|
||||
10 clear 28799
|
||||
20 load ""code 28800,8832
|
||||
30 randomize usr 34777
|
BIN
parser.tap
Normal file
BIN
parser.tap
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user