jump to navigation

Progress… I think March 20, 2008

Posted by Trixter in Programming.
trackback

The good news: MONOTONE made some noise last night.  The bad news:  It was noise.

Now begins a complex series of compile-time debug DEFINEs so that I can try to get a handle on what is going on.  Step one is probably turning the 60Hz interrupt code into a single-step manual advance so that I can debug it.

The worst part?  50% of the notes were correct.  The rest were wrong.  And it wasn’t consistent.

Argh.

Comments»

1. Jason Scott - March 20, 2008

CARRY THE 9

2. Trixter - March 25, 2008

It turned out to be the interrupt routine and the mainline code stomping on each other. They still do, but more gracefully.