Jump to content

Recommended Posts

I found this pretty cool looking mouse driver on an old L.A.C.E. disk today and decided to pull the documentation together and format it a little. I fixed a lot of errors, but maybe introduced a few new ones, since I didn't really go over it with a fine-toothed comb yet. I've included the L.A.C.E. disk as well as the all the original files pulled off the disk, including the Docs ARC and Programs ARC. I've only tried out the little BASIC test program that was included, but it looked pretty good, and the documentation and utilities seem to be pretty thorough. I also liked that he set it up to use CIO. Supposedly it will work with TBXL with a little configuring. Many thanks to Simon Trew, the author.

 

Multi-Mouse.zip

Edited by MrFish
  • Like 1
Link to comment
Share on other sites

Alright, I think final corrections, formatting, and now wrapped in a bookmarked PDF.

 

Multi-Mouse - Manual.pdf

 

An interesting note on Multi-Mouse is that Simon Trew wrote both the configuration program and the driver in the obscure PL-65 programming language. The driver, however, was done in pure assembly within PL-65, which is probably a good thing.

 

  • Like 2
Link to comment
Share on other sites

The relocation technique described in the docs is interesting (assembling at two different addresses and building a table of the differences), and is something I saw mentioned on another forum the other day when I was trawling the Net on the subject. I'm reminded now of Multi-Mouse's main limitation: the fact (IIRC) it polls the input device in a continuous, closed loop until the button is either pressed or released. At the time I think I wanted to use it for a drawing program, but there was no way to use the driver for "rubber-band" drawing, etc, since the CPU was sampling the input flat-out. Of course this was one sure-fire way of ensuring sufficiently high sampling rates and thus smooth pointer movement without any software mouse acceleration. Really interesting to see this again, though: nice work. :)

Link to comment
Share on other sites

I'm reminded now of Multi-Mouse's main limitation: the fact (IIRC) it polls the input device in a continuous, closed loop until the button is either pressed or released. At the time I think I wanted to use it for a drawing program, but there was no way to use the driver for "rubber-band" drawing, etc, since the CPU was sampling the input flat-out. Of course this was one sure-fire way of ensuring sufficiently high sampling rates and thus smooth pointer movement without any software mouse acceleration. Really interesting to see this again, though: nice work. :)

 

Ah, so your nostalgia is partly one of disappointment. Yes, it seems to be restricted in that way. Not such a bad method for achieving smooth movement in environments such as BASIC though. But, yes, they'll be no window outlines moved with the pointer using this driver either. ;)

 

The main benefits I see are:

- Auto-boundary checking

- User configurable and relocatable

- Dual-color pointer (pseudo-masking)

- Driver code hidden in PM Memory

- Usable with multiple devices

 

Based on the size of the code for the demo program -- 15 lines including DATA statements (not counting REM's) -- it looks to be a pretty simple way for adding mouse use to a program in BASIC or other high-level languages.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...