[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: JACE has mouse emulation!!!
- Subject: Re: JACE has mouse emulation!!!
- From: BLuRry <brendan.robert@gmail.com>
- Date: Mon, 30 Jan 2012 23:30:57 -0800 (PST)
- Complaints-to: groups-abuse@google.com
- In-reply-to: <4688950.3266.1327993496754.JavaMail.geo-discussion-forums@yqnd19>
- Injection-info: glegroupsg2000goo.googlegroups.com; posting-host=70.123.154.97; posting-account=HyIOQgoAAAAfAUGOevdCSBhPYcDSPtM9
- Newsgroups: comp.sys.apple2
- Organization: http://groups.google.com
- References: <1395549.180.1327993094650.JavaMail.geo-discussion-forums@yqfi14> <4688950.3266.1327993496754.JavaMail.geo-discussion-forums@yqnd19>
- Reply-to: comp.sys.apple2@googlegroups.com
- User-agent: G2/1.0
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