presentation: add some more slides

This commit is contained in:
Vince Weaver 2018-07-18 13:52:34 -04:00
parent 47eba5f74f
commit 763d015fd2
7 changed files with 12 additions and 14 deletions

Binary file not shown.

View File

@ -9,10 +9,13 @@ all: kfest2018_slides.dsk
kfest2018_slides.dsk: KANSASFEST_2018 \
TITLE.HGR KATAHDINC.BIN VINCEC.BIN PI_PLAYERC.BIN \
KSP_TITLE.HGR PORTAL.HGR \
CHIPTUNE.GR TB1.GR \
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 SAVE B KSP_TITLE.HGR
$(DOS33) -y kfest2018_slides.dsk SAVE B PORTAL.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
@ -43,6 +46,6 @@ demo.bas: $(ASOFT_PRESENTER) info
$(ASOFT_PRESENTER) . > demo.bas
clean:
rm -f *~ *.IMG *.HGR demo.bas KANSASFEST_2018 LOAD_DEMO \
rm -f *~ *.IMG demo.bas KANSASFEST_2018 LOAD_DEMO \
VINCEC.BIN KATAHDINC.BIN

Binary file not shown.

Binary file not shown.

View File

@ -19,6 +19,8 @@ slide_07_tb1_gr
slide_07_tb1
slide_08_presentation
slide_09_asoft_games
slide_09_ksp
slide_09_portal
slide_10_mockingboard
slide_11_busy_times
slide_12_chiptune_gr

View File

@ -4,16 +4,6 @@
* Got inspired by playing some games.
Can I do this on the Apple II?
* Kerbal Space Program
Surprisingly easy (for 2D)
ATAN bug in tokenizer
* Portal (the Valve one)
15-minutes of internet fame
Also surprisingly easy physics.
Was disappointed in music quality
of credits. Started AY-3-8910
* Also did a Uthernet webserver in
BASIC. Worked well, but memory
copy slow if not done in 6502

View File

@ -1,7 +1,10 @@
40COL
%c%QUESTIONS?
%c%All code can be found at
%c%github.com/deater/dos33fsprogs
%c%www.deater.net/weave/vmwprod