From: minyard@bnr.ca (Corey Minyard) Subject: busmouse problem with 0.98.1 Date: 7 Oct 1992 00:46:04 GMT
I have figured out what the problem with my busmouse was. The busmouse
code was not clearing mouse.wait at initialization; apparently the memory
tests of my machine do not leave zeroes in memory, so therefore a segment
violation on the wake_up() call to mouse.wait.
Anyway, add the line:
mouse.wait = NULL;
at then end of initialization for every busmouse routine and you will be
safe.
-- ======================================================================Corey Minyard