[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: IIc mouse, questions
- Subject: Re: IIc mouse, questions
- From: jponge@mtu.edu (Joshua P. Onge)
- Date: 1996/02/07
- Newsgroups: comp.sys.apple2
- Organization: Michigan Technological University
- References: <Pine.SUN.3.91.960207102637.20056D-100000@owens>
Cyrus Roton (croton@ridgecrest.ca.us) wrote:
: Timeout Paint, with AppleWorks 3.0 works fine on my IIe. But when I try
: it on a IIc, the mouse does not work. But the IIc mouse works well with
: Dazzle Draw and with Mouse Paint.
: Can anyone tell me if there is a known problem with TO Paint and the IIc
: mouse?
: Cyrus Roton croton@ridgecrest.ca.us
: Ridgecrest Apple User Group
Well, I know that on some IIc's the mouse is in slot 7, which isn't
exactly standard I guess. All the documentation claims that it is in slot
4, and it was some time 'till I figured out that that was why my programs
didn't work. Most programs do a search of all the slots looking for the
ID bytes of the mouse, but maybe Timeout Paint assumes it is in slot 4.
The ID bytes are:
$20 at $Cs0C
$D6 at $CsFB
where s is the slot number you're checking.
josh