Jump to content
Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MultiPlay: Difference between revisions

From CPCWiki - THE Amstrad CPC encyclopedia!
Polluks (talk | contribs)
Created page with "The MultiPlay allows to add two controllers on the expansion port. It is easy to use them from BASIC, with the INP() command. Each controller port can be set with two inputs..."
 
Polluks (talk | contribs)
mNo edit summary
Line 4: Line 4:
Each controller port can be set with two inputs modes:
Each controller port can be set with two inputs modes:
* AMS = Amstrad joystick and GX4000 gamepad
* AMS = Amstrad joystick and GX4000 gamepad
* AMI = Amiga joystick / mouse (and compatible)
* AMI = [[Amiga]] joystick / mouse (and compatible)


Each mouse sensitivity is 200dpi / 4bit acceleration.  (DK'Tronics mouse is 50dpi / 1bit)
Each mouse sensitivity is 200dpi / 4bit acceleration.  (DK'Tronics mouse is 50dpi / 1bit)

Revision as of 08:26, 19 September 2022

The MultiPlay allows to add two controllers on the expansion port. It is easy to use them from BASIC, with the INP() command.

Each controller port can be set with two inputs modes:

  • AMS = Amstrad joystick and GX4000 gamepad
  • AMI = Amiga joystick / mouse (and compatible)

Each mouse sensitivity is 200dpi / 4bit acceleration.  (DK'Tronics mouse is 50dpi / 1bit) Last but not least: Left, Middle and Right buttons are supported.

50Hz games support w/o conflict. It is handled like arcade machines!

Technical

200 DPI (1 inch = 200 pixel movement)

         ________          ________
 A _____|        |________|        |________
             ________          ________        
 B _________|        |________|        |________

200 DPI |1  |2   |3  |4   |5  |6   |7  |8                                   
 50 DPI |1                |2 

Manual

  • Any manual exists?


Downloads

  • Any MultiPlay example or driver software exists?