I have lots of pairs of dual Atari paddles with the 9 pin connectors.
Let me know if that's possible!

dp11 wrote:What is the NAND gate doing ?
Code: Select all
copy /b 037154-01.m1+037153-01.k1+037158-01.j1+037157-01.h1+037156-01.e1+037155-01.d1 $.ROMS
Code: Select all
10 *K.10O.|MREN.|ML.|M
20 MODE 7
30 PRINTTAB(3,3)
40 FOR O=0 TO 3 STEP 3
50 P%=&72
60 [OPT O
65 SEI
70 LDA &FE40 : STA &70 \ SysViaRegB
80 LDA #&C8 : STA &FE4C \ SysViaPCR
90 LDA &FE40 : STA &71 \ SysViaRegB
100 LDA #&08 : STA &FE4C \ SysViaPCR
105 CLI
110 RTS
120 ]
130 NEXT
140 REPEAT
150 CALL &72
160 PRINT TAB(0,0)~(?&70 AND &30)DIV16,~(?&71 AND &30)DIV16
170 PRINT ~ADVAL(1),~ADVAL(2),~ADVAL(3),~ADVAL(4)
180 UNTIL 0
tricky wrote:This seems OK on a Model B, B+ and Master although, we haven't got it working with a DataCentre yet.
Arcadian wrote:Tried it on one of the Masters in OS 3.2 mode and that seems to have done the trick(y) as it's now working.
Code: Select all
REP.:P.ADVAL(1),ADVAL(2),ADVAL(3),ADVAL(4):UN.0