[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apple //c Mouse: Do I need a driver? Is Mac Plus mouse compatible?
In article <CBp9zD.Hy7@harlequin.com>, Tim McNerney <tim@harlequin.com> wrote:
>The behavior in PCS is quite strange. When I wiggle the mouse and then
>stop, and the cursor continues to move smoothly in some direction which you
>can sort of influence by moving the mouse. Unfortunately the cursor never
>stands still, and the mouse button doesn't work. I wonder if a //c mapping
>the mouse to the "wrong" slot would act this way.
This sounds like PCS is looking for a joystick or paddles. If no paddles
are connected, it will read 255 as position which means "right". The mouse
button is completely separate from the joystick/paddle buttons.
I believe the paddle buttons are located at $c061/c062 while the mouse
button is at $c063 (and though the Tech Ref manual says $c061 would be
the mouse button negated, I didn't find this true on both of my
//c's).
If PCS uses the standard routines for reading the paddles, the PR#4
trick should do it. Otherwise, you'd have to patch the program which
may be difficult, but feasible. I converted the Koala Painter to
use the mouse instead of the Koala Pad some years ago.
- Wulf