mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-04 05:05:13 +00:00
d2e3f7327a
also now display memory on HGR page0 while playing
7 lines
143 B
QBasic
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"
|
|
|