dos33fsprogs/pt3_player/dump.bas
Vince Weaver d2e3f7327a pt3: add early-pattern end code
also now display memory on HGR page0 while playing
2019-05-14 11:52:50 -04:00

7 lines
143 B
QBasic

10 HGR
12 REM 1=green, 2=purple, 5=orange 6=blue
15 HCOLOR=2
20 FOR I=0 TO 160: HPLOT 0,I TO 279,I: NEXT I
30 PRINT CHR$(4);"BRUN PT3_PLAYER"