Home » Archimedes archive » Archimedes World » AW-1996-06-Disc 1.adf » !PCJoy_PCJoy » !PCJoy/Docs/Instruct
!PCJoy/Docs/Instruct
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 » Archimedes World » AW-1996-06-Disc 1.adf » !PCJoy_PCJoy |
Filename: | !PCJoy/Docs/Instruct |
Read OK: | ✔ |
File size: | 11A4 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
!PCJoy help file and instructions. ================================== Machine requirements ==================== A Risc PC with a Acorn/Aleph1 PC card or An older machine with a podule PC card. (see below *) Intro ===== !PCJoy is a small application & relocatable module which enables the Aleph1 /Acorn Risc PC PC card use standard Acorn joysticks. (for playing PC games, etc). All makes of joysticks are supported if they provide the standard Acorn joystick SWI's. (Usually this comes in the form of some supporting module which provide the extra swi's). I have personally tested !PCJoy with VTi's gamepad, and it works fine. Unfortunately I don't have access to any of the analogue joysticks which are available, so I cannot guarantee whether they will function correctly. How to use the application. =========================== 1) Before loading the !PC or !486PC software, double click on the !PCJoy filer icon. This should launch the desktop front end of the software. 2) Load your 3rd Party joystick module (the one which emulates the Acorn joystick SWI's). 2) Now load your !PC/!486PC software as usual. It is very important that you do it in this order. (!PCJoy will not function if you load it after the pc software has been loaded). I have now also added a dos executable to this release. (joytst.exe). Install this into your /dos directory on your PC partition. When you want to test if !PCJoy is working just type joytst at the dos prompt. This should tell you how many joypads are connected, etc. Available options. ================== There are two available options from inside !PCJoy. These options can be accessed by clicking the middle button over the !PCJoy icon (on the iconbar). The first option, 'type', selects the kind of joystick you have connected. This can either be analogue or digital. The second option selects how many joysticks you have connected (either 0,1 or 2). Please note that you can change these options at any time (ie even after the !PC/!486PC software has been loaded). Star Commands ============= There are two *commands available, which perform exactly the same function as the available options mentioned above. *PCJoy [0-2] Selects the number of joysticks, where [number] is the number of joysticks connected (0-2) *PCJoyType [0-1] Selects the type of joysticks connected (0 - analogue, 1 - digital) * Under normal circumstances you will never need to use these * commands, but I decided to document them incase users of non RiscOS3.5 machines wish to try the module with older PC podules. (I don't even know if it will work - if anyone tests it for me could they please let me know). Additional Notes. ================= Anyone who has used PC joysticks will know that they are the worst design ever. Perhaps the fundamental floor is the fact that they can only have two buttons per joypad when two joypads are connected. My software fully emulates this (for compatibility reasons). Therefor if you are using one joypad, the PC game has access to all four buttons (if the ac- tual joypad has four buttons), otherwise if you have two joypads connected the PC game only has access to two buttons per joypad. This may seem weird but it is yet another of those old design problems which has survived to modern day age (just like Intel processors :-) ) Problems, Problems and more problems. ===================================== What happens if it does not work. Well firstly check you have the software running and installed correctly. Then try executing joytst.exe on your PC card. This dos executable should tell you how many Acorn joysticks are connected (as configured). Another thing to check is that you have your third party Joystick module loaded (the one which provides the Acorn swi's). The PCJoy application will not work without this loaded :-) If weird things are still happening then get in contact me. (see address file inside the docs directory). **STOP PRESS** :-) One other problem can occur with the VTi joystick module. The current module provides the standard Acorn SWI's, but it also provices Auto fire functions (which do not work correctly with PCJoy). To solve this problem run the VTi joystick application and save a joystick module from here (without altering any other settings). This should now work fine. Dan Simms.
00000000 21 50 43 4a 6f 79 20 68 65 6c 70 20 66 69 6c 65 |!PCJoy help file| 00000010 20 61 6e 64 20 69 6e 73 74 72 75 63 74 69 6f 6e | and instruction| 00000020 73 2e 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |s. | 00000030 20 20 20 20 20 20 20 20 20 20 20 20 20 0a 3d 3d | .==| 00000040 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| * 00000060 0a 0a 4d 61 63 68 69 6e 65 20 72 65 71 75 69 72 |..Machine requir| 00000070 65 6d 65 6e 74 73 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d |ements.=========| 00000080 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 41 20 52 |===========..A R| 00000090 69 73 63 20 50 43 20 77 69 74 68 20 61 20 41 63 |isc PC with a Ac| 000000a0 6f 72 6e 2f 41 6c 65 70 68 31 20 50 43 20 63 61 |orn/Aleph1 PC ca| 000000b0 72 64 0a 0a 6f 72 0a 0a 41 6e 20 6f 6c 64 65 72 |rd..or..An older| 000000c0 20 6d 61 63 68 69 6e 65 20 77 69 74 68 20 61 20 | machine with a | 000000d0 70 6f 64 75 6c 65 20 50 43 20 63 61 72 64 2e 0a |podule PC card..| 000000e0 28 73 65 65 20 62 65 6c 6f 77 20 2a 29 0a 0a 49 |(see below *)..I| 000000f0 6e 74 72 6f 0a 3d 3d 3d 3d 3d 0a 0a 21 50 43 4a |ntro.=====..!PCJ| 00000100 6f 79 20 69 73 20 61 20 73 6d 61 6c 6c 20 61 70 |oy is a small ap| 00000110 70 6c 69 63 61 74 69 6f 6e 20 26 20 72 65 6c 6f |plication & relo| 00000120 63 61 74 61 62 6c 65 20 6d 6f 64 75 6c 65 20 77 |catable module w| 00000130 68 69 63 68 20 65 6e 61 62 6c 65 73 20 74 68 65 |hich enables the| 00000140 20 41 6c 65 70 68 31 0a 2f 41 63 6f 72 6e 20 52 | Aleph1./Acorn R| 00000150 69 73 63 20 50 43 20 50 43 20 63 61 72 64 20 75 |isc PC PC card u| 00000160 73 65 20 73 74 61 6e 64 61 72 64 20 41 63 6f 72 |se standard Acor| 00000170 6e 20 6a 6f 79 73 74 69 63 6b 73 2e 20 28 66 6f |n joysticks. (fo| 00000180 72 20 70 6c 61 79 69 6e 67 20 50 43 20 67 61 6d |r playing PC gam| 00000190 65 73 2c 0a 65 74 63 29 2e 0a 20 20 0a 41 6c 6c |es,.etc).. .All| 000001a0 20 6d 61 6b 65 73 20 6f 66 20 6a 6f 79 73 74 69 | makes of joysti| 000001b0 63 6b 73 20 61 72 65 20 73 75 70 70 6f 72 74 65 |cks are supporte| 000001c0 64 20 69 66 20 74 68 65 79 20 70 72 6f 76 69 64 |d if they provid| 000001d0 65 20 74 68 65 20 73 74 61 6e 64 61 72 64 0a 41 |e the standard.A| 000001e0 63 6f 72 6e 20 6a 6f 79 73 74 69 63 6b 20 53 57 |corn joystick SW| 000001f0 49 27 73 2e 20 20 28 55 73 75 61 6c 6c 79 20 74 |I's. (Usually t| 00000200 68 69 73 20 63 6f 6d 65 73 20 69 6e 20 74 68 65 |his comes in the| 00000210 20 66 6f 72 6d 20 6f 66 20 73 6f 6d 65 20 73 75 | form of some su| 00000220 70 70 6f 72 74 69 6e 67 0a 6d 6f 64 75 6c 65 20 |pporting.module | 00000230 77 68 69 63 68 20 70 72 6f 76 69 64 65 20 74 68 |which provide th| 00000240 65 20 65 78 74 72 61 20 73 77 69 27 73 29 2e 0a |e extra swi's)..| 00000250 0a 49 20 68 61 76 65 20 70 65 72 73 6f 6e 61 6c |.I have personal| 00000260 6c 79 20 74 65 73 74 65 64 20 21 50 43 4a 6f 79 |ly tested !PCJoy| 00000270 20 77 69 74 68 20 56 54 69 27 73 20 67 61 6d 65 | with VTi's game| 00000280 70 61 64 2c 20 61 6e 64 20 69 74 20 77 6f 72 6b |pad, and it work| 00000290 73 20 66 69 6e 65 2e 0a 55 6e 66 6f 72 74 75 6e |s fine..Unfortun| 000002a0 61 74 65 6c 79 20 49 20 64 6f 6e 27 74 20 68 61 |ately I don't ha| 000002b0 76 65 20 61 63 63 65 73 73 20 74 6f 20 61 6e 79 |ve access to any| 000002c0 20 6f 66 20 74 68 65 20 61 6e 61 6c 6f 67 75 65 | of the analogue| 000002d0 20 6a 6f 79 73 74 69 63 6b 73 20 77 68 69 63 68 | joysticks which| 000002e0 20 61 72 65 0a 61 76 61 69 6c 61 62 6c 65 2c 20 | are.available, | 000002f0 73 6f 20 49 20 63 61 6e 6e 6f 74 20 67 75 61 72 |so I cannot guar| 00000300 61 6e 74 65 65 20 77 68 65 74 68 65 72 20 74 68 |antee whether th| 00000310 65 79 20 77 69 6c 6c 20 66 75 6e 63 74 69 6f 6e |ey will function| 00000320 20 63 6f 72 72 65 63 74 6c 79 2e 0a 0a 48 6f 77 | correctly...How| 00000330 20 74 6f 20 75 73 65 20 74 68 65 20 61 70 70 6c | to use the appl| 00000340 69 63 61 74 69 6f 6e 2e 0a 3d 3d 3d 3d 3d 3d 3d |ication..=======| 00000350 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| 00000360 3d 3d 3d 3d 0a 0a 31 29 20 42 65 66 6f 72 65 20 |====..1) Before | 00000370 6c 6f 61 64 69 6e 67 20 74 68 65 20 21 50 43 20 |loading the !PC | 00000380 6f 72 20 21 34 38 36 50 43 20 73 6f 66 74 77 61 |or !486PC softwa| 00000390 72 65 2c 20 64 6f 75 62 6c 65 20 63 6c 69 63 6b |re, double click| 000003a0 20 6f 6e 20 74 68 65 20 21 50 43 4a 6f 79 0a 20 | on the !PCJoy. | 000003b0 20 20 66 69 6c 65 72 20 69 63 6f 6e 2e 20 20 54 | filer icon. T| 000003c0 68 69 73 20 73 68 6f 75 6c 64 20 6c 61 75 6e 63 |his should launc| 000003d0 68 20 74 68 65 20 64 65 73 6b 74 6f 70 20 66 72 |h the desktop fr| 000003e0 6f 6e 74 20 65 6e 64 20 6f 66 20 74 68 65 20 73 |ont end of the s| 000003f0 6f 66 74 77 61 72 65 2e 0a 20 20 20 0a 32 29 20 |oftware.. .2) | 00000400 4c 6f 61 64 20 79 6f 75 72 20 33 72 64 20 50 61 |Load your 3rd Pa| 00000410 72 74 79 20 6a 6f 79 73 74 69 63 6b 20 6d 6f 64 |rty joystick mod| 00000420 75 6c 65 20 28 74 68 65 20 6f 6e 65 20 77 68 69 |ule (the one whi| 00000430 63 68 20 65 6d 75 6c 61 74 65 73 20 74 68 65 20 |ch emulates the | 00000440 41 63 6f 72 6e 0a 6a 6f 79 73 74 69 63 6b 20 53 |Acorn.joystick S| 00000450 57 49 27 73 29 2e 20 20 20 0a 20 20 20 0a 32 29 |WI's). . .2)| 00000460 20 4e 6f 77 20 6c 6f 61 64 20 79 6f 75 72 20 21 | Now load your !| 00000470 50 43 2f 21 34 38 36 50 43 20 73 6f 66 74 77 61 |PC/!486PC softwa| 00000480 72 65 20 61 73 20 75 73 75 61 6c 2e 0a 0a 49 74 |re as usual...It| 00000490 20 69 73 20 76 65 72 79 20 69 6d 70 6f 72 74 61 | is very importa| 000004a0 6e 74 20 74 68 61 74 20 79 6f 75 20 64 6f 20 69 |nt that you do i| 000004b0 74 20 69 6e 20 74 68 69 73 20 6f 72 64 65 72 2e |t in this order.| 000004c0 20 20 28 21 50 43 4a 6f 79 20 77 69 6c 6c 20 6e | (!PCJoy will n| 000004d0 6f 74 20 66 75 6e 63 74 69 6f 6e 0a 69 66 20 79 |ot function.if y| 000004e0 6f 75 20 6c 6f 61 64 20 69 74 20 61 66 74 65 72 |ou load it after| 000004f0 20 74 68 65 20 70 63 20 73 6f 66 74 77 61 72 65 | the pc software| 00000500 20 68 61 73 20 62 65 65 6e 20 6c 6f 61 64 65 64 | has been loaded| 00000510 29 2e 0a 0a 49 20 68 61 76 65 20 6e 6f 77 20 61 |)...I have now a| 00000520 6c 73 6f 20 61 64 64 65 64 20 61 20 64 6f 73 20 |lso added a dos | 00000530 65 78 65 63 75 74 61 62 6c 65 20 74 6f 20 74 68 |executable to th| 00000540 69 73 20 72 65 6c 65 61 73 65 2e 20 28 6a 6f 79 |is release. (joy| 00000550 74 73 74 2e 65 78 65 29 2e 20 20 0a 49 6e 73 74 |tst.exe). .Inst| 00000560 61 6c 6c 20 74 68 69 73 20 69 6e 74 6f 20 79 6f |all this into yo| 00000570 75 72 20 2f 64 6f 73 20 64 69 72 65 63 74 6f 72 |ur /dos director| 00000580 79 20 6f 6e 20 79 6f 75 72 20 50 43 20 70 61 72 |y on your PC par| 00000590 74 69 74 69 6f 6e 2e 20 20 57 68 65 6e 20 79 6f |tition. When yo| 000005a0 75 0a 77 61 6e 74 20 74 6f 20 74 65 73 74 20 69 |u.want to test i| 000005b0 66 20 21 50 43 4a 6f 79 20 69 73 20 77 6f 72 6b |f !PCJoy is work| 000005c0 69 6e 67 20 6a 75 73 74 20 74 79 70 65 20 6a 6f |ing just type jo| 000005d0 79 74 73 74 20 61 74 20 74 68 65 20 64 6f 73 20 |ytst at the dos | 000005e0 70 72 6f 6d 70 74 2e 20 20 54 68 69 73 0a 73 68 |prompt. This.sh| 000005f0 6f 75 6c 64 20 74 65 6c 6c 20 79 6f 75 20 68 6f |ould tell you ho| 00000600 77 20 6d 61 6e 79 20 6a 6f 79 70 61 64 73 20 61 |w many joypads a| 00000610 72 65 20 63 6f 6e 6e 65 63 74 65 64 2c 20 65 74 |re connected, et| 00000620 63 2e 0a 0a 41 76 61 69 6c 61 62 6c 65 20 6f 70 |c...Available op| 00000630 74 69 6f 6e 73 2e 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d |tions..=========| 00000640 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 54 68 65 72 65 |=========..There| 00000650 20 61 72 65 20 74 77 6f 20 61 76 61 69 6c 61 62 | are two availab| 00000660 6c 65 20 6f 70 74 69 6f 6e 73 20 66 72 6f 6d 20 |le options from | 00000670 69 6e 73 69 64 65 20 21 50 43 4a 6f 79 2e 20 20 |inside !PCJoy. | 00000680 54 68 65 73 65 20 6f 70 74 69 6f 6e 73 20 63 61 |These options ca| 00000690 6e 20 62 65 20 0a 61 63 63 65 73 73 65 64 20 62 |n be .accessed b| 000006a0 79 20 63 6c 69 63 6b 69 6e 67 20 74 68 65 20 6d |y clicking the m| 000006b0 69 64 64 6c 65 20 62 75 74 74 6f 6e 20 6f 76 65 |iddle button ove| 000006c0 72 20 74 68 65 20 21 50 43 4a 6f 79 20 69 63 6f |r the !PCJoy ico| 000006d0 6e 20 28 6f 6e 20 74 68 65 20 69 63 6f 6e 62 61 |n (on the iconba| 000006e0 72 29 2e 0a 0a 54 68 65 20 66 69 72 73 74 20 6f |r)...The first o| 000006f0 70 74 69 6f 6e 2c 20 27 74 79 70 65 27 2c 20 73 |ption, 'type', s| 00000700 65 6c 65 63 74 73 20 74 68 65 20 6b 69 6e 64 20 |elects the kind | 00000710 6f 66 20 6a 6f 79 73 74 69 63 6b 20 79 6f 75 20 |of joystick you | 00000720 68 61 76 65 20 63 6f 6e 6e 65 63 74 65 64 2e 0a |have connected..| 00000730 54 68 69 73 20 63 61 6e 20 65 69 74 68 65 72 20 |This can either | 00000740 62 65 20 61 6e 61 6c 6f 67 75 65 20 6f 72 20 64 |be analogue or d| 00000750 69 67 69 74 61 6c 2e 0a 0a 54 68 65 20 73 65 63 |igital...The sec| 00000760 6f 6e 64 20 6f 70 74 69 6f 6e 20 73 65 6c 65 63 |ond option selec| 00000770 74 73 20 68 6f 77 20 6d 61 6e 79 20 6a 6f 79 73 |ts how many joys| 00000780 74 69 63 6b 73 20 79 6f 75 20 68 61 76 65 20 63 |ticks you have c| 00000790 6f 6e 6e 65 63 74 65 64 20 0a 28 65 69 74 68 65 |onnected .(eithe| 000007a0 72 20 30 2c 31 20 6f 72 20 32 29 2e 0a 0a 50 6c |r 0,1 or 2)...Pl| 000007b0 65 61 73 65 20 6e 6f 74 65 20 74 68 61 74 20 79 |ease note that y| 000007c0 6f 75 20 63 61 6e 20 63 68 61 6e 67 65 20 74 68 |ou can change th| 000007d0 65 73 65 20 6f 70 74 69 6f 6e 73 20 61 74 20 61 |ese options at a| 000007e0 6e 79 20 74 69 6d 65 20 28 69 65 20 65 76 65 6e |ny time (ie even| 000007f0 20 61 66 74 65 72 20 74 68 65 0a 21 50 43 2f 21 | after the.!PC/!| 00000800 34 38 36 50 43 20 73 6f 66 74 77 61 72 65 20 68 |486PC software h| 00000810 61 73 20 62 65 65 6e 20 6c 6f 61 64 65 64 29 2e |as been loaded).| 00000820 0a 0a 53 74 61 72 20 43 6f 6d 6d 61 6e 64 73 0a |..Star Commands.| 00000830 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 54 |=============..T| 00000840 68 65 72 65 20 61 72 65 20 74 77 6f 20 2a 63 6f |here are two *co| 00000850 6d 6d 61 6e 64 73 20 61 76 61 69 6c 61 62 6c 65 |mmands available| 00000860 2c 20 77 68 69 63 68 20 70 65 72 66 6f 72 6d 20 |, which perform | 00000870 65 78 61 63 74 6c 79 20 74 68 65 20 73 61 6d 65 |exactly the same| 00000880 20 66 75 6e 63 74 69 6f 6e 20 0a 61 73 20 74 68 | function .as th| 00000890 65 20 61 76 61 69 6c 61 62 6c 65 20 6f 70 74 69 |e available opti| 000008a0 6f 6e 73 20 6d 65 6e 74 69 6f 6e 65 64 20 61 62 |ons mentioned ab| 000008b0 6f 76 65 2e 0a 0a 2a 50 43 4a 6f 79 20 5b 30 2d |ove...*PCJoy [0-| 000008c0 32 5d 09 20 09 53 65 6c 65 63 74 73 20 74 68 65 |2]. .Selects the| 000008d0 20 6e 75 6d 62 65 72 20 6f 66 20 6a 6f 79 73 74 | number of joyst| 000008e0 69 63 6b 73 2c 20 77 68 65 72 65 20 5b 6e 75 6d |icks, where [num| 000008f0 62 65 72 5d 20 69 73 0a 20 20 20 20 20 20 20 20 |ber] is. | 00000900 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000910 74 68 65 20 6e 75 6d 62 65 72 20 6f 66 20 6a 6f |the number of jo| 00000920 79 73 74 69 63 6b 73 20 63 6f 6e 6e 65 63 74 65 |ysticks connecte| 00000930 64 20 28 30 2d 32 29 0a 20 20 20 20 20 20 20 20 |d (0-2). | 00000940 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000950 0a 2a 50 43 4a 6f 79 54 79 70 65 20 20 5b 30 2d |.*PCJoyType [0-| 00000960 31 5d 20 20 20 20 20 20 20 53 65 6c 65 63 74 73 |1] Selects| 00000970 20 74 68 65 20 74 79 70 65 20 6f 66 20 6a 6f 79 | the type of joy| 00000980 73 74 69 63 6b 73 20 63 6f 6e 6e 65 63 74 65 64 |sticks connected| 00000990 20 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | . | 000009a0 20 20 20 20 20 20 20 20 20 20 28 30 20 2d 20 61 | (0 - a| 000009b0 6e 61 6c 6f 67 75 65 2c 20 31 20 2d 20 64 69 67 |nalogue, 1 - dig| 000009c0 69 74 61 6c 29 0a 20 20 20 20 20 20 20 20 20 20 |ital). | 000009d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 0a 2a | .*| 000009e0 20 55 6e 64 65 72 20 6e 6f 72 6d 61 6c 20 63 69 | Under normal ci| 000009f0 72 63 75 6d 73 74 61 6e 63 65 73 20 79 6f 75 20 |rcumstances you | 00000a00 77 69 6c 6c 20 6e 65 76 65 72 20 6e 65 65 64 20 |will never need | 00000a10 74 6f 20 75 73 65 20 74 68 65 73 65 20 2a 20 63 |to use these * c| 00000a20 6f 6d 6d 61 6e 64 73 2c 20 62 75 74 0a 49 20 64 |ommands, but.I d| 00000a30 65 63 69 64 65 64 20 74 6f 20 64 6f 63 75 6d 65 |ecided to docume| 00000a40 6e 74 20 74 68 65 6d 20 69 6e 63 61 73 65 20 75 |nt them incase u| 00000a50 73 65 72 73 20 6f 66 20 6e 6f 6e 20 52 69 73 63 |sers of non Risc| 00000a60 4f 53 33 2e 35 20 6d 61 63 68 69 6e 65 73 20 77 |OS3.5 machines w| 00000a70 69 73 68 20 74 6f 0a 74 72 79 20 74 68 65 20 6d |ish to.try the m| 00000a80 6f 64 75 6c 65 20 77 69 74 68 20 6f 6c 64 65 72 |odule with older| 00000a90 20 50 43 20 70 6f 64 75 6c 65 73 2e 20 20 28 49 | PC podules. (I| 00000aa0 20 64 6f 6e 27 74 20 65 76 65 6e 20 6b 6e 6f 77 | don't even know| 00000ab0 20 69 66 20 69 74 20 77 69 6c 6c 20 77 6f 72 6b | if it will work| 00000ac0 20 2d 20 0a 69 66 20 61 6e 79 6f 6e 65 20 74 65 | - .if anyone te| 00000ad0 73 74 73 20 69 74 20 66 6f 72 20 6d 65 20 63 6f |sts it for me co| 00000ae0 75 6c 64 20 74 68 65 79 20 70 6c 65 61 73 65 20 |uld they please | 00000af0 6c 65 74 20 6d 65 20 6b 6e 6f 77 29 2e 0a 20 20 |let me know).. | 00000b00 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000b10 20 20 20 20 20 20 0a 41 64 64 69 74 69 6f 6e 61 | .Additiona| 00000b20 6c 20 4e 6f 74 65 73 2e 0a 3d 3d 3d 3d 3d 3d 3d |l Notes..=======| 00000b30 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 41 6e 79 6f |==========..Anyo| 00000b40 6e 65 20 77 68 6f 20 68 61 73 20 75 73 65 64 20 |ne who has used | 00000b50 50 43 20 6a 6f 79 73 74 69 63 6b 73 20 77 69 6c |PC joysticks wil| 00000b60 6c 20 6b 6e 6f 77 20 74 68 61 74 20 74 68 65 79 |l know that they| 00000b70 20 61 72 65 20 74 68 65 20 77 6f 72 73 74 20 64 | are the worst d| 00000b80 65 73 69 67 6e 0a 65 76 65 72 2e 20 20 50 65 72 |esign.ever. Per| 00000b90 68 61 70 73 20 74 68 65 20 66 75 6e 64 61 6d 65 |haps the fundame| 00000ba0 6e 74 61 6c 20 66 6c 6f 6f 72 20 69 73 20 74 68 |ntal floor is th| 00000bb0 65 20 66 61 63 74 20 74 68 61 74 20 74 68 65 79 |e fact that they| 00000bc0 20 63 61 6e 20 6f 6e 6c 79 20 68 61 76 65 20 74 | can only have t| 00000bd0 77 6f 0a 62 75 74 74 6f 6e 73 20 70 65 72 20 6a |wo.buttons per j| 00000be0 6f 79 70 61 64 20 77 68 65 6e 20 74 77 6f 20 6a |oypad when two j| 00000bf0 6f 79 70 61 64 73 20 61 72 65 20 63 6f 6e 6e 65 |oypads are conne| 00000c00 63 74 65 64 2e 0a 0a 4d 79 20 73 6f 66 74 77 61 |cted...My softwa| 00000c10 72 65 20 66 75 6c 6c 79 20 65 6d 75 6c 61 74 65 |re fully emulate| 00000c20 73 20 74 68 69 73 20 28 66 6f 72 20 63 6f 6d 70 |s this (for comp| 00000c30 61 74 69 62 69 6c 69 74 79 20 72 65 61 73 6f 6e |atibility reason| 00000c40 73 29 2e 20 20 54 68 65 72 65 66 6f 72 20 69 66 |s). Therefor if| 00000c50 20 79 6f 75 0a 61 72 65 20 75 73 69 6e 67 20 6f | you.are using o| 00000c60 6e 65 20 6a 6f 79 70 61 64 2c 20 74 68 65 20 50 |ne joypad, the P| 00000c70 43 20 67 61 6d 65 20 68 61 73 20 61 63 63 65 73 |C game has acces| 00000c80 73 20 74 6f 20 61 6c 6c 20 66 6f 75 72 20 62 75 |s to all four bu| 00000c90 74 74 6f 6e 73 20 28 69 66 20 74 68 65 20 61 63 |ttons (if the ac| 00000ca0 2d 0a 74 75 61 6c 20 6a 6f 79 70 61 64 20 68 61 |-.tual joypad ha| 00000cb0 73 20 66 6f 75 72 20 62 75 74 74 6f 6e 73 29 2c |s four buttons),| 00000cc0 20 6f 74 68 65 72 77 69 73 65 20 69 66 20 79 6f | otherwise if yo| 00000cd0 75 20 68 61 76 65 20 74 77 6f 20 6a 6f 79 70 61 |u have two joypa| 00000ce0 64 73 20 63 6f 6e 6e 65 63 74 65 64 0a 74 68 65 |ds connected.the| 00000cf0 20 50 43 20 67 61 6d 65 20 6f 6e 6c 79 20 68 61 | PC game only ha| 00000d00 73 20 61 63 63 65 73 73 20 74 6f 20 74 77 6f 20 |s access to two | 00000d10 62 75 74 74 6f 6e 73 20 70 65 72 20 6a 6f 79 70 |buttons per joyp| 00000d20 61 64 2e 0a 0a 54 68 69 73 20 6d 61 79 20 73 65 |ad...This may se| 00000d30 65 6d 20 77 65 69 72 64 20 62 75 74 20 69 74 20 |em weird but it | 00000d40 69 73 20 79 65 74 20 61 6e 6f 74 68 65 72 20 6f |is yet another o| 00000d50 66 20 74 68 6f 73 65 20 6f 6c 64 20 64 65 73 69 |f those old desi| 00000d60 67 6e 20 70 72 6f 62 6c 65 6d 73 20 77 68 69 63 |gn problems whic| 00000d70 68 0a 68 61 73 20 73 75 72 76 69 76 65 64 20 74 |h.has survived t| 00000d80 6f 20 6d 6f 64 65 72 6e 20 64 61 79 20 61 67 65 |o modern day age| 00000d90 20 28 6a 75 73 74 20 6c 69 6b 65 20 49 6e 74 65 | (just like Inte| 00000da0 6c 20 70 72 6f 63 65 73 73 6f 72 73 20 3a 2d 29 |l processors :-)| 00000db0 20 29 0a 0a 50 72 6f 62 6c 65 6d 73 2c 20 50 72 | )..Problems, Pr| 00000dc0 6f 62 6c 65 6d 73 20 61 6e 64 20 6d 6f 72 65 20 |oblems and more | 00000dd0 70 72 6f 62 6c 65 6d 73 2e 0a 3d 3d 3d 3d 3d 3d |problems..======| 00000de0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| 00000df0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a |===============.| 00000e00 0a 57 68 61 74 20 68 61 70 70 65 6e 73 20 69 66 |.What happens if| 00000e10 20 69 74 20 64 6f 65 73 20 6e 6f 74 20 77 6f 72 | it does not wor| 00000e20 6b 2e 20 20 0a 0a 57 65 6c 6c 20 66 69 72 73 74 |k. ..Well first| 00000e30 6c 79 20 63 68 65 63 6b 20 79 6f 75 20 68 61 76 |ly check you hav| 00000e40 65 20 74 68 65 20 73 6f 66 74 77 61 72 65 20 72 |e the software r| 00000e50 75 6e 6e 69 6e 67 20 61 6e 64 20 69 6e 73 74 61 |unning and insta| 00000e60 6c 6c 65 64 20 63 6f 72 72 65 63 74 6c 79 2e 0a |lled correctly..| 00000e70 54 68 65 6e 20 74 72 79 20 65 78 65 63 75 74 69 |Then try executi| 00000e80 6e 67 20 6a 6f 79 74 73 74 2e 65 78 65 20 6f 6e |ng joytst.exe on| 00000e90 20 79 6f 75 72 20 50 43 20 63 61 72 64 2e 20 20 | your PC card. | 00000ea0 54 68 69 73 20 64 6f 73 20 65 78 65 63 75 74 61 |This dos executa| 00000eb0 62 6c 65 20 73 68 6f 75 6c 64 0a 74 65 6c 6c 20 |ble should.tell | 00000ec0 79 6f 75 20 68 6f 77 20 6d 61 6e 79 20 41 63 6f |you how many Aco| 00000ed0 72 6e 20 6a 6f 79 73 74 69 63 6b 73 20 61 72 65 |rn joysticks are| 00000ee0 20 63 6f 6e 6e 65 63 74 65 64 20 28 61 73 20 63 | connected (as c| 00000ef0 6f 6e 66 69 67 75 72 65 64 29 2e 0a 0a 41 6e 6f |onfigured)...Ano| 00000f00 74 68 65 72 20 74 68 69 6e 67 20 74 6f 20 63 68 |ther thing to ch| 00000f10 65 63 6b 20 69 73 20 74 68 61 74 20 79 6f 75 20 |eck is that you | 00000f20 68 61 76 65 20 79 6f 75 72 20 74 68 69 72 64 20 |have your third | 00000f30 70 61 72 74 79 20 4a 6f 79 73 74 69 63 6b 20 6d |party Joystick m| 00000f40 6f 64 75 6c 65 0a 6c 6f 61 64 65 64 20 28 74 68 |odule.loaded (th| 00000f50 65 20 6f 6e 65 20 77 68 69 63 68 20 70 72 6f 76 |e one which prov| 00000f60 69 64 65 73 20 74 68 65 20 41 63 6f 72 6e 20 73 |ides the Acorn s| 00000f70 77 69 27 73 29 2e 20 20 54 68 65 20 50 43 4a 6f |wi's). The PCJo| 00000f80 79 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 77 69 |y application wi| 00000f90 6c 6c 0a 6e 6f 74 20 77 6f 72 6b 20 77 69 74 68 |ll.not work with| 00000fa0 6f 75 74 20 74 68 69 73 20 6c 6f 61 64 65 64 20 |out this loaded | 00000fb0 3a 2d 29 0a 0a 49 66 20 77 65 69 72 64 20 74 68 |:-)..If weird th| 00000fc0 69 6e 67 73 20 61 72 65 20 73 74 69 6c 6c 20 68 |ings are still h| 00000fd0 61 70 70 65 6e 69 6e 67 20 74 68 65 6e 20 67 65 |appening then ge| 00000fe0 74 20 69 6e 20 63 6f 6e 74 61 63 74 20 6d 65 2e |t in contact me.| 00000ff0 20 20 28 73 65 65 20 61 64 64 72 65 73 73 0a 66 | (see address.f| 00001000 69 6c 65 20 69 6e 73 69 64 65 20 74 68 65 20 64 |ile inside the d| 00001010 6f 63 73 20 64 69 72 65 63 74 6f 72 79 29 2e 0a |ocs directory)..| 00001020 0a 2a 2a 53 54 4f 50 20 50 52 45 53 53 2a 2a 20 |.**STOP PRESS** | 00001030 3a 2d 29 0a 0a 4f 6e 65 20 6f 74 68 65 72 20 70 |:-)..One other p| 00001040 72 6f 62 6c 65 6d 20 63 61 6e 20 6f 63 63 75 72 |roblem can occur| 00001050 20 77 69 74 68 20 74 68 65 20 56 54 69 20 6a 6f | with the VTi jo| 00001060 79 73 74 69 63 6b 20 6d 6f 64 75 6c 65 2e 20 20 |ystick module. | 00001070 54 68 65 20 63 75 72 72 65 6e 74 20 6d 6f 64 75 |The current modu| 00001080 6c 65 0a 70 72 6f 76 69 64 65 73 20 74 68 65 20 |le.provides the | 00001090 73 74 61 6e 64 61 72 64 20 41 63 6f 72 6e 20 53 |standard Acorn S| 000010a0 57 49 27 73 2c 20 62 75 74 20 69 74 20 61 6c 73 |WI's, but it als| 000010b0 6f 20 70 72 6f 76 69 63 65 73 20 41 75 74 6f 20 |o provices Auto | 000010c0 66 69 72 65 20 66 75 6e 63 74 69 6f 6e 73 0a 28 |fire functions.(| 000010d0 77 68 69 63 68 20 64 6f 20 6e 6f 74 20 77 6f 72 |which do not wor| 000010e0 6b 20 63 6f 72 72 65 63 74 6c 79 20 77 69 74 68 |k correctly with| 000010f0 20 50 43 4a 6f 79 29 2e 20 20 54 6f 20 73 6f 6c | PCJoy). To sol| 00001100 76 65 20 74 68 69 73 20 70 72 6f 62 6c 65 6d 20 |ve this problem | 00001110 72 75 6e 20 74 68 65 0a 56 54 69 20 6a 6f 79 73 |run the.VTi joys| 00001120 74 69 63 6b 20 61 70 70 6c 69 63 61 74 69 6f 6e |tick application| 00001130 20 61 6e 64 20 73 61 76 65 20 61 20 6a 6f 79 73 | and save a joys| 00001140 74 69 63 6b 20 6d 6f 64 75 6c 65 20 66 72 6f 6d |tick module from| 00001150 20 68 65 72 65 20 28 77 69 74 68 6f 75 74 0a 61 | here (without.a| 00001160 6c 74 65 72 69 6e 67 20 61 6e 79 20 6f 74 68 65 |ltering any othe| 00001170 72 20 73 65 74 74 69 6e 67 73 29 2e 20 20 54 68 |r settings). Th| 00001180 69 73 20 73 68 6f 75 6c 64 20 6e 6f 77 20 77 6f |is should now wo| 00001190 72 6b 20 66 69 6e 65 2e 0a 0a 44 61 6e 20 53 69 |rk fine...Dan Si| 000011a0 6d 6d 73 2e |mms.| 000011a4