mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-13 22:30:49 +00:00
spacebars: bump version number
This commit is contained in:
parent
9339b9c08b
commit
b8c72c5517
@ -6,7 +6,8 @@ B2D = ../bmp2dhr/b2d
|
||||
|
||||
all: space_bars.dsk
|
||||
|
||||
space_bars.dsk: SPACE_BARS
|
||||
space_bars.dsk: SPACE_BARS HELLO
|
||||
$(DOS33) -y space_bars.dsk SAVE A HELLO
|
||||
$(DOS33) -y space_bars.dsk BSAVE -a 0x4000 SPACE_BARS
|
||||
|
||||
|
||||
@ -24,6 +25,11 @@ space_bars.o: space_bars.s instructions.s game.s \
|
||||
|
||||
####
|
||||
|
||||
HELLO: hello.bas
|
||||
../asoft_basic-utils/tokenize_asoft < hello.bas > HELLO
|
||||
|
||||
####
|
||||
|
||||
spacebars_title.inc: ./images/spacebars_title_scaled.png
|
||||
$(PNG_TO_40x48D) asm ./images/spacebars_title_scaled.png spacebars_title > spacebars_title.inc
|
||||
|
||||
|
2
space_bars/hello.bas
Normal file
2
space_bars/hello.bas
Normal file
@ -0,0 +1,2 @@
|
||||
10 PRINT "RASTERBARS IN SPACE V0.6"
|
||||
100 PRINT CHR$ (4)"BRUN SPACE_BARS"
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user