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

Re: Difficulty programming sound via AppleSoft & machine language



On Nov 27, 3:46 am, KP <kjpm...@gmail.com> wrote:
> On Nov 27, 3:46 am, KP <kjpm...@gmail.com> wrote:
>
>
>
> > On Nov 27, 3:40 am, Toinet <antoine.vig...@laposte.net> wrote:
>
> > > 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
>
> > Thank you!  Will let you know how it tests later when I'm awake enough
> > to test it!
>
> And it's probably worth noting... the error was in the original
> magazine code!  Can't even begin to tell you the number of times I
> went back over that listing trying to see where my typo was... and it
> was in the original all along!

It works!  Thank you very much!