mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 02:31:00 +00:00
glados33: add initial files
This commit is contained in:
parent
b1704c8a13
commit
23efcc545f
15
glados3.3/Makefile
Normal file
15
glados3.3/Makefile
Normal 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
5
glados3.3/NOTES
Normal 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
BIN
glados3.3/glados33.dsk
Normal file
Binary file not shown.
1911
glados3.3/still_alive.bas
Normal file
1911
glados3.3/still_alive.bas
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user