Home » Archimedes archive » Acorn User » Acorn User - Updated Shareware Collection (1994).adf » Programs » !SerialMse/!Help
!SerialMse/!Help
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » Acorn User - Updated Shareware Collection (1994).adf » Programs |
Filename: | !SerialMse/!Help |
Read OK: | ✔ |
File size: | 1947 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
++========================================++ || Archimedes Serial Mouse Driver V2.10 || ++========================================++ || Stuart Tyrrell 04/03/1994 || ++========================================++ ************************************************************************ ** This module is Public Domain if, and only if, it is distributed as ** ** the FULL APPLICATION including this help file. ** ************************************************************************ Introduction ============ This mouse driver is an extension of a project I completed a couple of years ago. It allows you to connect and use a MS or PC compatible mouse with your Archimedes via the serial port. Use === Plug your mouse into the serial port, double click on !SerialMse on a filer window, and play!. Why doesn't it work? ==================== Do you : a) Have an A300/A400/A3000 ? - you _may_ need to make a short patch lead as follows, using a 9 pin "D" type plug and socket : 9 pin skt (to Arc) 9 pin plug (to mouse) +--- 1 1 ---+ | 2 ----------------------------- 2 | | 3 ----------------------------- 3 | +--- 4 4 ---+ | 5 ----------------------------- 5 | +--- 6 6 | 7 ----------------------------- 7 ---+ 8 8 9 9 I advise you to try your mouse without the lead first - many, especially the more expensive, mice work without it. (You may also need this lead for the newer machines, but probably not) The link between pins 1,4 & 7 on the mouse end has been added because some people have mice that use pin 4. Mine doesn't, and so I can't be positive that this fix will work - it should! b) Have an A3000? - Do you have the serial upgrade fitted? If not, you will need to buy one! c) Have the "SerialUtils" module loaded (as supplied on the RISC OS 3 support disk)? - For some reason (any ideas?), this version of the mouse driver is incompatible with this module. RMKill SerialUtils, and don't load it as part of your boot sequence anymore. Points to note ============== The MS standard only allows for two buttons. Therefore an MS mouse will either only have 2 buttons, or the middle button will not work! To emulate pressing the middle mouse button, press the left and right button on the MS mouse at the same time. Of course, the lucky among you will have a mouse which has a middle button which does just that (see your MS mouse manual for details), and so the middle button will function as normal. The three button "PC-Mouse" standard mice have a third button which functions as normal. Auto-detection of mice is now standard. The module will make an intelligent guess as to which mouse you have fitted. Changing between the two mouse standards may occur at any time, but it is better not to switch a switchable mouse while the module is loaded - mouse movement may be undefined for a short time while the module gets re-synchronised. This version of the module also supports mouse acceleration, via "*SerialMouseAcc". I was loathe to put this in, but a number of people asked for it, and it was simple to implement it. If you would rather use one of the "standard" mouse accelerators, then just leave the one in the module turned off, and load your preffered mouse accelerator. * Commands ========== There are two * commands. The first, "*SerialMouseType", will give you information as to which type of mouse the module thinks you have connected, and allow you to force it to think otherwise if need be : *SerialMouseType -- Shows the current mouse type (PC or MS) and whether type detection is automatic or forced. *SerialMouseType AUTO -- Use the module's auto-detection system to determine the type of mouse connected. *SerialMouseType MS -- Force the module to think it has a MS type mouse attached. *SerialMouseType PC -- Force the module to think it has a PC-3 button type mouse attached. The second * command, "*SerialMouseAcc" allows you to turn the mouse acceleration on and off : *SerialMouseAcc -- Shows you whether the mouse acceleration is currently on or off. *SerialMouseAcc ON -- Turn on the mouse acceleration. *SerialMouseAcc OFF -- Turn off the mouse acceleration. There is a line in !Run within the application which allows you to turn the acceleration on or off when the module is first loaded. Contact ======= Stuart Tyrrell 6 Stamford Close Market Deeping Peterborough Cambs. PE6 8AF (note this is a change from my previous address in St. Helens). Email (until June 1994 at least!) stl@sn2.ee.umist.ac.uk Versions ======== V0.01 (03/11/92) - First version V0.02 (21/02/94) - Tidied up serial setup routines - Move 'x' then 'y' so movements outside bounding box still allow some movement - Found incompatability with SerialUtils - Documentation - Release V1.00 (24/02/94) - Implemented PC mouse driver module. - Revised docs - Release V1.00/1.01 (25/02/94) - Split version numbers into MS/PC mouse modules - PCMouse update now much smoother (V1.01) - Documentation update - Release V1.01/1.01 (27/02/94) - Forced MS-Mouse to work at 8N1 rather than 7N1 V1.02 (27/02/94) - Autodetection of mice now implemented. - Back to single version number as only one module! V2.00 (28/02/94) - Implemented *SerialMouseType - Packaged into application - Documentation - Release V2.10 (04/03/94) - Mouse keys now fully emulated (-ve inkey numbers, key up/down events etc). Now you can play Lemmings! - Changes in MOUSE STEP (OS_Word 21,2) now work - module uses configured mouse step on start-up, and traps all MOUSE STEP changes after. - Mouse acceleration implemented. - Doc update to include pins 1,4 & 7 on mouse side. - Release
00000000 20 20 20 20 20 20 20 20 20 20 2b 2b 3d 3d 3d 3d | ++====| 00000010 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| * 00000030 3d 3d 3d 3d 2b 2b 0a 20 20 20 20 20 20 20 20 20 |====++. | 00000040 20 7c 7c 20 41 72 63 68 69 6d 65 64 65 73 20 53 | || Archimedes S| 00000050 65 72 69 61 6c 20 4d 6f 75 73 65 20 44 72 69 76 |erial Mouse Driv| 00000060 65 72 20 56 32 2e 31 30 20 20 20 7c 7c 0a 20 20 |er V2.10 ||. | 00000070 20 20 20 20 20 20 20 20 2b 2b 3d 3d 3d 3d 3d 3d | ++======| 00000080 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| * 000000a0 3d 3d 2b 2b 0a 20 20 20 20 20 20 20 20 20 20 7c |==++. || 000000b0 7c 20 20 20 20 20 20 53 74 75 61 72 74 20 54 79 || Stuart Ty| 000000c0 72 72 65 6c 6c 20 30 34 2f 30 33 2f 31 39 39 34 |rrell 04/03/1994| 000000d0 20 20 20 20 20 20 20 20 20 7c 7c 0a 20 20 20 20 | ||. | 000000e0 20 20 20 20 20 20 2b 2b 3d 3d 3d 3d 3d 3d 3d 3d | ++========| 000000f0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| * 00000110 2b 2b 0a 20 20 20 20 20 20 20 20 20 20 20 20 0a |++. .| 00000120 20 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a | ***************| 00000130 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| * 00000160 2a 2a 2a 2a 2a 2a 2a 2a 2a 0a 20 2a 2a 20 54 68 |*********. ** Th| 00000170 69 73 20 6d 6f 64 75 6c 65 20 69 73 20 50 75 62 |is module is Pub| 00000180 6c 69 63 20 44 6f 6d 61 69 6e 20 69 66 2c 20 61 |lic Domain if, a| 00000190 6e 64 20 6f 6e 6c 79 20 69 66 2c 20 69 74 20 69 |nd only if, it i| 000001a0 73 20 64 69 73 74 72 69 62 75 74 65 64 20 61 73 |s distributed as| 000001b0 20 2a 2a 0a 20 2a 2a 20 20 20 20 20 20 20 20 20 | **. ** | 000001c0 20 20 74 68 65 20 46 55 4c 4c 20 41 50 50 4c 49 | the FULL APPLI| 000001d0 43 41 54 49 4f 4e 20 69 6e 63 6c 75 64 69 6e 67 |CATION including| 000001e0 20 74 68 69 73 20 68 65 6c 70 20 66 69 6c 65 2e | this help file.| 000001f0 20 20 20 20 20 20 20 20 20 20 20 2a 2a 0a 20 2a | **. *| 00000200 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| * 00000240 2a 2a 2a 2a 2a 2a 2a 0a 0a 0a 49 6e 74 72 6f 64 |*******...Introd| 00000250 75 63 74 69 6f 6e 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d |uction.=========| 00000260 3d 3d 3d 0a 0a 54 68 69 73 20 6d 6f 75 73 65 20 |===..This mouse | 00000270 64 72 69 76 65 72 20 69 73 20 61 6e 20 65 78 74 |driver is an ext| 00000280 65 6e 73 69 6f 6e 20 6f 66 20 61 20 70 72 6f 6a |ension of a proj| 00000290 65 63 74 20 49 20 63 6f 6d 70 6c 65 74 65 64 20 |ect I completed | 000002a0 61 20 63 6f 75 70 6c 65 20 6f 66 0a 79 65 61 72 |a couple of.year| 000002b0 73 20 61 67 6f 2e 20 49 74 20 61 6c 6c 6f 77 73 |s ago. It allows| 000002c0 20 79 6f 75 20 74 6f 20 63 6f 6e 6e 65 63 74 20 | you to connect | 000002d0 61 6e 64 20 75 73 65 20 61 20 4d 53 20 6f 72 20 |and use a MS or | 000002e0 50 43 20 63 6f 6d 70 61 74 69 62 6c 65 20 6d 6f |PC compatible mo| 000002f0 75 73 65 20 77 69 74 68 0a 79 6f 75 72 20 41 72 |use with.your Ar| 00000300 63 68 69 6d 65 64 65 73 20 76 69 61 20 74 68 65 |chimedes via the| 00000310 20 73 65 72 69 61 6c 20 70 6f 72 74 2e 0a 0a 0a | serial port....| 00000320 55 73 65 0a 3d 3d 3d 0a 0a 50 6c 75 67 20 79 6f |Use.===..Plug yo| 00000330 75 72 20 6d 6f 75 73 65 20 69 6e 74 6f 20 74 68 |ur mouse into th| 00000340 65 20 73 65 72 69 61 6c 20 70 6f 72 74 2c 20 64 |e serial port, d| 00000350 6f 75 62 6c 65 20 63 6c 69 63 6b 20 6f 6e 20 21 |ouble click on !| 00000360 53 65 72 69 61 6c 4d 73 65 20 6f 6e 20 61 0a 66 |SerialMse on a.f| 00000370 69 6c 65 72 20 77 69 6e 64 6f 77 2c 20 61 6e 64 |iler window, and| 00000380 20 70 6c 61 79 21 2e 0a 0a 0a 57 68 79 20 64 6f | play!....Why do| 00000390 65 73 6e 27 74 20 69 74 20 77 6f 72 6b 3f 0a 3d |esn't it work?.=| 000003a0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| 000003b0 3d 3d 3d 0a 0a 44 6f 20 79 6f 75 20 3a 0a 0a 61 |===..Do you :..a| 000003c0 29 20 48 61 76 65 20 61 6e 20 41 33 30 30 2f 41 |) Have an A300/A| 000003d0 34 30 30 2f 41 33 30 30 30 20 3f 0a 20 20 20 2d |400/A3000 ?. -| 000003e0 20 79 6f 75 20 5f 6d 61 79 5f 20 6e 65 65 64 20 | you _may_ need | 000003f0 74 6f 20 6d 61 6b 65 20 61 20 73 68 6f 72 74 20 |to make a short | 00000400 70 61 74 63 68 20 6c 65 61 64 20 61 73 20 66 6f |patch lead as fo| 00000410 6c 6c 6f 77 73 2c 20 75 73 69 6e 67 20 61 20 39 |llows, using a 9| 00000420 20 70 69 6e 0a 20 20 20 22 44 22 20 74 79 70 65 | pin. "D" type| 00000430 20 70 6c 75 67 20 61 6e 64 20 73 6f 63 6b 65 74 | plug and socket| 00000440 20 3a 0a 20 20 20 0a 20 20 20 20 20 20 20 20 39 | :. . 9| 00000450 20 70 69 6e 20 73 6b 74 20 28 74 6f 20 41 72 63 | pin skt (to Arc| 00000460 29 20 20 20 20 20 20 20 20 20 20 20 20 20 20 39 |) 9| 00000470 20 70 69 6e 20 70 6c 75 67 20 28 74 6f 20 6d 6f | pin plug (to mo| 00000480 75 73 65 29 0a 20 20 20 20 20 20 20 20 20 20 20 |use). | 00000490 20 20 20 20 20 0a 20 20 20 2b 2d 2d 2d 20 31 20 | . +--- 1 | 000004a0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000004b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 31 20 | 1 | 000004c0 2d 2d 2d 2b 0a 20 20 20 7c 20 20 20 20 32 20 2d |---+. | 2 -| 000004d0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000004e0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 32 20 20 |------------ 2 | 000004f0 20 20 7c 0a 20 20 20 7c 20 20 20 20 33 20 2d 2d | |. | 3 --| 00000500 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000510 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 33 20 20 20 |----------- 3 | 00000520 20 7c 0a 20 20 20 2b 2d 2d 2d 20 34 20 20 20 20 | |. +--- 4 | 00000530 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000540 20 20 20 20 20 20 20 20 20 20 20 34 20 2d 2d 2d | 4 ---| 00000550 2b 0a 20 20 20 7c 20 20 20 20 35 20 2d 2d 2d 2d |+. | 5 ----| 00000560 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000570 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 35 20 20 20 20 7c |--------- 5 || 00000580 20 20 20 0a 20 20 20 2b 2d 2d 2d 20 36 20 20 20 | . +--- 6 | 00000590 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000005a0 20 20 20 20 20 20 20 20 20 20 20 20 36 20 20 20 | 6 | 000005b0 20 7c 0a 20 20 20 20 20 20 20 20 37 20 2d 2d 2d | |. 7 ---| 000005c0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000005d0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 20 37 20 2d 2d 2d |---------- 7 ---| 000005e0 2b 0a 20 20 20 20 20 20 20 20 38 20 20 20 20 20 |+. 8 | 000005f0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000600 20 20 20 20 20 20 20 20 20 20 38 0a 20 20 20 20 | 8. | 00000610 20 20 20 20 39 20 20 20 20 20 20 20 20 20 20 20 | 9 | 00000620 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000630 20 20 20 20 39 0a 0a 20 20 49 20 61 64 76 69 73 | 9.. I advis| 00000640 65 20 79 6f 75 20 74 6f 20 74 72 79 20 79 6f 75 |e you to try you| 00000650 72 20 6d 6f 75 73 65 20 77 69 74 68 6f 75 74 20 |r mouse without | 00000660 74 68 65 20 6c 65 61 64 20 66 69 72 73 74 20 2d |the lead first -| 00000670 20 6d 61 6e 79 2c 20 65 73 70 65 63 69 61 6c 6c | many, especiall| 00000680 79 0a 20 20 74 68 65 20 6d 6f 72 65 20 65 78 70 |y. the more exp| 00000690 65 6e 73 69 76 65 2c 20 6d 69 63 65 20 77 6f 72 |ensive, mice wor| 000006a0 6b 20 77 69 74 68 6f 75 74 20 69 74 2e 0a 20 20 |k without it.. | 000006b0 0a 20 20 28 59 6f 75 20 6d 61 79 20 61 6c 73 6f |. (You may also| 000006c0 20 6e 65 65 64 20 74 68 69 73 20 6c 65 61 64 20 | need this lead | 000006d0 66 6f 72 20 74 68 65 20 6e 65 77 65 72 20 6d 61 |for the newer ma| 000006e0 63 68 69 6e 65 73 2c 20 62 75 74 20 70 72 6f 62 |chines, but prob| 000006f0 61 62 6c 79 20 6e 6f 74 29 0a 20 20 0a 20 20 54 |ably not). . T| 00000700 68 65 20 6c 69 6e 6b 20 62 65 74 77 65 65 6e 20 |he link between | 00000710 70 69 6e 73 20 31 2c 34 20 26 20 37 20 6f 6e 20 |pins 1,4 & 7 on | 00000720 74 68 65 20 6d 6f 75 73 65 20 65 6e 64 20 68 61 |the mouse end ha| 00000730 73 20 62 65 65 6e 20 61 64 64 65 64 20 62 65 63 |s been added bec| 00000740 61 75 73 65 0a 20 20 73 6f 6d 65 20 70 65 6f 70 |ause. some peop| 00000750 6c 65 20 68 61 76 65 20 6d 69 63 65 20 74 68 61 |le have mice tha| 00000760 74 20 75 73 65 20 70 69 6e 20 34 2e 20 4d 69 6e |t use pin 4. Min| 00000770 65 20 64 6f 65 73 6e 27 74 2c 20 61 6e 64 20 73 |e doesn't, and s| 00000780 6f 20 49 20 63 61 6e 27 74 0a 20 20 62 65 20 70 |o I can't. be p| 00000790 6f 73 69 74 69 76 65 20 74 68 61 74 20 74 68 69 |ositive that thi| 000007a0 73 20 66 69 78 20 77 69 6c 6c 20 77 6f 72 6b 20 |s fix will work | 000007b0 2d 20 69 74 20 73 68 6f 75 6c 64 21 0a 20 20 20 |- it should!. | 000007c0 20 20 20 20 20 0a 0a 62 29 20 48 61 76 65 20 61 | ..b) Have a| 000007d0 6e 20 41 33 30 30 30 3f 0a 20 20 20 2d 20 44 6f |n A3000?. - Do| 000007e0 20 79 6f 75 20 68 61 76 65 20 74 68 65 20 73 65 | you have the se| 000007f0 72 69 61 6c 20 75 70 67 72 61 64 65 20 66 69 74 |rial upgrade fit| 00000800 74 65 64 3f 20 49 66 20 6e 6f 74 2c 20 79 6f 75 |ted? If not, you| 00000810 20 77 69 6c 6c 20 6e 65 65 64 20 74 6f 20 62 75 | will need to bu| 00000820 79 0a 20 20 20 6f 6e 65 21 0a 20 20 20 0a 0a 63 |y. one!. ..c| 00000830 29 20 48 61 76 65 20 74 68 65 20 22 53 65 72 69 |) Have the "Seri| 00000840 61 6c 55 74 69 6c 73 22 20 6d 6f 64 75 6c 65 20 |alUtils" module | 00000850 6c 6f 61 64 65 64 20 28 61 73 20 73 75 70 70 6c |loaded (as suppl| 00000860 69 65 64 20 6f 6e 20 74 68 65 20 52 49 53 43 20 |ied on the RISC | 00000870 4f 53 20 33 0a 20 20 20 73 75 70 70 6f 72 74 20 |OS 3. support | 00000880 64 69 73 6b 29 3f 0a 20 20 20 2d 20 46 6f 72 20 |disk)?. - For | 00000890 73 6f 6d 65 20 72 65 61 73 6f 6e 20 28 61 6e 79 |some reason (any| 000008a0 20 69 64 65 61 73 3f 29 2c 20 74 68 69 73 20 76 | ideas?), this v| 000008b0 65 72 73 69 6f 6e 20 6f 66 20 74 68 65 20 6d 6f |ersion of the mo| 000008c0 75 73 65 20 64 72 69 76 65 72 20 69 73 0a 20 20 |use driver is. | 000008d0 20 69 6e 63 6f 6d 70 61 74 69 62 6c 65 20 77 69 | incompatible wi| 000008e0 74 68 20 74 68 69 73 20 6d 6f 64 75 6c 65 2e 20 |th this module. | 000008f0 52 4d 4b 69 6c 6c 20 53 65 72 69 61 6c 55 74 69 |RMKill SerialUti| 00000900 6c 73 2c 20 61 6e 64 20 64 6f 6e 27 74 20 6c 6f |ls, and don't lo| 00000910 61 64 20 69 74 0a 20 20 20 61 73 20 70 61 72 74 |ad it. as part| 00000920 20 6f 66 20 79 6f 75 72 20 62 6f 6f 74 20 73 65 | of your boot se| 00000930 71 75 65 6e 63 65 20 61 6e 79 6d 6f 72 65 2e 0a |quence anymore..| 00000940 20 20 20 0a 0a 50 6f 69 6e 74 73 20 74 6f 20 6e | ..Points to n| 00000950 6f 74 65 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |ote.============| 00000960 3d 3d 0a 0a 54 68 65 20 4d 53 20 73 74 61 6e 64 |==..The MS stand| 00000970 61 72 64 20 6f 6e 6c 79 20 61 6c 6c 6f 77 73 20 |ard only allows | 00000980 66 6f 72 20 74 77 6f 20 62 75 74 74 6f 6e 73 2e |for two buttons.| 00000990 20 54 68 65 72 65 66 6f 72 65 20 61 6e 20 4d 53 | Therefore an MS| 000009a0 20 6d 6f 75 73 65 20 77 69 6c 6c 0a 65 69 74 68 | mouse will.eith| 000009b0 65 72 20 6f 6e 6c 79 20 68 61 76 65 20 32 20 62 |er only have 2 b| 000009c0 75 74 74 6f 6e 73 2c 20 6f 72 20 74 68 65 20 6d |uttons, or the m| 000009d0 69 64 64 6c 65 20 62 75 74 74 6f 6e 20 77 69 6c |iddle button wil| 000009e0 6c 20 6e 6f 74 20 77 6f 72 6b 21 20 54 6f 20 65 |l not work! To e| 000009f0 6d 75 6c 61 74 65 0a 70 72 65 73 73 69 6e 67 20 |mulate.pressing | 00000a00 74 68 65 20 6d 69 64 64 6c 65 20 6d 6f 75 73 65 |the middle mouse| 00000a10 20 62 75 74 74 6f 6e 2c 20 70 72 65 73 73 20 74 | button, press t| 00000a20 68 65 20 6c 65 66 74 20 61 6e 64 20 72 69 67 68 |he left and righ| 00000a30 74 20 62 75 74 74 6f 6e 20 6f 6e 20 74 68 65 0a |t button on the.| 00000a40 4d 53 20 6d 6f 75 73 65 20 61 74 20 74 68 65 20 |MS mouse at the | 00000a50 73 61 6d 65 20 74 69 6d 65 2e 20 4f 66 20 63 6f |same time. Of co| 00000a60 75 72 73 65 2c 20 74 68 65 20 6c 75 63 6b 79 20 |urse, the lucky | 00000a70 61 6d 6f 6e 67 20 79 6f 75 20 77 69 6c 6c 20 68 |among you will h| 00000a80 61 76 65 20 61 0a 6d 6f 75 73 65 20 77 68 69 63 |ave a.mouse whic| 00000a90 68 20 68 61 73 20 61 20 6d 69 64 64 6c 65 20 62 |h has a middle b| 00000aa0 75 74 74 6f 6e 20 77 68 69 63 68 20 64 6f 65 73 |utton which does| 00000ab0 20 6a 75 73 74 20 74 68 61 74 20 28 73 65 65 20 | just that (see | 00000ac0 79 6f 75 72 20 4d 53 20 6d 6f 75 73 65 0a 6d 61 |your MS mouse.ma| 00000ad0 6e 75 61 6c 20 66 6f 72 20 64 65 74 61 69 6c 73 |nual for details| 00000ae0 29 2c 20 61 6e 64 20 73 6f 20 74 68 65 20 6d 69 |), and so the mi| 00000af0 64 64 6c 65 20 62 75 74 74 6f 6e 20 77 69 6c 6c |ddle button will| 00000b00 20 66 75 6e 63 74 69 6f 6e 20 61 73 20 6e 6f 72 | function as nor| 00000b10 6d 61 6c 2e 0a 0a 54 68 65 20 74 68 72 65 65 20 |mal...The three | 00000b20 62 75 74 74 6f 6e 20 22 50 43 2d 4d 6f 75 73 65 |button "PC-Mouse| 00000b30 22 20 73 74 61 6e 64 61 72 64 20 6d 69 63 65 20 |" standard mice | 00000b40 68 61 76 65 20 61 20 74 68 69 72 64 20 62 75 74 |have a third but| 00000b50 74 6f 6e 20 77 68 69 63 68 0a 66 75 6e 63 74 69 |ton which.functi| 00000b60 6f 6e 73 20 61 73 20 6e 6f 72 6d 61 6c 2e 0a 0a |ons as normal...| 00000b70 41 75 74 6f 2d 64 65 74 65 63 74 69 6f 6e 20 6f |Auto-detection o| 00000b80 66 20 6d 69 63 65 20 69 73 20 6e 6f 77 20 73 74 |f mice is now st| 00000b90 61 6e 64 61 72 64 2e 20 54 68 65 20 6d 6f 64 75 |andard. The modu| 00000ba0 6c 65 20 77 69 6c 6c 20 6d 61 6b 65 20 61 6e 20 |le will make an | 00000bb0 69 6e 74 65 6c 6c 69 67 65 6e 74 0a 67 75 65 73 |intelligent.gues| 00000bc0 73 20 61 73 20 74 6f 20 77 68 69 63 68 20 6d 6f |s as to which mo| 00000bd0 75 73 65 20 79 6f 75 20 68 61 76 65 20 66 69 74 |use you have fit| 00000be0 74 65 64 2e 20 43 68 61 6e 67 69 6e 67 20 62 65 |ted. Changing be| 00000bf0 74 77 65 65 6e 20 74 68 65 20 74 77 6f 20 6d 6f |tween the two mo| 00000c00 75 73 65 0a 73 74 61 6e 64 61 72 64 73 20 6d 61 |use.standards ma| 00000c10 79 20 6f 63 63 75 72 20 61 74 20 61 6e 79 20 74 |y occur at any t| 00000c20 69 6d 65 2c 20 62 75 74 20 69 74 20 69 73 20 62 |ime, but it is b| 00000c30 65 74 74 65 72 20 6e 6f 74 20 74 6f 20 73 77 69 |etter not to swi| 00000c40 74 63 68 20 61 20 73 77 69 74 63 68 61 62 6c 65 |tch a switchable| 00000c50 0a 6d 6f 75 73 65 20 77 68 69 6c 65 20 74 68 65 |.mouse while the| 00000c60 20 6d 6f 64 75 6c 65 20 69 73 20 6c 6f 61 64 65 | module is loade| 00000c70 64 20 2d 20 6d 6f 75 73 65 20 6d 6f 76 65 6d 65 |d - mouse moveme| 00000c80 6e 74 20 6d 61 79 20 62 65 20 75 6e 64 65 66 69 |nt may be undefi| 00000c90 6e 65 64 20 66 6f 72 20 61 0a 73 68 6f 72 74 20 |ned for a.short | 00000ca0 74 69 6d 65 20 77 68 69 6c 65 20 74 68 65 20 6d |time while the m| 00000cb0 6f 64 75 6c 65 20 67 65 74 73 20 72 65 2d 73 79 |odule gets re-sy| 00000cc0 6e 63 68 72 6f 6e 69 73 65 64 2e 0a 0a 54 68 69 |nchronised...Thi| 00000cd0 73 20 76 65 72 73 69 6f 6e 20 6f 66 20 74 68 65 |s version of the| 00000ce0 20 6d 6f 64 75 6c 65 20 61 6c 73 6f 20 73 75 70 | module also sup| 00000cf0 70 6f 72 74 73 20 6d 6f 75 73 65 20 61 63 63 65 |ports mouse acce| 00000d00 6c 65 72 61 74 69 6f 6e 2c 20 76 69 61 0a 22 2a |leration, via."*| 00000d10 53 65 72 69 61 6c 4d 6f 75 73 65 41 63 63 22 2e |SerialMouseAcc".| 00000d20 20 49 20 77 61 73 20 6c 6f 61 74 68 65 20 74 6f | I was loathe to| 00000d30 20 70 75 74 20 74 68 69 73 20 69 6e 2c 20 62 75 | put this in, bu| 00000d40 74 20 61 20 6e 75 6d 62 65 72 20 6f 66 20 70 65 |t a number of pe| 00000d50 6f 70 6c 65 0a 61 73 6b 65 64 20 66 6f 72 20 69 |ople.asked for i| 00000d60 74 2c 20 61 6e 64 20 69 74 20 77 61 73 20 73 69 |t, and it was si| 00000d70 6d 70 6c 65 20 74 6f 20 69 6d 70 6c 65 6d 65 6e |mple to implemen| 00000d80 74 20 69 74 2e 20 49 66 20 79 6f 75 20 77 6f 75 |t it. If you wou| 00000d90 6c 64 20 72 61 74 68 65 72 0a 75 73 65 20 6f 6e |ld rather.use on| 00000da0 65 20 6f 66 20 74 68 65 20 22 73 74 61 6e 64 61 |e of the "standa| 00000db0 72 64 22 20 6d 6f 75 73 65 20 61 63 63 65 6c 65 |rd" mouse accele| 00000dc0 72 61 74 6f 72 73 2c 20 74 68 65 6e 20 6a 75 73 |rators, then jus| 00000dd0 74 20 6c 65 61 76 65 20 74 68 65 20 6f 6e 65 0a |t leave the one.| 00000de0 69 6e 20 74 68 65 20 6d 6f 64 75 6c 65 20 74 75 |in the module tu| 00000df0 72 6e 65 64 20 6f 66 66 2c 20 61 6e 64 20 6c 6f |rned off, and lo| 00000e00 61 64 20 79 6f 75 72 20 70 72 65 66 66 65 72 65 |ad your preffere| 00000e10 64 20 6d 6f 75 73 65 20 61 63 63 65 6c 65 72 61 |d mouse accelera| 00000e20 74 6f 72 2e 0a 0a 0a 2a 20 43 6f 6d 6d 61 6e 64 |tor....* Command| 00000e30 73 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 54 68 |s.==========..Th| 00000e40 65 72 65 20 61 72 65 20 74 77 6f 20 2a 20 63 6f |ere are two * co| 00000e50 6d 6d 61 6e 64 73 2e 20 54 68 65 20 66 69 72 73 |mmands. The firs| 00000e60 74 2c 20 22 2a 53 65 72 69 61 6c 4d 6f 75 73 65 |t, "*SerialMouse| 00000e70 54 79 70 65 22 2c 20 77 69 6c 6c 20 67 69 76 65 |Type", will give| 00000e80 0a 79 6f 75 20 69 6e 66 6f 72 6d 61 74 69 6f 6e |.you information| 00000e90 20 61 73 20 74 6f 20 77 68 69 63 68 20 74 79 70 | as to which typ| 00000ea0 65 20 6f 66 20 6d 6f 75 73 65 20 74 68 65 20 6d |e of mouse the m| 00000eb0 6f 64 75 6c 65 20 74 68 69 6e 6b 73 20 79 6f 75 |odule thinks you| 00000ec0 20 68 61 76 65 0a 63 6f 6e 6e 65 63 74 65 64 2c | have.connected,| 00000ed0 20 61 6e 64 20 61 6c 6c 6f 77 20 79 6f 75 20 74 | and allow you t| 00000ee0 6f 20 66 6f 72 63 65 20 69 74 20 74 6f 20 74 68 |o force it to th| 00000ef0 69 6e 6b 20 6f 74 68 65 72 77 69 73 65 20 69 66 |ink otherwise if| 00000f00 20 6e 65 65 64 20 62 65 20 3a 0a 0a 2a 53 65 72 | need be :..*Ser| 00000f10 69 61 6c 4d 6f 75 73 65 54 79 70 65 0a 2d 2d 20 |ialMouseType.-- | 00000f20 53 68 6f 77 73 20 74 68 65 20 63 75 72 72 65 6e |Shows the curren| 00000f30 74 20 6d 6f 75 73 65 20 74 79 70 65 20 28 50 43 |t mouse type (PC| 00000f40 20 6f 72 20 4d 53 29 20 61 6e 64 20 77 68 65 74 | or MS) and whet| 00000f50 68 65 72 20 74 79 70 65 20 64 65 74 65 63 74 69 |her type detecti| 00000f60 6f 6e 20 69 73 0a 20 20 20 61 75 74 6f 6d 61 74 |on is. automat| 00000f70 69 63 20 6f 72 20 66 6f 72 63 65 64 2e 0a 20 20 |ic or forced.. | 00000f80 20 0a 2a 53 65 72 69 61 6c 4d 6f 75 73 65 54 79 | .*SerialMouseTy| 00000f90 70 65 20 41 55 54 4f 0a 2d 2d 20 55 73 65 20 74 |pe AUTO.-- Use t| 00000fa0 68 65 20 6d 6f 64 75 6c 65 27 73 20 61 75 74 6f |he module's auto| 00000fb0 2d 64 65 74 65 63 74 69 6f 6e 20 73 79 73 74 65 |-detection syste| 00000fc0 6d 20 74 6f 20 64 65 74 65 72 6d 69 6e 65 20 74 |m to determine t| 00000fd0 68 65 20 74 79 70 65 20 6f 66 20 6d 6f 75 73 65 |he type of mouse| 00000fe0 0a 20 20 20 63 6f 6e 6e 65 63 74 65 64 2e 0a 20 |. connected.. | 00000ff0 20 20 0a 2a 53 65 72 69 61 6c 4d 6f 75 73 65 54 | .*SerialMouseT| 00001000 79 70 65 20 4d 53 0a 2d 2d 20 46 6f 72 63 65 20 |ype MS.-- Force | 00001010 74 68 65 20 6d 6f 64 75 6c 65 20 74 6f 20 74 68 |the module to th| 00001020 69 6e 6b 20 69 74 20 68 61 73 20 61 20 4d 53 20 |ink it has a MS | 00001030 74 79 70 65 20 6d 6f 75 73 65 20 61 74 74 61 63 |type mouse attac| 00001040 68 65 64 2e 0a 0a 2a 53 65 72 69 61 6c 4d 6f 75 |hed...*SerialMou| 00001050 73 65 54 79 70 65 20 50 43 0a 2d 2d 20 46 6f 72 |seType PC.-- For| 00001060 63 65 20 74 68 65 20 6d 6f 64 75 6c 65 20 74 6f |ce the module to| 00001070 20 74 68 69 6e 6b 20 69 74 20 68 61 73 20 61 20 | think it has a | 00001080 50 43 2d 33 20 62 75 74 74 6f 6e 20 74 79 70 65 |PC-3 button type| 00001090 20 6d 6f 75 73 65 20 61 74 74 61 63 68 65 64 2e | mouse attached.| 000010a0 0a 0a 0a 54 68 65 20 73 65 63 6f 6e 64 20 2a 20 |...The second * | 000010b0 63 6f 6d 6d 61 6e 64 2c 20 22 2a 53 65 72 69 61 |command, "*Seria| 000010c0 6c 4d 6f 75 73 65 41 63 63 22 20 61 6c 6c 6f 77 |lMouseAcc" allow| 000010d0 73 20 79 6f 75 20 74 6f 20 74 75 72 6e 20 74 68 |s you to turn th| 000010e0 65 20 6d 6f 75 73 65 0a 61 63 63 65 6c 65 72 61 |e mouse.accelera| 000010f0 74 69 6f 6e 20 6f 6e 20 61 6e 64 20 6f 66 66 20 |tion on and off | 00001100 3a 0a 0a 2a 53 65 72 69 61 6c 4d 6f 75 73 65 41 |:..*SerialMouseA| 00001110 63 63 0a 2d 2d 20 53 68 6f 77 73 20 79 6f 75 20 |cc.-- Shows you | 00001120 77 68 65 74 68 65 72 20 74 68 65 20 6d 6f 75 73 |whether the mous| 00001130 65 20 61 63 63 65 6c 65 72 61 74 69 6f 6e 20 69 |e acceleration i| 00001140 73 20 63 75 72 72 65 6e 74 6c 79 20 6f 6e 20 6f |s currently on o| 00001150 72 20 6f 66 66 2e 0a 0a 2a 53 65 72 69 61 6c 4d |r off...*SerialM| 00001160 6f 75 73 65 41 63 63 20 4f 4e 0a 2d 2d 20 54 75 |ouseAcc ON.-- Tu| 00001170 72 6e 20 6f 6e 20 74 68 65 20 6d 6f 75 73 65 20 |rn on the mouse | 00001180 61 63 63 65 6c 65 72 61 74 69 6f 6e 2e 0a 0a 2a |acceleration...*| 00001190 53 65 72 69 61 6c 4d 6f 75 73 65 41 63 63 20 4f |SerialMouseAcc O| 000011a0 46 46 0a 2d 2d 20 54 75 72 6e 20 6f 66 66 20 74 |FF.-- Turn off t| 000011b0 68 65 20 6d 6f 75 73 65 20 61 63 63 65 6c 65 72 |he mouse acceler| 000011c0 61 74 69 6f 6e 2e 0a 0a 54 68 65 72 65 20 69 73 |ation...There is| 000011d0 20 61 20 6c 69 6e 65 20 69 6e 20 21 52 75 6e 20 | a line in !Run | 000011e0 77 69 74 68 69 6e 20 74 68 65 20 61 70 70 6c 69 |within the appli| 000011f0 63 61 74 69 6f 6e 20 77 68 69 63 68 20 61 6c 6c |cation which all| 00001200 6f 77 73 20 79 6f 75 20 74 6f 20 74 75 72 6e 0a |ows you to turn.| 00001210 74 68 65 20 61 63 63 65 6c 65 72 61 74 69 6f 6e |the acceleration| 00001220 20 6f 6e 20 6f 72 20 6f 66 66 20 77 68 65 6e 20 | on or off when | 00001230 74 68 65 20 6d 6f 64 75 6c 65 20 69 73 20 66 69 |the module is fi| 00001240 72 73 74 20 6c 6f 61 64 65 64 2e 0a 0a 0a 43 6f |rst loaded....Co| 00001250 6e 74 61 63 74 0a 3d 3d 3d 3d 3d 3d 3d 0a 0a 53 |ntact.=======..S| 00001260 74 75 61 72 74 20 54 79 72 72 65 6c 6c 0a 36 20 |tuart Tyrrell.6 | 00001270 53 74 61 6d 66 6f 72 64 20 43 6c 6f 73 65 0a 4d |Stamford Close.M| 00001280 61 72 6b 65 74 20 44 65 65 70 69 6e 67 0a 50 65 |arket Deeping.Pe| 00001290 74 65 72 62 6f 72 6f 75 67 68 0a 43 61 6d 62 73 |terborough.Cambs| 000012a0 2e 0a 50 45 36 20 38 41 46 0a 0a 28 6e 6f 74 65 |..PE6 8AF..(note| 000012b0 20 74 68 69 73 20 69 73 20 61 20 63 68 61 6e 67 | this is a chang| 000012c0 65 20 66 72 6f 6d 20 6d 79 20 70 72 65 76 69 6f |e from my previo| 000012d0 75 73 20 61 64 64 72 65 73 73 20 69 6e 20 53 74 |us address in St| 000012e0 2e 20 48 65 6c 65 6e 73 29 2e 0a 0a 45 6d 61 69 |. Helens)...Emai| 000012f0 6c 20 28 75 6e 74 69 6c 20 4a 75 6e 65 20 31 39 |l (until June 19| 00001300 39 34 20 61 74 20 6c 65 61 73 74 21 29 0a 73 74 |94 at least!).st| 00001310 6c 40 73 6e 32 2e 65 65 2e 75 6d 69 73 74 2e 61 |l@sn2.ee.umist.a| 00001320 63 2e 75 6b 0a 0a 0a 56 65 72 73 69 6f 6e 73 0a |c.uk...Versions.| 00001330 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 56 30 2e 30 31 20 |========..V0.01 | 00001340 28 30 33 2f 31 31 2f 39 32 29 20 2d 20 46 69 72 |(03/11/92) - Fir| 00001350 73 74 20 76 65 72 73 69 6f 6e 0a 56 30 2e 30 32 |st version.V0.02| 00001360 20 28 32 31 2f 30 32 2f 39 34 29 20 2d 20 54 69 | (21/02/94) - Ti| 00001370 64 69 65 64 20 75 70 20 73 65 72 69 61 6c 20 73 |died up serial s| 00001380 65 74 75 70 20 72 6f 75 74 69 6e 65 73 0a 20 20 |etup routines. | 00001390 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 2d | -| 000013a0 20 4d 6f 76 65 20 27 78 27 20 20 74 68 65 6e 20 | Move 'x' then | 000013b0 27 79 27 20 73 6f 20 6d 6f 76 65 6d 65 6e 74 73 |'y' so movements| 000013c0 20 6f 75 74 73 69 64 65 20 62 6f 75 6e 64 69 6e | outside boundin| 000013d0 67 20 62 6f 78 20 73 74 69 6c 6c 0a 20 20 20 20 |g box still. | 000013e0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 61 | a| 000013f0 6c 6c 6f 77 20 73 6f 6d 65 20 6d 6f 76 65 6d 65 |llow some moveme| 00001400 6e 74 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |nt. | 00001410 20 20 20 20 2d 20 46 6f 75 6e 64 20 69 6e 63 6f | - Found inco| 00001420 6d 70 61 74 61 62 69 6c 69 74 79 20 77 69 74 68 |mpatability with| 00001430 20 53 65 72 69 61 6c 55 74 69 6c 73 0a 20 20 20 | SerialUtils. | 00001440 20 20 20 20 20 20 20 20 20 20 20 20 20 20 2d 20 | - | 00001450 44 6f 63 75 6d 65 6e 74 61 74 69 6f 6e 0a 20 20 |Documentation. | 00001460 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 2d | -| 00001470 20 52 65 6c 65 61 73 65 0a 56 31 2e 30 30 20 28 | Release.V1.00 (| 00001480 32 34 2f 30 32 2f 39 34 29 20 2d 20 49 6d 70 6c |24/02/94) - Impl| 00001490 65 6d 65 6e 74 65 64 20 50 43 20 6d 6f 75 73 65 |emented PC mouse| 000014a0 20 64 72 69 76 65 72 20 6d 6f 64 75 6c 65 2e 0a | driver module..| 000014b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000014c0 20 2d 20 52 65 76 69 73 65 64 20 64 6f 63 73 0a | - Revised docs.| 000014d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000014e0 20 2d 20 52 65 6c 65 61 73 65 0a 56 31 2e 30 30 | - Release.V1.00| 000014f0 2f 31 2e 30 31 20 28 32 35 2f 30 32 2f 39 34 29 |/1.01 (25/02/94)| 00001500 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00001510 20 20 2d 20 53 70 6c 69 74 20 76 65 72 73 69 6f | - Split versio| 00001520 6e 20 6e 75 6d 62 65 72 73 20 69 6e 74 6f 20 4d |n numbers into M| 00001530 53 2f 50 43 20 6d 6f 75 73 65 20 6d 6f 64 75 6c |S/PC mouse modul| 00001540 65 73 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |es. | 00001550 20 20 20 20 2d 20 50 43 4d 6f 75 73 65 20 75 70 | - PCMouse up| 00001560 64 61 74 65 20 6e 6f 77 20 6d 75 63 68 20 73 6d |date now much sm| 00001570 6f 6f 74 68 65 72 20 28 56 31 2e 30 31 29 0a 20 |oother (V1.01). | 00001580 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001590 2d 20 44 6f 63 75 6d 65 6e 74 61 74 69 6f 6e 20 |- Documentation | 000015a0 75 70 64 61 74 65 0a 20 20 20 20 20 20 20 20 20 |update. | 000015b0 20 20 20 20 20 20 20 20 2d 20 52 65 6c 65 61 73 | - Releas| 000015c0 65 0a 56 31 2e 30 31 2f 31 2e 30 31 20 28 32 37 |e.V1.01/1.01 (27| 000015d0 2f 30 32 2f 39 34 29 0a 20 20 20 20 20 20 20 20 |/02/94). | 000015e0 20 20 20 20 20 20 20 20 20 2d 20 46 6f 72 63 65 | - Force| 000015f0 64 20 4d 53 2d 4d 6f 75 73 65 20 74 6f 20 77 6f |d MS-Mouse to wo| 00001600 72 6b 20 61 74 20 38 4e 31 20 72 61 74 68 65 72 |rk at 8N1 rather| 00001610 20 74 68 61 6e 20 37 4e 31 0a 56 31 2e 30 32 20 | than 7N1.V1.02 | 00001620 28 32 37 2f 30 32 2f 39 34 29 0a 20 20 20 20 20 |(27/02/94). | 00001630 20 20 20 20 20 20 20 20 20 20 20 20 2d 20 41 75 | - Au| 00001640 74 6f 64 65 74 65 63 74 69 6f 6e 20 6f 66 20 6d |todetection of m| 00001650 69 63 65 20 6e 6f 77 20 69 6d 70 6c 65 6d 65 6e |ice now implemen| 00001660 74 65 64 2e 0a 20 20 20 20 20 20 20 20 20 20 20 |ted.. | 00001670 20 20 20 20 20 20 2d 20 42 61 63 6b 20 74 6f 20 | - Back to | 00001680 73 69 6e 67 6c 65 20 76 65 72 73 69 6f 6e 20 6e |single version n| 00001690 75 6d 62 65 72 20 61 73 20 6f 6e 6c 79 20 6f 6e |umber as only on| 000016a0 65 20 6d 6f 64 75 6c 65 21 0a 56 32 2e 30 30 20 |e module!.V2.00 | 000016b0 28 32 38 2f 30 32 2f 39 34 29 0a 20 20 20 20 20 |(28/02/94). | 000016c0 20 20 20 20 20 20 20 20 20 20 20 20 2d 20 49 6d | - Im| 000016d0 70 6c 65 6d 65 6e 74 65 64 20 2a 53 65 72 69 61 |plemented *Seria| 000016e0 6c 4d 6f 75 73 65 54 79 70 65 0a 20 20 20 20 20 |lMouseType. | 000016f0 20 20 20 20 20 20 20 20 20 20 20 20 2d 20 50 61 | - Pa| 00001700 63 6b 61 67 65 64 20 69 6e 74 6f 20 61 70 70 6c |ckaged into appl| 00001710 69 63 61 74 69 6f 6e 0a 20 20 20 20 20 20 20 20 |ication. | 00001720 20 20 20 20 20 20 20 20 20 2d 20 44 6f 63 75 6d | - Docum| 00001730 65 6e 74 61 74 69 6f 6e 0a 20 20 20 20 20 20 20 |entation. | 00001740 20 20 20 20 20 20 20 20 20 20 2d 20 52 65 6c 65 | - Rele| 00001750 61 73 65 0a 56 32 2e 31 30 20 28 30 34 2f 30 33 |ase.V2.10 (04/03| 00001760 2f 39 34 29 0a 20 20 20 20 20 20 20 20 20 20 20 |/94). | 00001770 20 20 20 20 20 20 2d 20 4d 6f 75 73 65 20 6b 65 | - Mouse ke| 00001780 79 73 20 6e 6f 77 20 66 75 6c 6c 79 20 65 6d 75 |ys now fully emu| 00001790 6c 61 74 65 64 20 28 2d 76 65 20 69 6e 6b 65 79 |lated (-ve inkey| 000017a0 20 6e 75 6d 62 65 72 73 2c 0a 20 20 20 20 20 20 | numbers,. | 000017b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 6b 65 | ke| 000017c0 79 20 75 70 2f 64 6f 77 6e 20 65 76 65 6e 74 73 |y up/down events| 000017d0 20 65 74 63 29 2e 20 4e 6f 77 20 79 6f 75 20 63 | etc). Now you c| 000017e0 61 6e 20 70 6c 61 79 20 4c 65 6d 6d 69 6e 67 73 |an play Lemmings| 000017f0 21 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |!. | 00001800 20 20 20 2d 20 43 68 61 6e 67 65 73 20 69 6e 20 | - Changes in | 00001810 4d 4f 55 53 45 20 53 54 45 50 20 28 4f 53 5f 57 |MOUSE STEP (OS_W| 00001820 6f 72 64 20 32 31 2c 32 29 20 6e 6f 77 20 77 6f |ord 21,2) now wo| 00001830 72 6b 20 2d 20 6d 6f 64 75 6c 65 0a 20 20 20 20 |rk - module. | 00001840 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001850 75 73 65 73 20 63 6f 6e 66 69 67 75 72 65 64 20 |uses configured | 00001860 6d 6f 75 73 65 20 73 74 65 70 20 6f 6e 20 73 74 |mouse step on st| 00001870 61 72 74 2d 75 70 2c 20 61 6e 64 20 74 72 61 70 |art-up, and trap| 00001880 73 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |s. | 00001890 20 20 20 20 20 20 61 6c 6c 20 4d 4f 55 53 45 20 | all MOUSE | 000018a0 53 54 45 50 20 63 68 61 6e 67 65 73 20 61 66 74 |STEP changes aft| 000018b0 65 72 2e 0a 20 20 20 20 20 20 20 20 20 20 20 20 |er.. | 000018c0 20 20 20 20 20 2d 20 4d 6f 75 73 65 20 61 63 63 | - Mouse acc| 000018d0 65 6c 65 72 61 74 69 6f 6e 20 69 6d 70 6c 65 6d |eleration implem| 000018e0 65 6e 74 65 64 2e 0a 20 20 20 20 20 20 20 20 20 |ented.. | 000018f0 20 20 20 20 20 20 20 20 2d 20 44 6f 63 20 75 70 | - Doc up| 00001900 64 61 74 65 20 74 6f 20 69 6e 63 6c 75 64 65 20 |date to include | 00001910 70 69 6e 73 20 31 2c 34 20 26 20 37 20 6f 6e 20 |pins 1,4 & 7 on | 00001920 6d 6f 75 73 65 20 73 69 64 65 2e 0a 20 20 20 20 |mouse side.. | 00001930 20 20 20 20 20 20 20 20 20 20 20 20 20 2d 20 52 | - R| 00001940 65 6c 65 61 73 65 0a |elease.| 00001947