[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Difficulty programming sound via AppleSoft & machine language



As you have 22 values in your DATA line and poke 21 values, I think
there is an extra comma that needs to be removed.
At first, check the BASIC code on the magazine. The DATA ... 5, 20, 6,
1, 3 is too weird to be honest...

I did it... just rewrite line 60 and change DATA ... 5, 20, 6, 1, 3
with DATA ... 5, 206, 1, 3 ...

The extra comma was between 20 and 6.

Yeah!

antoine