mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 02:31:00 +00:00
kansasfest: slides
This commit is contained in:
parent
00d6bbd5f5
commit
46c2db8e87
@ -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
|
||||
|
BIN
asoft_presenter/kansasfest_2018/pi_player.bmp
Normal file
BIN
asoft_presenter/kansasfest_2018/pi_player.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 79 KiB |
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user