Atari CX85 Numerical Keypad#
Source#
Wikipedia
Documentation#
Atari CX85 Numerical Keypad - Field Service Manual - Thank you so much Bill Lange! :-))) We can't thank you enough to bring that ultra rare document to the light.
ATR-Images#
Source Codes#
0 GRAPHICS 0:DIM FUNC$(10):PRINT :PRINT
20 POKE 755,0:IF PEEK(645)=1 THEN 20
30 POKE 77,0:STICK1=PEEK(633)
40 ALLPOT=PEEK(53768):IF ALLPOT=0 THEN 40
50 IF ALLPOT=255 AND STICK1=12 THEN STICK1=16
60 FOR X=0 TO STICK1:READ A:NEXT X:IF A>9 THEN 80
70 PRINT A;" ";:GOTO 90
80 RESTORE 200:FOR X=0 TO A-10:READ FUNC$:NEXT X:PRINT FUNC$;" ";
90 FOR T=0 TO 50:NEXT T:RESTORE :GOTO 20
100 DATA 10,4,5,6,11,7,8,9,12,1,2,3,0,13,14,15,16
200 DATA DELETE,NO,YES,.,+ ENTER,-,ESCAPE
Images#
Atari CX85 Numerical Keypad - Diskette - front side
Atari CX85 Numerical Keypad - Diskette - back side