mcs-player/src/SIMPLEPLAYER.bas
cybernesto 521c97d852 Updated player routines
A slot number different that slot 4 can be used for the Mockingboard.
A separate simple player introduced to include the minimum amount of
code required for the routine to work.
2017-05-01 20:23:46 +02:00

7 lines
206 B
QBasic

10 HOME : PRINT "PLEASE WAIT..."
20 PRINT CHR$(4)"BLOAD MCS"
30 PRINT CHR$(4)"BLOAD JAM,A$8900
40 POKE 34066,4: CALL 34051
50 PRINT : PRINT "PRESS ANY KEY TO STOP->";: GET A$
60 CALL 34060
70 HOME