mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-04 05:05:13 +00:00
2305c15ee4
sorry anyone who was maintaining patches against this or had hardcoded paths
6 lines
155 B
QBasic
6 lines
155 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);"LOAD PRESENTER_DEMO"
|