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

Re: v0.10 Re: Work in progress free firmware substitute



I'm aware of bugs that cause havoc in certain programs though I have not
been able to hunt them all down.  It could be something as trivial as a
register getting junked that shouldn't be, or as complex as a missing
function.  (In the early days a missing function would cause the firmware to
say GURU MEDITATION and freeze; now this is not necessarily so, because
occasionally code from other functions, especially CLRSCR and SCROLL, spills
over.)

Little Brick Out is now merely buggy, and not (like before) suicidal.  I
could try to track down the issue there, I suppose, and maybe it will also
help with the Tetris.bas bug.

I need to fix CLREOP (it should not do a vtab 1:htab 1!), but I believe that
implementing it has reduced the issue of crashing in other software as well.

-uso.