Looking over the MC to the Extension Multiport plugged in behind:
The directions and button are all read from the same address for each port:
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