dos33fsprogs/games/ksp/applesoft/load_ksp.bas
Vince Weaver b1238af49d re-arranged the entire directory structure
this will probably upset people
2021-01-05 15:29:31 -05:00

7 lines
152 B
QBasic

10 REM LOAD BASIC PROGRAM INTO HGR2 AREA
15 PRINT "KSP TOO BIG, LOADING TO A$4000"
20 POKE 104,64
30 POKE 16384,0
40 PRINT CHR$(4);"RUN KSP.BAS"
50 RUN