-
Notifications
You must be signed in to change notification settings - Fork 4
/
README.pcatkeyboard
82 lines (50 loc) · 1.51 KB
/
README.pcatkeyboard
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
APPENDIX: BUILDING AT-KEYBOARD INTERFACE FOR C64:
===================================================
parts list
----------
. AT keyboard female connector. It has five ordered pin-holes.
. Datasette port connector. If you can't find, half of an user port conn is Ok.
. Some wire and a soldering iron...
front face views of the port and connector:
-------------------------------------------
Keyboard Connector:
-------------------
--v--
/ \
/ \
3 Io oI 1
\ o o /
5 \ o / 4
-----
2
+5pin 180 deg DIN (AT) 6pin MINIDIN (PS/2)
+---------------- ------------
+
+ _
+ (2) 1 CLOCK (5) (6) 1 DATA
+ (5) (4) 2 DATA | 2
+ (3) (1) 3 (3) (4) 3 GND
+ 4 GND 4 +5V
+ 5 5V (1) (2) 5 CLOCK
+ 6
+
+ NOTE that the numbers below (connections) for DIN are for plug!
+
+ Maciej Witkowiak
+
Datasette Port:
---------------
A B C D E F
- -I- - - -
And the connections:
--------------------
A--4
B--5
D,E--1 clock line (D is used as an interrupt source)
F--2 data line
That's all for the hardware.
Ilker Ficicilar
filker@newton.physics.metu.edu.tr
c068214@orca.cc.metu.edu.tr
http://www.physics.metu.edu.tr/~filker/cbm.html
---