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

Re: JACE has mouse emulation!!!



But unfortunately Dazzle Draw does not work.  But then again neither does Airheart.  I can look at this in one of two ways:

1) Interrupts might not be implemented correctly.  Not sure what Airheart would use interrupts for though, seems odd.

2) Something with aux page flipping isn't working when it comes to code -- for example maybe it is supposed to flip pages at a certain time but it reads the next opcode from the wrong place.  I think I have an idea why this might be: I was kinda lazy about implementing the switches that require 2 consecutive accesses to actually flip over, and they flip over on the first access instead.  Now that I'm starting to think about it, I should probably investigate this first especially for airheart!

-B