Download filezillafor windows
A Christmas JukeBox. By searching the internet over the past few weeks, I have managed to gather
and convert a collection of festive tunes, and some not so festive. So the next
program will play each tune sequentially. Compile the program CHRISTMAS_JUKEBOX.BAS and use the same circuit as
previously shown. The program will run through several tunes, playing each
one in turn. The program is essentially the same as the SINGLE_TABLE_PLAYER.BAS pro-
gram, but instead of pointing to a single tunes data, a separate LDATA state-
ment holds the tunes to play. Each tunes LDATA list must be given a relevant name. For example, our merry
christmas tunes file now contains the label: WISH_YOU_MERRY:
LDATAWORD4000' Tempo of tune
LDATAWORD270, BYTE62, BYTE00, BYTE00
LDATAWORD324, BYTE67, BYTE00, BYTE50
LDATAWORD378, BYTE67, BYTE00, BYTE00 Well, its now the 10th of December and Ive run out of time and steam. I know
this all sounds rather complicated, but once youve converted a few tunes suc-
cessfully, it all fits into place and becomes much simpler. I would like to take this opportunity to wish you a very merry Christmas and a
prosperous new year from all the team at Crownhill, and I look forward to lis-
tening to some tunes that you convert. Les Johnson.