glados33: add initial files

This commit is contained in:
Vince Weaver 2017-01-04 14:08:24 -05:00
parent b1704c8a13
commit 23efcc545f
4 changed files with 1931 additions and 0 deletions

15
glados3.3/Makefile Normal file
View File

@ -0,0 +1,15 @@
DOS33 = ../dos33fs-utils/dos33
TXT2BAS = ../asoft_basic-utils/tokenize_asoft
MAKEB = ../dos33fs-utils/make_b
all: glados33.dsk
STILL_ALIVE.BAS: still_alive.bas
$(TXT2BAS) < still_alive.bas > STILL_ALIVE.BAS
glados33.dsk: STILL_ALIVE.BAS
$(DOS33) -y glados33.dsk SAVE A STILL_ALIVE.BAS
clean:
rm -f *~ *.BAS *.lst

5
glados3.3/NOTES Normal file
View File

@ -0,0 +1,5 @@
https://www.youtube.com/watch?v=WehWE5nqb9A
http://pastebin.com/9pQcGnip
https://www.youtube.com/watch?v=bxwgd0PVyQQ
http://www.steamgames.com/v/img/whatsnew/StillAlive.pdf

BIN
glados3.3/glados33.dsk Normal file

Binary file not shown.

1911
glados3.3/still_alive.bas Normal file

File diff suppressed because it is too large Load Diff