Table of Contents

MC-10 Extension Multiport Joystick Info

Memory Mapped I/O Ports

Looking over the MC to the Extension Multiport plugged in behind:

Joystick Decoding

The directions and button are all read from the same address for each port:

Test Code

10 CLS
20 PRINT PEEK(48944)
30 PRINT PEEK(48948)
40 FOR I=1 TO 50:NEXT
50 GOTO 10

Thanks to MrDave for the port numbers!

Return to top