dos33fsprogs/pt3_player/hello.bas
Vince Weaver ae3d819970 pt3: init zeroed vars with loop
switching songs, sometimes they'd start wrong due to vars not
being initialized.  Easier to just zero everything than try to
figure out which field we weren't getting.  Also makes code smaller.
2019-06-08 01:39:50 -04:00

3 lines
69 B
QBasic

10 PRINT "PT3 PLAYER V0.8"
100 PRINT CHR$ (4)"BRUN PT3_PLAYER"