spacebars: bump version number

This commit is contained in:
Vince Weaver 2019-06-13 18:13:55 -04:00
parent 9339b9c08b
commit b8c72c5517
3 changed files with 9 additions and 1 deletions

View File

@ -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
View File

@ -0,0 +1,2 @@
10 PRINT "RASTERBARS IN SPACE V0.6"
100 PRINT CHR$ (4)"BRUN SPACE_BARS"

Binary file not shown.