mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-04 20:06:09 +00:00
b1238af49d
this will probably upset people
7 lines
156 B
QBasic
7 lines
156 B
QBasic
10 REM LOAD BASIC PROGRAM INTO HGR2 AREA
|
|
15 PRINT "LOADING PRESENTER DEMO TO A$4000"
|
|
20 POKE 104,64
|
|
30 POKE 16384,0
|
|
40 PRINT CHR$(4);"RUN KANSASFEST_2018"
|
|
|