mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 02:31:00 +00:00
mist: add hello program for side2
This commit is contained in:
parent
ff77c52c62
commit
930f3697ef
@ -26,8 +26,9 @@ mist.dsk: HELLO LOADER MIST_TITLE MIST OCTAGON VIEWER \
|
|||||||
$(DOS33) -y mist.dsk BSAVE -a 0x2000 STONEY
|
$(DOS33) -y mist.dsk BSAVE -a 0x2000 STONEY
|
||||||
$(DOS33) -y mist.dsk BSAVE -a 0x9000 ./audio/link_noise.btc LINK_NOISE.BTC
|
$(DOS33) -y mist.dsk BSAVE -a 0x9000 ./audio/link_noise.btc LINK_NOISE.BTC
|
||||||
|
|
||||||
mist_side2.dsk: MECHE SELENA CHANNEL VIEWER
|
mist_side2.dsk: HELLO_DISK2 MECHE SELENA CHANNEL VIEWER
|
||||||
cp empty.dsk mist_side2.dsk
|
cp empty.dsk mist_side2.dsk
|
||||||
|
$(DOS33) -y mist_side2.dsk SAVE A HELLO_DISK2 HELLO
|
||||||
$(DOS33) -y mist_side2.dsk BSAVE -a 0x2000 MECHE
|
$(DOS33) -y mist_side2.dsk BSAVE -a 0x2000 MECHE
|
||||||
$(DOS33) -y mist_side2.dsk BSAVE -a 0x2000 SELENA
|
$(DOS33) -y mist_side2.dsk BSAVE -a 0x2000 SELENA
|
||||||
$(DOS33) -y mist_side2.dsk BSAVE -a 0x2000 CHANNEL
|
$(DOS33) -y mist_side2.dsk BSAVE -a 0x2000 CHANNEL
|
||||||
@ -48,6 +49,10 @@ loader.o: loader.s
|
|||||||
HELLO: hello.bas
|
HELLO: hello.bas
|
||||||
../asoft_basic-utils/tokenize_asoft < hello.bas > HELLO
|
../asoft_basic-utils/tokenize_asoft < hello.bas > HELLO
|
||||||
|
|
||||||
|
HELLO_DISK2: hello_disk2.bas
|
||||||
|
../asoft_basic-utils/tokenize_asoft < hello_disk2.bas > HELLO_DISK2
|
||||||
|
|
||||||
|
|
||||||
####
|
####
|
||||||
|
|
||||||
MIST_TITLE: mist_title.o
|
MIST_TITLE: mist_title.o
|
||||||
@ -213,6 +218,7 @@ graphics_island/mist_graphics.inc:
|
|||||||
####
|
####
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *~ *.o *.lst HELLO LOADER MIST_TITLE \
|
rm -f *~ *.o *.lst HELLO HELLO_DISK2 \
|
||||||
|
LOADER MIST_TITLE \
|
||||||
MIST OCTAGON \
|
MIST OCTAGON \
|
||||||
MECHE SELENA STONEY CHANNEL
|
MECHE SELENA STONEY CHANNEL
|
||||||
|
4
mist/hello_disk2.bas
Normal file
4
mist/hello_disk2.bas
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
5 HOME
|
||||||
|
10 HTAB 12:PRINT "MIST DISK, SIDE2"
|
||||||
|
20 PRINT
|
||||||
|
30 PRINT "PLEASE FLIP DISK AND REBOOT TO PLAY"
|
Loading…
Reference in New Issue
Block a user