kansasfest: slides

This commit is contained in:
Vince Weaver 2018-07-17 11:08:50 -04:00
parent 00d6bbd5f5
commit 46c2db8e87
3 changed files with 10 additions and 5 deletions

View File

@ -8,12 +8,13 @@ TOKENIZE_ASOFT = ../../asoft_basic-utils/tokenize_asoft
all: kfest2018_slides.dsk
kfest2018_slides.dsk: KANSASFEST_2018 \
TITLE.HGR KATAHDINC.BIN VINCEC.BIN \
TITLE.HGR KATAHDINC.BIN VINCEC.BIN PI_PLAYERC.BIN \
LOAD_DEMO
$(DOS33) -y kfest2018_slides.dsk SAVE A KANSASFEST_2018
$(DOS33) -y kfest2018_slides.dsk SAVE B TITLE.HGR
$(DOS33) -y kfest2018_slides.dsk BSAVE -a 0x2000 KATAHDINC.BIN
$(DOS33) -y kfest2018_slides.dsk BSAVE -a 0x2000 VINCEC.BIN
$(DOS33) -y kfest2018_slides.dsk BSAVE -a 0x2000 PI_PLAYERC.BIN
$(DOS33) -y kfest2018_slides.dsk SAVE A LOAD_DEMO
LOAD_DEMO: load_demo.bas
@ -28,6 +29,9 @@ KATAHDINC.BIN: katahdin.bmp
VINCEC.BIN: vince.bmp
../../bmp2dhr/b2d vince.bmp hgr dither
PI_PLAYERC.BIN: pi_player.bmp
../../bmp2dhr/b2d pi_player.bmp hgr dither
KANSASFEST_2018: demo.bas
$(TOKENIZE_ASOFT) < demo.bas > KANSASFEST_2018

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

View File

@ -1,5 +1,6 @@
40COL
AY-3-8910 - Couldn't find Mockingboard
Learned by building Raspberry Pi
Chiptune Player
HGR
PI_PLAYERC.BIN
%c%AY-3-8910 - Couldn't find Mockingboard
%c%Learned by building Raspberry Pi
%c%Chiptune Player