Add make system

This commit is contained in:
Neil McPhail 2024-09-11 14:23:58 +00:00
parent a4b3e79d52
commit 5fa8464093
3 changed files with 11 additions and 0 deletions

8
Makefile Normal file
View 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
View File

@ -0,0 +1,3 @@
10 clear 28799
20 load ""code 28800,8832
30 randomize usr 34777

BIN
parser.tap Normal file

Binary file not shown.