mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-03-03 12:31:32 +00:00
presentation: add some more slides
This commit is contained in:
parent
47eba5f74f
commit
763d015fd2
BIN
asoft_presenter/kansasfest_2018/KSP_TITLE.HGR
Normal file
BIN
asoft_presenter/kansasfest_2018/KSP_TITLE.HGR
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
BIN
asoft_presenter/kansasfest_2018/PORTAL.HGR
Normal file
BIN
asoft_presenter/kansasfest_2018/PORTAL.HGR
Normal file
Binary file not shown.
BIN
asoft_presenter/kansasfest_2018/TITLE.HGR
Normal file
BIN
asoft_presenter/kansasfest_2018/TITLE.HGR
Normal file
Binary file not shown.
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user