mirror of
https://github.com/V2RetroComputing/analog-utilities.git
synced 2024-11-21 18:30:57 +00:00
7 lines
142 B
QBasic
7 lines
142 B
QBasic
|
10 PRINT "CARD IS INSTALLED IN SLOT";
|
||
|
20 INPUT S
|
||
|
30 S = (S * 16) + 49280
|
||
|
40 POKE S + 1,240
|
||
|
50 POKE S + 2,246
|
||
|
60 POKE S + 4,6
|