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