Home » Archimedes archive » Acorn User » AU 1995-07.adf » !Regulars_Regulars » StarInfo/Stirling/!MityMouse/!Help
StarInfo/Stirling/!MityMouse/!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 » AU 1995-07.adf » !Regulars_Regulars |
Filename: | StarInfo/Stirling/!MityMouse/!Help |
Read OK: | ✔ |
File size: | 06F7 bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Archimedes archive » Acorn User » AU 1995-09.adf » !Regulars » Regulars/StarInfo/Stirling/!MityMouse/!Help
- Archimedes archive » Acorn User » AU 1995-07.adf » !Regulars_Regulars » StarInfo/Stirling/!MityMouse/!Help
File contents
Help file for !MightyMouse v1.00 (04 Mar 1995) � Michael Stirling APPLICATION CONTENTS ==================== The !MityMouse application directory should contain the following files: !Boot !Run !Sprites MityMouse v1.00 MightySrc v1.00 !Help MitySWI If any are missing, then the application has been tampered with and you should try to get another copy. Double clicking !MityMouse will load the module MityMouse. This swaps the Select and Adjust mouse buttons for users who prefer to use the mouse with their left hand. The module provides full control, with help text, over the mouse buttons via the *Buttons command and a SWI. It is intended to be loaded by a boot file at startup time and can be used by a desktop management utility. As a bonus, an internal routine which may be potentially useful to programmers, has been made accessible through SWI "MightyMouse_CmosAccess". This routine can read/write individual bits of any CMOS RAM location while leaving others unchanged. The SWIs supported by MightyMouse are fully documented in the text file MitySWI. Full documentation for the SWIs supported by MityMouse are contained in the file MitySWI. I have included the source code of this module for programmers to have a look at or modify and I welcome any suggestions, comments or constructive criticism relating to this software. As this sofware is not registered with Acorn, there could be potential clashes with other software. If this happens, alter the variables between the two lines of asterisks in the source code MightySrc and run it to assemble the module. The MightyMouse module has been tested on an A3000 and A5000 (both RISC OS 3.11), but should work on all other Acorn computers, including the Risc PC, as I have used legal programming methods throughout.
00000000 48 65 6c 70 20 66 69 6c 65 20 66 6f 72 20 21 4d |Help file for !M| 00000010 69 67 68 74 79 4d 6f 75 73 65 20 76 31 2e 30 30 |ightyMouse v1.00| 00000020 20 28 30 34 20 4d 61 72 20 31 39 39 35 29 0a 0a | (04 Mar 1995)..| 00000030 a9 20 4d 69 63 68 61 65 6c 20 53 74 69 72 6c 69 |. Michael Stirli| 00000040 6e 67 0a 0a 0a 41 50 50 4c 49 43 41 54 49 4f 4e |ng...APPLICATION| 00000050 20 43 4f 4e 54 45 4e 54 53 0a 3d 3d 3d 3d 3d 3d | CONTENTS.======| 00000060 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a |==============..| 00000070 54 68 65 20 21 4d 69 74 79 4d 6f 75 73 65 20 61 |The !MityMouse a| 00000080 70 70 6c 69 63 61 74 69 6f 6e 20 64 69 72 65 63 |pplication direc| 00000090 74 6f 72 79 20 73 68 6f 75 6c 64 20 63 6f 6e 74 |tory should cont| 000000a0 61 69 6e 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e |ain the followin| 000000b0 67 20 66 69 6c 65 73 3a 0a 21 42 6f 6f 74 0a 21 |g files:.!Boot.!| 000000c0 52 75 6e 0a 21 53 70 72 69 74 65 73 0a 4d 69 74 |Run.!Sprites.Mit| 000000d0 79 4d 6f 75 73 65 20 76 31 2e 30 30 0a 4d 69 67 |yMouse v1.00.Mig| 000000e0 68 74 79 53 72 63 20 76 31 2e 30 30 0a 21 48 65 |htySrc v1.00.!He| 000000f0 6c 70 0a 4d 69 74 79 53 57 49 0a 0a 49 66 20 61 |lp.MitySWI..If a| 00000100 6e 79 20 61 72 65 20 6d 69 73 73 69 6e 67 2c 20 |ny are missing, | 00000110 74 68 65 6e 20 74 68 65 20 61 70 70 6c 69 63 61 |then the applica| 00000120 74 69 6f 6e 20 68 61 73 20 62 65 65 6e 20 74 61 |tion has been ta| 00000130 6d 70 65 72 65 64 20 77 69 74 68 20 61 6e 64 20 |mpered with and | 00000140 79 6f 75 0a 73 68 6f 75 6c 64 20 74 72 79 20 74 |you.should try t| 00000150 6f 20 67 65 74 20 61 6e 6f 74 68 65 72 20 63 6f |o get another co| 00000160 70 79 2e 0a 0a 44 6f 75 62 6c 65 20 63 6c 69 63 |py...Double clic| 00000170 6b 69 6e 67 20 21 4d 69 74 79 4d 6f 75 73 65 20 |king !MityMouse | 00000180 77 69 6c 6c 20 6c 6f 61 64 20 74 68 65 20 6d 6f |will load the mo| 00000190 64 75 6c 65 20 4d 69 74 79 4d 6f 75 73 65 2e 20 |dule MityMouse. | 000001a0 54 68 69 73 20 73 77 61 70 73 20 74 68 65 0a 53 |This swaps the.S| 000001b0 65 6c 65 63 74 20 61 6e 64 20 41 64 6a 75 73 74 |elect and Adjust| 000001c0 20 6d 6f 75 73 65 20 62 75 74 74 6f 6e 73 20 66 | mouse buttons f| 000001d0 6f 72 20 75 73 65 72 73 20 77 68 6f 20 70 72 65 |or users who pre| 000001e0 66 65 72 20 74 6f 20 75 73 65 20 74 68 65 20 6d |fer to use the m| 000001f0 6f 75 73 65 20 77 69 74 68 0a 74 68 65 69 72 20 |ouse with.their | 00000200 6c 65 66 74 20 68 61 6e 64 2e 20 54 68 65 20 6d |left hand. The m| 00000210 6f 64 75 6c 65 20 70 72 6f 76 69 64 65 73 20 66 |odule provides f| 00000220 75 6c 6c 20 63 6f 6e 74 72 6f 6c 2c 20 77 69 74 |ull control, wit| 00000230 68 20 68 65 6c 70 20 74 65 78 74 2c 20 6f 76 65 |h help text, ove| 00000240 72 20 74 68 65 0a 6d 6f 75 73 65 20 62 75 74 74 |r the.mouse butt| 00000250 6f 6e 73 20 76 69 61 20 74 68 65 20 2a 42 75 74 |ons via the *But| 00000260 74 6f 6e 73 20 63 6f 6d 6d 61 6e 64 20 61 6e 64 |tons command and| 00000270 20 61 20 53 57 49 2e 20 49 74 20 69 73 20 69 6e | a SWI. It is in| 00000280 74 65 6e 64 65 64 20 74 6f 20 62 65 0a 6c 6f 61 |tended to be.loa| 00000290 64 65 64 20 62 79 20 61 20 62 6f 6f 74 20 66 69 |ded by a boot fi| 000002a0 6c 65 20 61 74 20 73 74 61 72 74 75 70 20 74 69 |le at startup ti| 000002b0 6d 65 20 61 6e 64 20 63 61 6e 20 62 65 20 75 73 |me and can be us| 000002c0 65 64 20 62 79 20 61 20 64 65 73 6b 74 6f 70 0a |ed by a desktop.| 000002d0 6d 61 6e 61 67 65 6d 65 6e 74 20 75 74 69 6c 69 |management utili| 000002e0 74 79 2e 0a 0a 41 73 20 61 20 62 6f 6e 75 73 2c |ty...As a bonus,| 000002f0 20 61 6e 20 69 6e 74 65 72 6e 61 6c 20 72 6f 75 | an internal rou| 00000300 74 69 6e 65 20 77 68 69 63 68 20 6d 61 79 20 62 |tine which may b| 00000310 65 20 70 6f 74 65 6e 74 69 61 6c 6c 79 20 75 73 |e potentially us| 00000320 65 66 75 6c 20 74 6f 0a 70 72 6f 67 72 61 6d 6d |eful to.programm| 00000330 65 72 73 2c 20 68 61 73 20 62 65 65 6e 20 6d 61 |ers, has been ma| 00000340 64 65 20 61 63 63 65 73 73 69 62 6c 65 20 74 68 |de accessible th| 00000350 72 6f 75 67 68 20 53 57 49 20 22 4d 69 67 68 74 |rough SWI "Might| 00000360 79 4d 6f 75 73 65 5f 43 6d 6f 73 41 63 63 65 73 |yMouse_CmosAcces| 00000370 73 22 2e 0a 54 68 69 73 20 72 6f 75 74 69 6e 65 |s"..This routine| 00000380 20 63 61 6e 20 72 65 61 64 2f 77 72 69 74 65 20 | can read/write | 00000390 69 6e 64 69 76 69 64 75 61 6c 20 62 69 74 73 20 |individual bits | 000003a0 6f 66 20 61 6e 79 20 43 4d 4f 53 20 52 41 4d 20 |of any CMOS RAM | 000003b0 6c 6f 63 61 74 69 6f 6e 20 77 68 69 6c 65 0a 6c |location while.l| 000003c0 65 61 76 69 6e 67 20 6f 74 68 65 72 73 20 75 6e |eaving others un| 000003d0 63 68 61 6e 67 65 64 2e 20 54 68 65 20 53 57 49 |changed. The SWI| 000003e0 73 20 73 75 70 70 6f 72 74 65 64 20 62 79 20 4d |s supported by M| 000003f0 69 67 68 74 79 4d 6f 75 73 65 20 61 72 65 20 66 |ightyMouse are f| 00000400 75 6c 6c 79 0a 64 6f 63 75 6d 65 6e 74 65 64 20 |ully.documented | 00000410 69 6e 20 74 68 65 20 74 65 78 74 20 66 69 6c 65 |in the text file| 00000420 20 4d 69 74 79 53 57 49 2e 0a 0a 46 75 6c 6c 20 | MitySWI...Full | 00000430 64 6f 63 75 6d 65 6e 74 61 74 69 6f 6e 20 66 6f |documentation fo| 00000440 72 20 74 68 65 20 53 57 49 73 20 73 75 70 70 6f |r the SWIs suppo| 00000450 72 74 65 64 20 62 79 20 4d 69 74 79 4d 6f 75 73 |rted by MityMous| 00000460 65 20 61 72 65 20 63 6f 6e 74 61 69 6e 65 64 20 |e are contained | 00000470 69 6e 20 74 68 65 0a 66 69 6c 65 20 4d 69 74 79 |in the.file Mity| 00000480 53 57 49 2e 20 49 20 68 61 76 65 20 69 6e 63 6c |SWI. I have incl| 00000490 75 64 65 64 20 74 68 65 20 73 6f 75 72 63 65 20 |uded the source | 000004a0 63 6f 64 65 20 6f 66 20 74 68 69 73 20 6d 6f 64 |code of this mod| 000004b0 75 6c 65 20 66 6f 72 20 70 72 6f 67 72 61 6d 6d |ule for programm| 000004c0 65 72 73 0a 74 6f 20 68 61 76 65 20 61 20 6c 6f |ers.to have a lo| 000004d0 6f 6b 20 61 74 20 6f 72 20 6d 6f 64 69 66 79 20 |ok at or modify | 000004e0 61 6e 64 20 49 20 77 65 6c 63 6f 6d 65 20 61 6e |and I welcome an| 000004f0 79 20 73 75 67 67 65 73 74 69 6f 6e 73 2c 20 63 |y suggestions, c| 00000500 6f 6d 6d 65 6e 74 73 20 6f 72 0a 63 6f 6e 73 74 |omments or.const| 00000510 72 75 63 74 69 76 65 20 63 72 69 74 69 63 69 73 |ructive criticis| 00000520 6d 20 72 65 6c 61 74 69 6e 67 20 74 6f 20 74 68 |m relating to th| 00000530 69 73 20 73 6f 66 74 77 61 72 65 2e 0a 0a 41 73 |is software...As| 00000540 20 74 68 69 73 20 73 6f 66 77 61 72 65 20 69 73 | this sofware is| 00000550 20 6e 6f 74 20 72 65 67 69 73 74 65 72 65 64 20 | not registered | 00000560 77 69 74 68 20 41 63 6f 72 6e 2c 20 74 68 65 72 |with Acorn, ther| 00000570 65 20 63 6f 75 6c 64 20 62 65 20 70 6f 74 65 6e |e could be poten| 00000580 74 69 61 6c 0a 63 6c 61 73 68 65 73 20 77 69 74 |tial.clashes wit| 00000590 68 20 6f 74 68 65 72 20 73 6f 66 74 77 61 72 65 |h other software| 000005a0 2e 20 49 66 20 74 68 69 73 20 68 61 70 70 65 6e |. If this happen| 000005b0 73 2c 20 61 6c 74 65 72 20 74 68 65 20 76 61 72 |s, alter the var| 000005c0 69 61 62 6c 65 73 20 62 65 74 77 65 65 6e 0a 74 |iables between.t| 000005d0 68 65 20 74 77 6f 20 6c 69 6e 65 73 20 6f 66 20 |he two lines of | 000005e0 61 73 74 65 72 69 73 6b 73 20 69 6e 20 74 68 65 |asterisks in the| 000005f0 20 73 6f 75 72 63 65 20 63 6f 64 65 20 4d 69 67 | source code Mig| 00000600 68 74 79 53 72 63 20 61 6e 64 20 72 75 6e 20 69 |htySrc and run i| 00000610 74 20 74 6f 0a 61 73 73 65 6d 62 6c 65 20 74 68 |t to.assemble th| 00000620 65 20 6d 6f 64 75 6c 65 2e 0a 0a 54 68 65 20 4d |e module...The M| 00000630 69 67 68 74 79 4d 6f 75 73 65 20 6d 6f 64 75 6c |ightyMouse modul| 00000640 65 20 68 61 73 20 62 65 65 6e 20 74 65 73 74 65 |e has been teste| 00000650 64 20 6f 6e 20 61 6e 20 41 33 30 30 30 20 61 6e |d on an A3000 an| 00000660 64 20 41 35 30 30 30 20 28 62 6f 74 68 20 52 49 |d A5000 (both RI| 00000670 53 43 20 4f 53 0a 33 2e 31 31 29 2c 20 62 75 74 |SC OS.3.11), but| 00000680 20 73 68 6f 75 6c 64 20 77 6f 72 6b 20 6f 6e 20 | should work on | 00000690 61 6c 6c 20 6f 74 68 65 72 20 41 63 6f 72 6e 20 |all other Acorn | 000006a0 63 6f 6d 70 75 74 65 72 73 2c 20 69 6e 63 6c 75 |computers, inclu| 000006b0 64 69 6e 67 20 74 68 65 20 52 69 73 63 20 50 43 |ding the Risc PC| 000006c0 2c 0a 61 73 20 49 20 68 61 76 65 20 75 73 65 64 |,.as I have used| 000006d0 20 6c 65 67 61 6c 20 70 72 6f 67 72 61 6d 6d 69 | legal programmi| 000006e0 6e 67 20 6d 65 74 68 6f 64 73 20 74 68 72 6f 75 |ng methods throu| 000006f0 67 68 6f 75 74 2e 0a |ghout..| 000006f7