├── .gitignore ├── .gitmodules ├── CGA_1_6.kicad_sch ├── CGA_1_6.sch ├── CGA_2_6.kicad_sch ├── CGA_2_6.sch ├── CGA_3_6.kicad_sch ├── CGA_3_6.sch ├── CGA_4_6.kicad_sch ├── CGA_4_6.sch ├── CGA_5_6.kicad_sch ├── CGA_5_6.sch ├── CGA_6_6.kicad_sch ├── CGA_6_6.sch ├── ISA_CGA-cache.lib ├── ISA_CGA.kicad_pcb ├── ISA_CGA.kicad_pro ├── ISA_CGA.kicad_sch ├── ISA_CGA.pdf ├── README.md ├── docs ├── 1502237_PC_XT_Technical_Reference_Apr83.pdf ├── 200-1-741899.pdf ├── Color_Graphics_Adapter_-_Manual.pdf ├── M5K4164ANP-20-Mitsubishi.pdf ├── MCM4517.pdf ├── MK36000.pdf └── mcm4517pinout.png ├── fp-lib-table ├── gerbers ├── cgaredux_rev_0.2.zip └── cgaredux_rev_0.zip ├── libraries ├── ISA_CGA.dcm ├── ISA_CGA.lib └── w_conn_av │ ├── license.txt │ ├── w_conn_av.mod │ └── w_conn_av.pretty │ ├── SCART.kicad_mod │ ├── din-5.kicad_mod │ ├── jack_3.5_pj313d-smt.kicad_mod │ ├── jack_3.5_sj1-3513-smt.kicad_mod │ ├── jack_3.5_sj1-3514-smt.kicad_mod │ ├── jack_3.5_sj1-3515-smt.kicad_mod │ ├── jack_3.5_vert_lje0352-4r.kicad_mod │ ├── minidin-8.kicad_mod │ ├── rca_black.kicad_mod │ ├── rca_red.kicad_mod │ ├── rca_white.kicad_mod │ └── rca_yellow.kicad_mod ├── pics └── CGA_Redux_board.jpg └── sym-lib-table /.gitignore: -------------------------------------------------------------------------------- 1 | # ---> KiCad 2 | # For PCBs designed using KiCad: http://www.kicad.org/ 3 | # Format documentation: http://kicad.org/help/file-formats/ 4 | 5 | # Temporary files 6 | *.000 7 | *.bak 8 | *.bck 9 | *.kicad_pcb-bak 10 | *.kicad_sch-bak 11 | *.kicad_prl 12 | *.sch-bak 13 | *~ 14 | _autosave-* 15 | *.tmp 16 | *-save.pro 17 | *-save.kicad_pcb 18 | fp-info-cache 19 | 20 | # Netlist files (exported from Eeschema) 21 | *.net 22 | 23 | # Autorouter files (exported from Pcbnew) 24 | *.dsn 25 | *.ses 26 | 27 | # Exported BOM files 28 | *.xml 29 | *.csv 30 | 31 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "libraries/my_kicad_library"] 2 | path = libraries/my_kicad_library 3 | url = https://github.com/skiselev/my_kicad_library.git 4 | -------------------------------------------------------------------------------- /CGA_2_6.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 4 2 | EELAYER 30 0 3 | EELAYER END 4 | $Descr A3 16535 11693 5 | encoding utf-8 6 | Sheet 3 7 7 | Title "" 8 | Date "" 9 | Rev "" 10 | Comp "" 11 | Comment1 "" 12 | Comment2 "" 13 | Comment3 "" 14 | Comment4 "" 15 | $EndDescr 16 | Text GLabel 13050 6450 0 50 Input ~ 0 17 | ~RESET' 18 | Wire Wire Line 19 | 14000 6450 13050 6450 20 | Wire Wire Line 21 | 12150 9350 11950 9350 22 | Wire Wire Line 23 | 12150 6350 12150 9350 24 | Wire Wire Line 25 | 12050 8650 11950 8650 26 | Wire Wire Line 27 | 12050 6250 12050 8650 28 | Wire Wire Line 29 | 12000 6750 11950 6750 30 | Wire Wire Line 31 | 12000 6150 12000 6750 32 | Text GLabel 15700 6350 2 50 Output ~ 0 33 | I 34 | Text GLabel 15700 6250 2 50 Output ~ 0 35 | B 36 | Text GLabel 15700 6150 2 50 Output ~ 0 37 | G 38 | Text GLabel 15700 6050 2 50 Output ~ 0 39 | R 40 | Wire Wire Line 41 | 15000 6350 15700 6350 42 | Wire Wire Line 43 | 15000 6250 15700 6250 44 | Wire Wire Line 45 | 15000 6150 15700 6150 46 | Wire Wire Line 47 | 15000 6050 15700 6050 48 | Text GLabel 15700 6550 2 50 Output ~ 0 49 | ~RESET 50 | Wire Wire Line 51 | 15000 6550 15700 6550 52 | Wire Wire Line 53 | 13150 6550 14000 6550 54 | Wire Wire Line 55 | 13150 7550 13150 6550 56 | Wire Wire Line 57 | 15250 7550 13150 7550 58 | Wire Wire Line 59 | 15250 6450 15250 7550 60 | Wire Wire Line 61 | 15000 6450 15250 6450 62 | Text GLabel 13750 6750 0 50 Input ~ 0 63 | ~14_MHZ 64 | Wire Wire Line 65 | 14000 6750 13750 6750 66 | Wire Wire Line 67 | 13800 7250 13800 7150 68 | Wire Wire Line 69 | 13950 7250 13800 7250 70 | Wire Wire Line 71 | 13950 6950 13950 7250 72 | Wire Wire Line 73 | 14000 6950 13950 6950 74 | $Comp 75 | L power:VCC #PWR0132 76 | U 1 1 618EE667 77 | P 13800 7150 78 | F 0 "#PWR0132" H 13800 7000 50 0001 C CNN 79 | F 1 "VCC" H 13815 7323 50 0000 C CNN 80 | F 2 "" H 13800 7150 50 0001 C CNN 81 | F 3 "" H 13800 7150 50 0001 C CNN 82 | 1 13800 7150 83 | 1 0 0 -1 84 | $EndComp 85 | $Comp 86 | L power:VCC #PWR0133 87 | U 1 1 618ED671 88 | P 14500 5750 89 | F 0 "#PWR0133" H 14500 5600 50 0001 C CNN 90 | F 1 "VCC" H 14515 5923 50 0000 C CNN 91 | F 2 "" H 14500 5750 50 0001 C CNN 92 | F 3 "" H 14500 5750 50 0001 C CNN 93 | 1 14500 5750 94 | 1 0 0 -1 95 | $EndComp 96 | $Comp 97 | L power:GND #PWR0134 98 | U 1 1 618ED076 99 | P 14500 7250 100 | F 0 "#PWR0134" H 14500 7000 50 0001 C CNN 101 | F 1 "GND" H 14505 7077 50 0000 C CNN 102 | F 2 "" H 14500 7250 50 0001 C CNN 103 | F 3 "" H 14500 7250 50 0001 C CNN 104 | 1 14500 7250 105 | 1 0 0 -1 106 | $EndComp 107 | $Comp 108 | L 74xx:74LS174 U101 109 | U 1 1 618E98DB 110 | P 14500 6450 111 | F 0 "U101" H 14250 7000 50 0000 C CNN 112 | F 1 "74S174" H 14700 7000 50 0000 C CNN 113 | F 2 "Package_DIP:DIP-16_W7.62mm" H 14500 6450 50 0001 C CNN 114 | F 3 "http://www.ti.com/lit/gpn/sn74LS174" H 14500 6450 50 0001 C CNN 115 | 1 14500 6450 116 | 1 0 0 -1 117 | $EndComp 118 | Text GLabel 8900 9750 0 50 Input ~ 0 119 | OVERSCAN_I 120 | Wire Wire Line 121 | 10200 9750 8900 9750 122 | Wire Wire Line 123 | 10200 9650 10200 9750 124 | Wire Wire Line 125 | 10950 9650 10200 9650 126 | Text GLabel 8900 9650 0 50 Input ~ 0 127 | BACKGROUND_I 128 | Wire Wire Line 129 | 10100 9650 8900 9650 130 | Wire Wire Line 131 | 10100 9550 10100 9650 132 | Wire Wire Line 133 | 10950 9550 10100 9550 134 | Text GLabel 7500 8700 0 50 Input ~ 0 135 | ~ENABLE_BLINK 136 | Wire Wire Line 137 | 8300 8700 7500 8700 138 | Text Label 8150 8500 0 50 ~ 0 139 | AT7 140 | Wire Wire Line 141 | 8050 7700 9800 7700 142 | Entry Wire Line 143 | 9800 7700 9900 7600 144 | Wire Wire Line 145 | 8050 8500 8050 7700 146 | Wire Wire Line 147 | 8300 8500 8050 8500 148 | Wire Wire Line 149 | 8900 8600 9000 8600 150 | $Comp 151 | L 74xx:74LS08 U31 152 | U 3 1 6173EB8F 153 | P 8600 8600 154 | F 0 "U31" H 8600 8925 50 0000 C CNN 155 | F 1 "74S08" H 8600 8834 50 0000 C CNN 156 | F 2 "Package_DIP:DIP-14_W7.62mm" H 8600 8600 50 0001 C CNN 157 | F 3 "http://www.ti.com/lit/gpn/sn74LS08" H 8600 8600 50 0001 C CNN 158 | 3 8600 8600 159 | 1 0 0 -1 160 | $EndComp 161 | Wire Wire Line 162 | 10050 9450 10950 9450 163 | Wire Wire Line 164 | 10050 9550 10050 9450 165 | Wire Wire Line 166 | 9000 9550 10050 9550 167 | Wire Wire Line 168 | 9000 8600 9000 9550 169 | Text GLabel 9700 9050 0 50 Input ~ 0 170 | OVERSCAN_B 171 | Wire Wire Line 172 | 10100 9050 9700 9050 173 | Wire Wire Line 174 | 10100 8950 10100 9050 175 | Wire Wire Line 176 | 10950 8950 10100 8950 177 | Text GLabel 9700 8950 0 50 Input ~ 0 178 | SEL_BLUE 179 | Wire Wire Line 180 | 10050 8950 9700 8950 181 | Wire Wire Line 182 | 10050 8850 10050 8950 183 | Wire Wire Line 184 | 10950 8850 10050 8850 185 | Text GLabel 12650 8100 2 50 Output ~ 0 186 | AT7 187 | Entry Wire Line 188 | 9900 8200 10000 8100 189 | Wire Wire Line 190 | 12650 8100 10000 8100 191 | Text Label 10700 9350 0 50 ~ 0 192 | AT3 193 | Text Label 10700 8750 0 50 ~ 0 194 | AT4 195 | Text Label 10700 8650 0 50 ~ 0 196 | AT0 197 | Entry Wire Line 198 | 9900 8750 10000 8650 199 | Entry Wire Line 200 | 9900 8850 10000 8750 201 | Wire Wire Line 202 | 10950 8750 10000 8750 203 | Wire Wire Line 204 | 10950 8650 10000 8650 205 | Connection ~ 10500 10150 206 | Wire Wire Line 207 | 10500 10150 10100 10150 208 | Text GLabel 10100 10150 0 50 Input ~ 0 209 | MUX_B 210 | Connection ~ 10400 10050 211 | Wire Wire Line 212 | 10100 10050 10400 10050 213 | Text GLabel 10100 10050 0 50 Input ~ 0 214 | MUX_A 215 | Wire Wire Line 216 | 10500 10150 10950 10150 217 | Wire Wire Line 218 | 10500 7550 10500 10150 219 | Wire Wire Line 220 | 10950 7550 10500 7550 221 | Wire Wire Line 222 | 10400 10050 10950 10050 223 | Wire Wire Line 224 | 10400 7450 10400 10050 225 | Wire Wire Line 226 | 10950 7450 10400 7450 227 | Wire Wire Line 228 | 10000 9350 10950 9350 229 | Entry Wire Line 230 | 9900 9450 10000 9350 231 | Wire Wire Line 232 | 10850 7050 10950 7050 233 | Text GLabel 10850 7050 0 50 Input ~ 0 234 | OVERSCAN_G 235 | Wire Wire Line 236 | 10850 6350 10950 6350 237 | Text GLabel 10850 6350 0 50 Input ~ 0 238 | OVERSCAN_R 239 | Text Label 10650 6850 0 50 ~ 0 240 | AT5 241 | Text Label 10650 6750 0 50 ~ 0 242 | AT1 243 | Text Label 10650 6150 0 50 ~ 0 244 | AT6 245 | Text Label 10650 6050 0 50 ~ 0 246 | AT2 247 | Wire Wire Line 248 | 9500 3000 9500 7100 249 | Wire Wire Line 250 | 10100 7100 9500 7100 251 | Wire Wire Line 252 | 10100 6950 10100 7100 253 | Wire Wire Line 254 | 10950 6950 10100 6950 255 | Entry Wire Line 256 | 9900 6950 10000 6850 257 | Entry Wire Line 258 | 9900 6850 10000 6750 259 | Wire Wire Line 260 | 10950 6850 10000 6850 261 | Wire Wire Line 262 | 10950 6750 10000 6750 263 | Wire Wire Line 264 | 9650 6550 9650 5500 265 | Wire Wire Line 266 | 10100 6550 9650 6550 267 | Wire Wire Line 268 | 10100 6250 10100 6550 269 | Wire Wire Line 270 | 10950 6250 10100 6250 271 | Entry Wire Line 272 | 9900 6250 10000 6150 273 | Wire Wire Line 274 | 10950 6150 10000 6150 275 | Entry Wire Line 276 | 9900 6150 10000 6050 277 | Wire Wire Line 278 | 10950 6050 10000 6050 279 | Connection ~ 10300 9850 280 | Wire Wire Line 281 | 10100 9850 10300 9850 282 | Text GLabel 10100 9850 0 50 Input ~ 0 283 | STR 284 | Connection ~ 10300 9150 285 | Wire Wire Line 286 | 10300 9850 10300 9150 287 | Wire Wire Line 288 | 10950 9850 10300 9850 289 | Connection ~ 10300 7250 290 | Wire Wire Line 291 | 10300 9150 10950 9150 292 | Wire Wire Line 293 | 10300 7250 10300 9150 294 | Wire Wire Line 295 | 10300 7250 10950 7250 296 | Wire Wire Line 297 | 10300 6550 10300 7250 298 | Wire Wire Line 299 | 10950 6550 10300 6550 300 | Connection ~ 4800 5600 301 | Wire Wire Line 302 | 4800 5650 4800 5600 303 | $Comp 304 | L power:VCC #PWR0136 305 | U 1 1 612E0D4B 306 | P 4800 5600 307 | F 0 "#PWR0136" H 4800 5450 50 0001 C CNN 308 | F 1 "VCC" H 4815 5773 50 0000 C CNN 309 | F 2 "" H 4800 5600 50 0001 C CNN 310 | F 3 "" H 4800 5600 50 0001 C CNN 311 | 1 4800 5600 312 | 1 0 0 -1 313 | $EndComp 314 | $Comp 315 | L power:GND #PWR0137 316 | U 1 1 612DF480 317 | P 4800 7950 318 | F 0 "#PWR0137" H 4800 7700 50 0001 C CNN 319 | F 1 "GND" H 4805 7777 50 0000 C CNN 320 | F 2 "" H 4800 7950 50 0001 C CNN 321 | F 3 "" H 4800 7950 50 0001 C CNN 322 | 1 4800 7950 323 | 1 0 0 -1 324 | $EndComp 325 | Wire Wire Line 326 | 12100 3550 12650 3550 327 | Connection ~ 12100 3550 328 | Wire Wire Line 329 | 12100 5500 9650 5500 330 | Wire Wire Line 331 | 12100 3550 12100 5500 332 | Wire Wire Line 333 | 12100 1050 12650 1050 334 | Connection ~ 12100 1050 335 | Wire Wire Line 336 | 12100 3000 9500 3000 337 | Wire Wire Line 338 | 12100 1050 12100 3000 339 | Text GLabel 12650 3550 2 50 Output ~ 0 340 | C1 341 | Wire Wire Line 342 | 11950 3550 12100 3550 343 | Text GLabel 12650 1050 2 50 Output ~ 0 344 | C0 345 | Wire Wire Line 346 | 11950 1050 12100 1050 347 | $Comp 348 | L power:VCC #PWR0138 349 | U 1 1 61226A83 350 | P 11450 8300 351 | F 0 "#PWR0138" H 11450 8150 50 0001 C CNN 352 | F 1 "VCC" H 11300 8300 50 0000 C CNN 353 | F 2 "" H 11450 8300 50 0001 C CNN 354 | F 3 "" H 11450 8300 50 0001 C CNN 355 | 1 11450 8300 356 | 1 0 0 -1 357 | $EndComp 358 | $Comp 359 | L power:GND #PWR0139 360 | U 1 1 61226A79 361 | P 11450 10450 362 | F 0 "#PWR0139" H 11450 10200 50 0001 C CNN 363 | F 1 "GND" H 11455 10277 50 0000 C CNN 364 | F 2 "" H 11450 10450 50 0001 C CNN 365 | F 3 "" H 11450 10450 50 0001 C CNN 366 | 1 11450 10450 367 | 1 0 0 -1 368 | $EndComp 369 | $Comp 370 | L 74xx:74LS153 U10 371 | U 1 1 612268F7 372 | P 11450 9350 373 | F 0 "U10" H 11200 10200 50 0000 C CNN 374 | F 1 "74153" H 11650 10200 50 0000 C CNN 375 | F 2 "Package_DIP:DIP-16_W7.62mm" H 11450 9350 50 0001 C CNN 376 | F 3 "http://www.ti.com/lit/gpn/sn74LS153" H 11450 9350 50 0001 C CNN 377 | 1 11450 9350 378 | 1 0 0 -1 379 | $EndComp 380 | $Comp 381 | L power:VCC #PWR0140 382 | U 1 1 612253D5 383 | P 11450 5750 384 | F 0 "#PWR0140" H 11450 5600 50 0001 C CNN 385 | F 1 "VCC" H 11465 5923 50 0000 C CNN 386 | F 2 "" H 11450 5750 50 0001 C CNN 387 | F 3 "" H 11450 5750 50 0001 C CNN 388 | 1 11450 5750 389 | 1 0 0 -1 390 | $EndComp 391 | $Comp 392 | L power:GND #PWR0141 393 | U 1 1 61200DE5 394 | P 11450 7850 395 | F 0 "#PWR0141" H 11450 7600 50 0001 C CNN 396 | F 1 "GND" H 11455 7677 50 0000 C CNN 397 | F 2 "" H 11450 7850 50 0001 C CNN 398 | F 3 "" H 11450 7850 50 0001 C CNN 399 | 1 11450 7850 400 | 1 0 0 -1 401 | $EndComp 402 | Wire Bus Line 403 | 3950 5250 9900 5250 404 | Connection ~ 3950 5250 405 | Wire Bus Line 406 | 2900 5250 3950 5250 407 | $Comp 408 | L 74xx:74LS153 U9 409 | U 1 1 610F8E65 410 | P 11450 6750 411 | F 0 "U9" H 11200 7600 50 0000 C CNN 412 | F 1 "74153" H 11650 7600 50 0000 C CNN 413 | F 2 "Package_DIP:DIP-16_W7.62mm" H 11450 6750 50 0001 C CNN 414 | F 3 "http://www.ti.com/lit/gpn/sn74LS153" H 11450 6750 50 0001 C CNN 415 | 1 11450 6750 416 | 1 0 0 -1 417 | $EndComp 418 | Wire Wire Line 419 | 10400 4950 10950 4950 420 | Text GLabel 10400 4950 0 50 Input ~ 0 421 | ~CLR_SR 422 | Wire Wire Line 423 | 10400 2450 10950 2450 424 | Text GLabel 10400 2450 0 50 Input ~ 0 425 | ~CLR_SR 426 | Wire Wire Line 427 | 10400 4550 10950 4550 428 | Text GLabel 10400 4550 0 50 Input ~ 0 429 | SL 430 | Wire Wire Line 431 | 10400 2050 10950 2050 432 | Text GLabel 10400 2050 0 50 Input ~ 0 433 | SL 434 | Wire Wire Line 435 | 10400 4650 10950 4650 436 | Text GLabel 10400 4650 0 50 Input ~ 0 437 | DOT_CLOCK 438 | Wire Wire Line 439 | 10400 2150 10950 2150 440 | Text GLabel 10400 2150 0 50 Input ~ 0 441 | DOT_CLOCK 442 | Text GLabel 6450 6950 0 50 Input ~ 0 443 | DOT_CLOCK 444 | Wire Wire Line 445 | 6450 6950 6650 6950 446 | Text Label 10800 4350 2 50 ~ 0 447 | CC7 448 | Text Label 10800 4250 2 50 ~ 0 449 | CC5 450 | Text Label 10800 4150 2 50 ~ 0 451 | CC3 452 | Text Label 10800 4050 2 50 ~ 0 453 | CC1 454 | Text Label 10800 3950 2 50 ~ 0 455 | AT7 456 | Text Label 10800 3850 2 50 ~ 0 457 | AT5 458 | Text Label 10800 3750 2 50 ~ 0 459 | AT3 460 | Text Label 10800 3650 2 50 ~ 0 461 | AT1 462 | Entry Wire Line 463 | 9900 4450 10000 4350 464 | Entry Wire Line 465 | 9900 4350 10000 4250 466 | Entry Wire Line 467 | 9900 4250 10000 4150 468 | Entry Wire Line 469 | 9900 4150 10000 4050 470 | Entry Wire Line 471 | 9900 4050 10000 3950 472 | Entry Wire Line 473 | 9900 3950 10000 3850 474 | Entry Wire Line 475 | 9900 3850 10000 3750 476 | Entry Wire Line 477 | 9900 3750 10000 3650 478 | Wire Wire Line 479 | 10950 4350 10000 4350 480 | Wire Wire Line 481 | 10950 4250 10000 4250 482 | Wire Wire Line 483 | 10950 4150 10000 4150 484 | Wire Wire Line 485 | 10950 4050 10000 4050 486 | Wire Wire Line 487 | 10950 3950 10000 3950 488 | Wire Wire Line 489 | 10950 3850 10000 3850 490 | Wire Wire Line 491 | 10950 3750 10000 3750 492 | Wire Wire Line 493 | 10950 3650 10000 3650 494 | Connection ~ 9900 5250 495 | Entry Wire Line 496 | 9900 1950 10000 1850 497 | Entry Wire Line 498 | 9900 1850 10000 1750 499 | Entry Wire Line 500 | 9900 1750 10000 1650 501 | Entry Wire Line 502 | 9900 1650 10000 1550 503 | Entry Wire Line 504 | 9900 1550 10000 1450 505 | Entry Wire Line 506 | 9900 1450 10000 1350 507 | Entry Wire Line 508 | 9900 1350 10000 1250 509 | Entry Wire Line 510 | 9900 1250 10000 1150 511 | Text Label 10800 1850 2 50 ~ 0 512 | CC6 513 | Text Label 10800 1750 2 50 ~ 0 514 | CC4 515 | Text Label 10800 1650 2 50 ~ 0 516 | CC2 517 | Text Label 10800 1550 2 50 ~ 0 518 | CC0 519 | Text Label 10800 1450 2 50 ~ 0 520 | AT6 521 | Text Label 10800 1350 2 50 ~ 0 522 | AT4 523 | Text Label 10800 1250 2 50 ~ 0 524 | AT2 525 | Text Label 10800 1150 2 50 ~ 0 526 | AT0 527 | Wire Wire Line 528 | 10950 1850 10000 1850 529 | Wire Wire Line 530 | 10950 1750 10000 1750 531 | Wire Wire Line 532 | 10950 1650 10000 1650 533 | Wire Wire Line 534 | 10950 1550 10000 1550 535 | Wire Wire Line 536 | 10950 1450 10000 1450 537 | Wire Wire Line 538 | 10950 1350 10000 1350 539 | Wire Wire Line 540 | 10950 1250 10000 1250 541 | Wire Wire Line 542 | 10950 1150 10000 1150 543 | $Comp 544 | L power:GND #PWR0142 545 | U 1 1 60E20F95 546 | P 10500 5200 547 | F 0 "#PWR0142" H 10500 4950 50 0001 C CNN 548 | F 1 "GND" H 10505 5027 50 0000 C CNN 549 | F 2 "" H 10500 5200 50 0001 C CNN 550 | F 3 "" H 10500 5200 50 0001 C CNN 551 | 1 10500 5200 552 | 1 0 0 -1 553 | $EndComp 554 | Wire Wire Line 555 | 10500 4750 10500 5200 556 | Connection ~ 10500 4750 557 | Wire Wire Line 558 | 10950 4750 10500 4750 559 | Wire Wire Line 560 | 10500 3550 10500 4750 561 | Wire Wire Line 562 | 10950 3550 10500 3550 563 | $Comp 564 | L power:GND #PWR0143 565 | U 1 1 60E20F86 566 | P 11450 5250 567 | F 0 "#PWR0143" H 11450 5000 50 0001 C CNN 568 | F 1 "GND" H 11455 5077 50 0000 C CNN 569 | F 2 "" H 11450 5250 50 0001 C CNN 570 | F 3 "" H 11450 5250 50 0001 C CNN 571 | 1 11450 5250 572 | 1 0 0 -1 573 | $EndComp 574 | $Comp 575 | L power:VCC #PWR0144 576 | U 1 1 60E20F7C 577 | P 11450 3200 578 | F 0 "#PWR0144" H 11450 3050 50 0001 C CNN 579 | F 1 "VCC" H 11300 3250 50 0000 C CNN 580 | F 2 "" H 11450 3200 50 0001 C CNN 581 | F 3 "" H 11450 3200 50 0001 C CNN 582 | 1 11450 3200 583 | 1 0 0 -1 584 | $EndComp 585 | $Comp 586 | L 74xx:74LS166 U8 587 | U 1 1 60E20D0C 588 | P 11450 4250 589 | F 0 "U8" H 11150 5100 50 0000 L CNN 590 | F 1 "74LS166" H 11500 5100 50 0000 L CNN 591 | F 2 "Package_DIP:DIP-16_W7.62mm" H 11450 4250 50 0001 C CNN 592 | F 3 "http://www.ti.com/lit/gpn/sn74LS166" H 11450 4250 50 0001 C CNN 593 | 1 11450 4250 594 | 1 0 0 -1 595 | $EndComp 596 | $Comp 597 | L power:GND #PWR0145 598 | U 1 1 60E0DEFD 599 | P 10500 2700 600 | F 0 "#PWR0145" H 10500 2450 50 0001 C CNN 601 | F 1 "GND" H 10505 2527 50 0000 C CNN 602 | F 2 "" H 10500 2700 50 0001 C CNN 603 | F 3 "" H 10500 2700 50 0001 C CNN 604 | 1 10500 2700 605 | 1 0 0 -1 606 | $EndComp 607 | Wire Wire Line 608 | 10500 2250 10500 2700 609 | Connection ~ 10500 2250 610 | Wire Wire Line 611 | 10950 2250 10500 2250 612 | Wire Wire Line 613 | 10500 1050 10500 2250 614 | Wire Wire Line 615 | 10950 1050 10500 1050 616 | $Comp 617 | L power:GND #PWR0146 618 | U 1 1 60DF0971 619 | P 11450 2750 620 | F 0 "#PWR0146" H 11450 2500 50 0001 C CNN 621 | F 1 "GND" H 11455 2577 50 0000 C CNN 622 | F 2 "" H 11450 2750 50 0001 C CNN 623 | F 3 "" H 11450 2750 50 0001 C CNN 624 | 1 11450 2750 625 | 1 0 0 -1 626 | $EndComp 627 | $Comp 628 | L power:VCC #PWR0147 629 | U 1 1 60DEFE94 630 | P 11450 750 631 | F 0 "#PWR0147" H 11450 600 50 0001 C CNN 632 | F 1 "VCC" H 11465 923 50 0000 C CNN 633 | F 2 "" H 11450 750 50 0001 C CNN 634 | F 3 "" H 11450 750 50 0001 C CNN 635 | 1 11450 750 636 | 1 0 0 -1 637 | $EndComp 638 | $Comp 639 | L 74xx:74LS166 U7 640 | U 1 1 60DECB37 641 | P 11450 1750 642 | F 0 "U7" H 11150 2600 50 0000 L CNN 643 | F 1 "74LS166" H 11500 2600 50 0000 L CNN 644 | F 2 "Package_DIP:DIP-16_W7.62mm" H 11450 1750 50 0001 C CNN 645 | F 3 "http://www.ti.com/lit/gpn/sn74LS166" H 11450 1750 50 0001 C CNN 646 | 1 11450 1750 647 | 1 0 0 -1 648 | $EndComp 649 | Text GLabel 7800 5850 2 50 Output ~ 0 650 | CHG_DOTS 651 | Wire Wire Line 652 | 7650 5850 7800 5850 653 | Wire Wire Line 654 | 6450 6850 6650 6850 655 | Text GLabel 6450 6850 0 50 Input ~ 0 656 | SL 657 | Wire Wire Line 658 | 6650 7250 6450 7250 659 | Text GLabel 6450 7250 0 50 Input ~ 0 660 | ~CLR_SR 661 | Wire Wire Line 662 | 5200 6550 5550 6550 663 | Wire Wire Line 664 | 5550 6550 5550 6650 665 | Wire Wire Line 666 | 5200 6450 5600 6450 667 | Wire Wire Line 668 | 5600 6550 6650 6550 669 | Wire Wire Line 670 | 5600 6450 5600 6550 671 | Wire Wire Line 672 | 5200 6350 5650 6350 673 | Wire Wire Line 674 | 5650 6450 6650 6450 675 | Wire Wire Line 676 | 5650 6350 5650 6450 677 | Wire Wire Line 678 | 5200 6250 5700 6250 679 | Wire Wire Line 680 | 5700 6350 6650 6350 681 | Wire Wire Line 682 | 5700 6250 5700 6350 683 | Wire Wire Line 684 | 5200 6150 5750 6150 685 | Wire Wire Line 686 | 5750 6250 6650 6250 687 | Wire Wire Line 688 | 5750 6150 5750 6250 689 | Wire Wire Line 690 | 5200 6050 5800 6050 691 | Wire Wire Line 692 | 5800 6150 6650 6150 693 | Wire Wire Line 694 | 5800 6050 5800 6150 695 | Wire Wire Line 696 | 5200 5950 5850 5950 697 | Wire Wire Line 698 | 5850 6050 6650 6050 699 | Wire Wire Line 700 | 5850 5950 5850 6050 701 | Wire Wire Line 702 | 5200 5850 5900 5850 703 | Wire Wire Line 704 | 5900 5950 5900 5850 705 | Wire Wire Line 706 | 6650 5950 5900 5950 707 | $Comp 708 | L power:VCC #PWR0149 709 | U 1 1 60CCD955 710 | P 7150 5500 711 | F 0 "#PWR0149" H 7150 5350 50 0001 C CNN 712 | F 1 "VCC" H 7165 5673 50 0000 C CNN 713 | F 2 "" H 7150 5500 50 0001 C CNN 714 | F 3 "" H 7150 5500 50 0001 C CNN 715 | 1 7150 5500 716 | 1 0 0 -1 717 | $EndComp 718 | $Comp 719 | L power:GND #PWR0150 720 | U 1 1 60CBFC41 721 | P 7150 7550 722 | F 0 "#PWR0150" H 7150 7300 50 0001 C CNN 723 | F 1 "GND" H 7155 7377 50 0000 C CNN 724 | F 2 "" H 7150 7550 50 0001 C CNN 725 | F 3 "" H 7150 7550 50 0001 C CNN 726 | 1 7150 7550 727 | 1 0 0 -1 728 | $EndComp 729 | $Comp 730 | L 74xx:74LS166 U32 731 | U 1 1 60CBE3E8 732 | P 7150 6550 733 | F 0 "U32" H 6850 7400 50 0000 L CNN 734 | F 1 "74LS166" H 7200 7400 50 0000 L CNN 735 | F 2 "Package_DIP:DIP-16_W7.62mm" H 7150 6550 50 0001 C CNN 736 | F 3 "http://www.ti.com/lit/gpn/sn74LS166" H 7150 6550 50 0001 C CNN 737 | 1 7150 6550 738 | 1 0 0 -1 739 | $EndComp 740 | Entry Wire Line 741 | 3950 6950 4050 6850 742 | Entry Wire Line 743 | 3950 6850 4050 6750 744 | Entry Wire Line 745 | 3950 6750 4050 6650 746 | Entry Wire Line 747 | 3950 6650 4050 6550 748 | Entry Wire Line 749 | 3950 6550 4050 6450 750 | Entry Wire Line 751 | 3950 6450 4050 6350 752 | Entry Wire Line 753 | 3950 6350 4050 6250 754 | Entry Wire Line 755 | 3950 6250 4050 6150 756 | Text Label 4150 6850 0 50 ~ 0 757 | CC7 758 | Text Label 4150 6750 0 50 ~ 0 759 | CC6 760 | Text Label 4150 6650 0 50 ~ 0 761 | CC5 762 | Text Label 4150 6550 0 50 ~ 0 763 | CC4 764 | Text Label 4150 6450 0 50 ~ 0 765 | CC3 766 | Text Label 4150 6350 0 50 ~ 0 767 | CC2 768 | Text Label 4150 6250 0 50 ~ 0 769 | CC1 770 | Text Label 4150 6150 0 50 ~ 0 771 | CC0 772 | Text GLabel 4250 6050 0 50 Input ~ 0 773 | RA2 774 | Text GLabel 4250 5950 0 50 Input ~ 0 775 | RA1 776 | Text GLabel 4250 5850 0 50 Input ~ 0 777 | RA0 778 | Wire Wire Line 779 | 4400 6050 4250 6050 780 | Wire Wire Line 781 | 4400 5950 4250 5950 782 | Wire Wire Line 783 | 4400 5850 4250 5850 784 | Wire Wire Line 785 | 4400 6850 4050 6850 786 | Wire Wire Line 787 | 4400 6750 4050 6750 788 | Wire Wire Line 789 | 4400 6650 4050 6650 790 | Wire Wire Line 791 | 4400 6550 4050 6550 792 | Wire Wire Line 793 | 4400 6450 4050 6450 794 | Wire Wire Line 795 | 4400 6350 4050 6350 796 | Wire Wire Line 797 | 4400 6250 4050 6250 798 | Wire Wire Line 799 | 4400 6150 4050 6150 800 | Wire Wire Line 801 | 3300 9750 2900 9750 802 | Text GLabel 1050 9950 0 50 Input ~ 0 803 | RESET 804 | Text GLabel 1050 9750 0 50 Input ~ 0 805 | Q4 806 | Text GLabel 1050 9550 0 50 Input ~ 0 807 | ~LCLK 808 | Wire Wire Line 809 | 1900 9950 1050 9950 810 | Wire Wire Line 811 | 1900 9850 1900 9950 812 | Wire Wire Line 813 | 2300 9850 1900 9850 814 | Wire Wire Line 815 | 1400 9750 1050 9750 816 | Wire Wire Line 817 | 1400 9550 1050 9550 818 | Wire Wire Line 819 | 2000 9650 2300 9650 820 | $Comp 821 | L 74xx:74LS86 U68 822 | U 4 1 60AE8ED8 823 | P 2600 9750 824 | F 0 "U68" H 2600 10075 50 0000 C CNN 825 | F 1 "74LS86" H 2600 9984 50 0000 C CNN 826 | F 2 "Package_DIP:DIP-14_W7.62mm" H 2600 9750 50 0001 C CNN 827 | F 3 "74xx/74ls86.pdf" H 2600 9750 50 0001 C CNN 828 | 4 2600 9750 829 | 1 0 0 -1 830 | $EndComp 831 | $Comp 832 | L 74xx:74LS86 U68 833 | U 3 1 60AE79BB 834 | P 1700 9650 835 | F 0 "U68" H 1700 9975 50 0000 C CNN 836 | F 1 "74LS86" H 1700 9884 50 0000 C CNN 837 | F 2 "Package_DIP:DIP-14_W7.62mm" H 1700 9650 50 0001 C CNN 838 | F 3 "74xx/74ls86.pdf" H 1700 9650 50 0001 C CNN 839 | 3 1700 9650 840 | 1 0 0 -1 841 | $EndComp 842 | $Comp 843 | L power:VCC #PWR0151 844 | U 1 1 60AA6954 845 | P 4800 5600 846 | F 0 "#PWR0151" H 4800 5450 50 0001 C CNN 847 | F 1 "VCC" H 4815 5773 50 0000 C CNN 848 | F 2 "" H 4800 5600 50 0001 C CNN 849 | F 3 "" H 4800 5600 50 0001 C CNN 850 | 1 4800 5600 851 | 1 0 0 -1 852 | $EndComp 853 | Text GLabel 9150 2250 2 50 Output ~ 0 854 | D7 855 | Text GLabel 9150 2150 2 50 Output ~ 0 856 | D6 857 | Text GLabel 9150 2050 2 50 Output ~ 0 858 | D5 859 | Text GLabel 9150 1950 2 50 Output ~ 0 860 | D4 861 | Text GLabel 9150 1850 2 50 Output ~ 0 862 | D3 863 | Text GLabel 9150 1750 2 50 Output ~ 0 864 | D2 865 | Text GLabel 9150 1650 2 50 Output ~ 0 866 | D1 867 | Text GLabel 9150 1550 2 50 Output ~ 0 868 | D0 869 | Wire Wire Line 870 | 8950 2250 9150 2250 871 | Wire Wire Line 872 | 8950 2150 9150 2150 873 | Wire Wire Line 874 | 8950 2050 9150 2050 875 | Wire Wire Line 876 | 8950 1950 9150 1950 877 | Wire Wire Line 878 | 8950 1850 9150 1850 879 | Wire Wire Line 880 | 8950 1750 9150 1750 881 | Wire Wire Line 882 | 8950 1650 9150 1650 883 | Wire Wire Line 884 | 8950 1550 9150 1550 885 | Entry Wire Line 886 | 8850 1650 8950 1550 887 | Entry Wire Line 888 | 8850 1750 8950 1650 889 | Entry Wire Line 890 | 8850 1850 8950 1750 891 | Entry Wire Line 892 | 8850 1950 8950 1850 893 | Entry Wire Line 894 | 8850 2050 8950 1950 895 | Entry Wire Line 896 | 8850 2150 8950 2050 897 | Entry Wire Line 898 | 8850 2250 8950 2150 899 | Entry Wire Line 900 | 8850 2350 8950 2250 901 | Text GLabel 7650 2250 2 50 Output ~ 0 902 | COLOR_SEL 903 | Text GLabel 7650 2150 2 50 Output ~ 0 904 | BACKGROUND_I 905 | Text GLabel 7650 2050 2 50 Output ~ 0 906 | OVERSCAN_I 907 | Text GLabel 7650 1950 2 50 Output ~ 0 908 | OVERSCAN_R 909 | Text GLabel 7650 1850 2 50 Output ~ 0 910 | OVERSCAN_G 911 | Text GLabel 7650 1750 2 50 Output ~ 0 912 | OVERSCAN_B 913 | Wire Wire Line 914 | 7450 2250 7650 2250 915 | Wire Wire Line 916 | 7450 2150 7650 2150 917 | Wire Wire Line 918 | 7450 2050 7650 2050 919 | Wire Wire Line 920 | 7450 1950 7650 1950 921 | Wire Wire Line 922 | 7450 1850 7650 1850 923 | Wire Wire Line 924 | 7450 1750 7650 1750 925 | Connection ~ 6100 1200 926 | Wire Bus Line 927 | 6100 1200 8850 1200 928 | Text Label 6350 2250 0 50 ~ 0 929 | D5 930 | Text Label 6350 2150 0 50 ~ 0 931 | D4 932 | Text Label 6350 2050 0 50 ~ 0 933 | D3 934 | Text Label 6350 1950 0 50 ~ 0 935 | D2 936 | Text Label 6350 1850 0 50 ~ 0 937 | D1 938 | Text Label 6350 1750 0 50 ~ 0 939 | D0 940 | Wire Bus Line 941 | 5350 1200 6100 1200 942 | Entry Wire Line 943 | 6100 2350 6200 2250 944 | Entry Wire Line 945 | 6100 2250 6200 2150 946 | Entry Wire Line 947 | 6100 2150 6200 2050 948 | Entry Wire Line 949 | 6100 2050 6200 1950 950 | Entry Wire Line 951 | 6100 1950 6200 1850 952 | Entry Wire Line 953 | 6100 1850 6200 1750 954 | Wire Wire Line 955 | 6450 2250 6200 2250 956 | Wire Wire Line 957 | 6450 2150 6200 2150 958 | Wire Wire Line 959 | 6450 2050 6200 2050 960 | Wire Wire Line 961 | 6450 1950 6200 1950 962 | Wire Wire Line 963 | 6450 1850 6200 1850 964 | Wire Wire Line 965 | 6450 1750 6200 1750 966 | Text GLabel 6250 2650 0 50 Input ~ 0 967 | ~RESET 968 | Wire Wire Line 969 | 6450 2650 6250 2650 970 | Text GLabel 6250 2450 0 50 Input ~ 0 971 | ~SEL_2 972 | Wire Wire Line 973 | 6450 2450 6250 2450 974 | $Comp 975 | L power:VCC #PWR0152 976 | U 1 1 60999E78 977 | P 6950 1450 978 | F 0 "#PWR0152" H 6950 1300 50 0001 C CNN 979 | F 1 "VCC" H 6965 1623 50 0000 C CNN 980 | F 2 "" H 6950 1450 50 0001 C CNN 981 | F 3 "" H 6950 1450 50 0001 C CNN 982 | 1 6950 1450 983 | 1 0 0 -1 984 | $EndComp 985 | $Comp 986 | L power:GND #PWR0153 987 | U 1 1 609996FA 988 | P 6950 3000 989 | F 0 "#PWR0153" H 6950 2750 50 0001 C CNN 990 | F 1 "GND" H 6955 2827 50 0000 C CNN 991 | F 2 "" H 6950 3000 50 0001 C CNN 992 | F 3 "" H 6950 3000 50 0001 C CNN 993 | 1 6950 3000 994 | 1 0 0 -1 995 | $EndComp 996 | $Comp 997 | L 74xx:74LS174 U39 998 | U 1 1 60997D98 999 | P 6950 2150 1000 | F 0 "U39" H 6700 2700 50 0000 C CNN 1001 | F 1 "74LS174" H 7150 2700 50 0000 C CNN 1002 | F 2 "Package_DIP:DIP-16_W7.62mm" H 6950 2150 50 0001 C CNN 1003 | F 3 "http://www.ti.com/lit/gpn/sn74LS174" H 6950 2150 50 0001 C CNN 1004 | 1 6950 2150 1005 | 1 0 0 -1 1006 | $EndComp 1007 | Wire Bus Line 1008 | 5350 4100 2900 4100 1009 | Entry Wire Line 1010 | 2800 2050 2900 1950 1011 | Entry Wire Line 1012 | 2800 1950 2900 1850 1013 | Entry Wire Line 1014 | 2800 1850 2900 1750 1015 | Entry Wire Line 1016 | 2800 1750 2900 1650 1017 | Entry Wire Line 1018 | 2800 1650 2900 1550 1019 | Entry Wire Line 1020 | 2800 1550 2900 1450 1021 | Entry Wire Line 1022 | 2800 1450 2900 1350 1023 | Entry Wire Line 1024 | 2800 1350 2900 1250 1025 | Text Label 2600 2050 0 50 ~ 0 1026 | D7 1027 | Text Label 2600 1950 0 50 ~ 0 1028 | D6 1029 | Text Label 2600 1850 0 50 ~ 0 1030 | D5 1031 | Text Label 2600 1750 0 50 ~ 0 1032 | D4 1033 | Text Label 2600 1650 0 50 ~ 0 1034 | D3 1035 | Text Label 2600 1550 0 50 ~ 0 1036 | D2 1037 | Text Label 2600 1450 0 50 ~ 0 1038 | D1 1039 | Text Label 2600 1350 0 50 ~ 0 1040 | D0 1041 | Wire Wire Line 1042 | 2550 2050 2800 2050 1043 | Wire Wire Line 1044 | 2550 1950 2800 1950 1045 | Wire Wire Line 1046 | 2550 1850 2800 1850 1047 | Wire Wire Line 1048 | 2550 1750 2800 1750 1049 | Wire Wire Line 1050 | 2550 1650 2800 1650 1051 | Wire Wire Line 1052 | 2550 1550 2800 1550 1053 | Wire Wire Line 1054 | 2550 1450 2800 1450 1055 | Wire Wire Line 1056 | 2550 1350 2800 1350 1057 | Entry Wire Line 1058 | 2800 4100 2900 4000 1059 | Entry Wire Line 1060 | 2800 4000 2900 3900 1061 | Entry Wire Line 1062 | 2800 3900 2900 3800 1063 | Entry Wire Line 1064 | 2800 3800 2900 3700 1065 | Entry Wire Line 1066 | 2800 3700 2900 3600 1067 | Entry Wire Line 1068 | 2800 3600 2900 3500 1069 | Entry Wire Line 1070 | 2800 3500 2900 3400 1071 | Entry Wire Line 1072 | 2800 3400 2900 3300 1073 | Text Label 2600 4100 0 50 ~ 0 1074 | D7 1075 | Text Label 2600 4000 0 50 ~ 0 1076 | D6 1077 | Text Label 2600 3900 0 50 ~ 0 1078 | D5 1079 | Text Label 2600 3800 0 50 ~ 0 1080 | D4 1081 | Text Label 2600 3700 0 50 ~ 0 1082 | D3 1083 | Text Label 2600 3600 0 50 ~ 0 1084 | D2 1085 | Text Label 2600 3500 0 50 ~ 0 1086 | D1 1087 | Text Label 2600 3400 0 50 ~ 0 1088 | D0 1089 | Wire Wire Line 1090 | 2550 4100 2800 4100 1091 | Wire Wire Line 1092 | 2550 4000 2800 4000 1093 | Wire Wire Line 1094 | 2550 3900 2800 3900 1095 | Wire Wire Line 1096 | 2550 3800 2800 3800 1097 | Wire Wire Line 1098 | 2550 3700 2800 3700 1099 | Wire Wire Line 1100 | 2550 3600 2800 3600 1101 | Wire Wire Line 1102 | 2550 3500 2800 3500 1103 | Wire Wire Line 1104 | 2550 3400 2800 3400 1105 | Entry Wire Line 1106 | 2800 8200 2900 8100 1107 | Entry Wire Line 1108 | 2800 8100 2900 8000 1109 | Entry Wire Line 1110 | 2800 8000 2900 7900 1111 | Entry Wire Line 1112 | 2800 7900 2900 7800 1113 | Entry Wire Line 1114 | 2800 7800 2900 7700 1115 | Entry Wire Line 1116 | 2800 7700 2900 7600 1117 | Entry Wire Line 1118 | 2800 7600 2900 7500 1119 | Entry Wire Line 1120 | 2800 7500 2900 7400 1121 | Entry Wire Line 1122 | 2800 6150 2900 6050 1123 | Entry Wire Line 1124 | 2800 6050 2900 5950 1125 | Entry Wire Line 1126 | 2800 5950 2900 5850 1127 | Entry Wire Line 1128 | 2800 5850 2900 5750 1129 | Entry Wire Line 1130 | 2800 5750 2900 5650 1131 | Entry Wire Line 1132 | 2800 5650 2900 5550 1133 | Entry Wire Line 1134 | 2800 5550 2900 5450 1135 | Entry Wire Line 1136 | 2800 5450 2900 5350 1137 | Text Label 2600 6150 0 50 ~ 0 1138 | AT0 1139 | Text Label 2600 6050 0 50 ~ 0 1140 | AT1 1141 | Text Label 2600 5950 0 50 ~ 0 1142 | AT2 1143 | Text Label 2600 5850 0 50 ~ 0 1144 | AT3 1145 | Text Label 2600 5750 0 50 ~ 0 1146 | AT4 1147 | Text Label 2600 5650 0 50 ~ 0 1148 | AT5 1149 | Text Label 2600 5550 0 50 ~ 0 1150 | AT6 1151 | Text Label 2600 5450 0 50 ~ 0 1152 | AT7 1153 | Wire Wire Line 1154 | 2550 6150 2800 6150 1155 | Wire Wire Line 1156 | 2550 6050 2800 6050 1157 | Wire Wire Line 1158 | 2550 5950 2800 5950 1159 | Wire Wire Line 1160 | 2550 5850 2800 5850 1161 | Wire Wire Line 1162 | 2550 5750 2800 5750 1163 | Wire Wire Line 1164 | 2550 5650 2800 5650 1165 | Wire Wire Line 1166 | 2550 5550 2800 5550 1167 | Wire Wire Line 1168 | 2550 5450 2800 5450 1169 | Text Label 2600 8200 0 50 ~ 0 1170 | CC0 1171 | Text Label 2600 8100 0 50 ~ 0 1172 | CC1 1173 | Text Label 2600 8000 0 50 ~ 0 1174 | CC2 1175 | Text Label 2600 7900 0 50 ~ 0 1176 | CC3 1177 | Text Label 2600 7800 0 50 ~ 0 1178 | CC4 1179 | Text Label 2600 7700 0 50 ~ 0 1180 | CC5 1181 | Text Label 2600 7600 0 50 ~ 0 1182 | CC6 1183 | Text Label 2600 7500 0 50 ~ 0 1184 | CC7 1185 | Wire Wire Line 1186 | 2550 8200 2800 8200 1187 | Wire Wire Line 1188 | 2550 8100 2800 8100 1189 | Wire Wire Line 1190 | 2550 8000 2800 8000 1191 | Wire Wire Line 1192 | 2550 7900 2800 7900 1193 | Wire Wire Line 1194 | 2550 7800 2800 7800 1195 | Wire Wire Line 1196 | 2550 7700 2800 7700 1197 | Wire Wire Line 1198 | 2550 7600 2800 7600 1199 | Wire Wire Line 1200 | 2550 7500 2800 7500 1201 | $Comp 1202 | L power:VCC #PWR0156 1203 | U 1 1 608D7625 1204 | P 1000 8500 1205 | F 0 "#PWR0156" H 1000 8350 50 0001 C CNN 1206 | F 1 "VCC" V 1015 8627 50 0000 L CNN 1207 | F 2 "" H 1000 8500 50 0001 C CNN 1208 | F 3 "" H 1000 8500 50 0001 C CNN 1209 | 1 1000 8500 1210 | 0 -1 -1 0 1211 | $EndComp 1212 | Text GLabel 1000 8400 0 50 Input ~ 0 1213 | CC_LATCH 1214 | Text Label 1400 8200 0 50 ~ 0 1215 | MD0 1216 | Text Label 1400 8100 0 50 ~ 0 1217 | MD1 1218 | Text Label 1400 8000 0 50 ~ 0 1219 | MD2 1220 | Text Label 1400 7900 0 50 ~ 0 1221 | MD3 1222 | Text Label 1400 7800 0 50 ~ 0 1223 | MD4 1224 | Text Label 1400 7700 0 50 ~ 0 1225 | MD5 1226 | Text Label 1400 7600 0 50 ~ 0 1227 | MD6 1228 | Text Label 1400 7500 0 50 ~ 0 1229 | MD7 1230 | Entry Wire Line 1231 | 1250 8300 1350 8200 1232 | Entry Wire Line 1233 | 1250 8200 1350 8100 1234 | Entry Wire Line 1235 | 1250 8100 1350 8000 1236 | Entry Wire Line 1237 | 1250 8000 1350 7900 1238 | Entry Wire Line 1239 | 1250 7900 1350 7800 1240 | Entry Wire Line 1241 | 1250 7800 1350 7700 1242 | Entry Wire Line 1243 | 1250 7700 1350 7600 1244 | Entry Wire Line 1245 | 1250 7600 1350 7500 1246 | Wire Wire Line 1247 | 1550 8200 1350 8200 1248 | Wire Wire Line 1249 | 1550 8100 1350 8100 1250 | Wire Wire Line 1251 | 1550 8000 1350 8000 1252 | Wire Wire Line 1253 | 1550 7900 1350 7900 1254 | Wire Wire Line 1255 | 1550 7800 1350 7800 1256 | Wire Wire Line 1257 | 1550 7700 1350 7700 1258 | Wire Wire Line 1259 | 1550 7600 1350 7600 1260 | Wire Wire Line 1261 | 1550 7500 1350 7500 1262 | Wire Wire Line 1263 | 1550 8400 1000 8400 1264 | Wire Wire Line 1265 | 1550 8500 1000 8500 1266 | $Comp 1267 | L power:VCC #PWR0157 1268 | U 1 1 608D0172 1269 | P 2050 7200 1270 | F 0 "#PWR0157" H 2050 7050 50 0001 C CNN 1271 | F 1 "VCC" H 2065 7373 50 0000 C CNN 1272 | F 2 "" H 2050 7200 50 0001 C CNN 1273 | F 3 "" H 2050 7200 50 0001 C CNN 1274 | 1 2050 7200 1275 | 1 0 0 -1 1276 | $EndComp 1277 | $Comp 1278 | L power:GND #PWR0158 1279 | U 1 1 608D0168 1280 | P 2050 8800 1281 | F 0 "#PWR0158" H 2050 8550 50 0001 C CNN 1282 | F 1 "GND" H 2055 8627 50 0000 C CNN 1283 | F 2 "" H 2050 8800 50 0001 C CNN 1284 | F 3 "" H 2050 8800 50 0001 C CNN 1285 | 1 2050 8800 1286 | 1 0 0 -1 1287 | $EndComp 1288 | $Comp 1289 | L 74xx:74LS273 U34 1290 | U 1 1 608D0076 1291 | P 2050 8000 1292 | F 0 "U34" H 1800 8650 50 0000 C CNN 1293 | F 1 "74LS273" H 2250 8650 50 0000 C CNN 1294 | F 2 "Package_DIP:DIP-20_W7.62mm" H 2050 8000 50 0001 C CNN 1295 | F 3 "http://www.ti.com/lit/gpn/sn74LS273" H 2050 8000 50 0001 C CNN 1296 | 1 2050 8000 1297 | 1 0 0 -1 1298 | $EndComp 1299 | Text Label 1400 6150 0 50 ~ 0 1300 | MD0 1301 | Text Label 1400 6050 0 50 ~ 0 1302 | MD1 1303 | Text Label 1400 5950 0 50 ~ 0 1304 | MD2 1305 | Text Label 1400 5850 0 50 ~ 0 1306 | MD3 1307 | Text Label 1400 5750 0 50 ~ 0 1308 | MD4 1309 | Text Label 1400 5650 0 50 ~ 0 1310 | MD5 1311 | Text Label 1400 5550 0 50 ~ 0 1312 | MD6 1313 | Text Label 1400 5450 0 50 ~ 0 1314 | MD7 1315 | Entry Wire Line 1316 | 1250 6250 1350 6150 1317 | Entry Wire Line 1318 | 1250 6150 1350 6050 1319 | Entry Wire Line 1320 | 1250 6050 1350 5950 1321 | Entry Wire Line 1322 | 1250 5950 1350 5850 1323 | Entry Wire Line 1324 | 1250 5850 1350 5750 1325 | Entry Wire Line 1326 | 1250 5750 1350 5650 1327 | Entry Wire Line 1328 | 1250 5650 1350 5550 1329 | Entry Wire Line 1330 | 1250 5550 1350 5450 1331 | Wire Wire Line 1332 | 1550 6150 1350 6150 1333 | Wire Wire Line 1334 | 1550 6050 1350 6050 1335 | Wire Wire Line 1336 | 1550 5950 1350 5950 1337 | Wire Wire Line 1338 | 1550 5850 1350 5850 1339 | Wire Wire Line 1340 | 1550 5750 1350 5750 1341 | Wire Wire Line 1342 | 1550 5650 1350 5650 1343 | Wire Wire Line 1344 | 1550 5550 1350 5550 1345 | Wire Wire Line 1346 | 1550 5450 1350 5450 1347 | Wire Wire Line 1348 | 1550 6350 1000 6350 1349 | Text GLabel 1000 6350 0 50 Input ~ 0 1350 | AT_LATCH 1351 | Wire Wire Line 1352 | 1550 6450 1000 6450 1353 | Text GLabel 1000 6450 0 50 Input ~ 0 1354 | ~CLR_SR 1355 | Wire Wire Line 1356 | 1550 4300 1000 4300 1357 | Text GLabel 1000 4300 0 50 Input ~ 0 1358 | XACK 1359 | Wire Wire Line 1360 | 1550 4400 1000 4400 1361 | Text GLabel 1000 4400 0 50 Input ~ 0 1362 | ~RD_GATE 1363 | $Comp 1364 | L power:VCC #PWR0159 1365 | U 1 1 608B7A27 1366 | P 2050 5150 1367 | F 0 "#PWR0159" H 2050 5000 50 0001 C CNN 1368 | F 1 "VCC" H 2065 5323 50 0000 C CNN 1369 | F 2 "" H 2050 5150 50 0001 C CNN 1370 | F 3 "" H 2050 5150 50 0001 C CNN 1371 | 1 2050 5150 1372 | 1 0 0 -1 1373 | $EndComp 1374 | $Comp 1375 | L power:GND #PWR0160 1376 | U 1 1 608B6B33 1377 | P 2050 6750 1378 | F 0 "#PWR0160" H 2050 6500 50 0001 C CNN 1379 | F 1 "GND" H 2055 6577 50 0000 C CNN 1380 | F 2 "" H 2050 6750 50 0001 C CNN 1381 | F 3 "" H 2050 6750 50 0001 C CNN 1382 | 1 2050 6750 1383 | 1 0 0 -1 1384 | $EndComp 1385 | $Comp 1386 | L 74xx:74LS273 U35 1387 | U 1 1 608B59AC 1388 | P 2050 5950 1389 | F 0 "U35" H 1800 6600 50 0000 C CNN 1390 | F 1 "74LS273" H 2250 6600 50 0000 C CNN 1391 | F 2 "Package_DIP:DIP-20_W7.62mm" H 2050 5950 50 0001 C CNN 1392 | F 3 "http://www.ti.com/lit/gpn/sn74LS273" H 2050 5950 50 0001 C CNN 1393 | 1 2050 5950 1394 | 1 0 0 -1 1395 | $EndComp 1396 | Text Label 1400 4100 0 50 ~ 0 1397 | MD7 1398 | Text Label 1400 4000 0 50 ~ 0 1399 | MD6 1400 | Text Label 1400 3900 0 50 ~ 0 1401 | MD5 1402 | Text Label 1400 3800 0 50 ~ 0 1403 | MD4 1404 | Text Label 1400 3700 0 50 ~ 0 1405 | MD3 1406 | Text Label 1400 3600 0 50 ~ 0 1407 | MD2 1408 | Text Label 1400 3500 0 50 ~ 0 1409 | MD1 1410 | Text Label 1400 3400 0 50 ~ 0 1411 | MD0 1412 | Entry Wire Line 1413 | 1250 4200 1350 4100 1414 | Entry Wire Line 1415 | 1250 4100 1350 4000 1416 | Entry Wire Line 1417 | 1250 4000 1350 3900 1418 | Entry Wire Line 1419 | 1250 3900 1350 3800 1420 | Entry Wire Line 1421 | 1250 3800 1350 3700 1422 | Entry Wire Line 1423 | 1250 3700 1350 3600 1424 | Entry Wire Line 1425 | 1250 3600 1350 3500 1426 | Entry Wire Line 1427 | 1250 3500 1350 3400 1428 | Wire Wire Line 1429 | 1550 4100 1350 4100 1430 | Wire Wire Line 1431 | 1550 4000 1350 4000 1432 | Wire Wire Line 1433 | 1550 3900 1350 3900 1434 | Wire Wire Line 1435 | 1550 3800 1350 3800 1436 | Wire Wire Line 1437 | 1550 3700 1350 3700 1438 | Wire Wire Line 1439 | 1550 3600 1350 3600 1440 | Wire Wire Line 1441 | 1550 3500 1350 3500 1442 | Wire Wire Line 1443 | 1550 3400 1350 3400 1444 | $Comp 1445 | L power:VCC #PWR0161 1446 | U 1 1 608A3B68 1447 | P 2050 3100 1448 | F 0 "#PWR0161" H 2050 2950 50 0001 C CNN 1449 | F 1 "VCC" H 2065 3273 50 0000 C CNN 1450 | F 2 "" H 2050 3100 50 0001 C CNN 1451 | F 3 "" H 2050 3100 50 0001 C CNN 1452 | 1 2050 3100 1453 | 1 0 0 -1 1454 | $EndComp 1455 | $Comp 1456 | L power:GND #PWR0162 1457 | U 1 1 608A368A 1458 | P 2050 4700 1459 | F 0 "#PWR0162" H 2050 4450 50 0001 C CNN 1460 | F 1 "GND" H 2055 4527 50 0000 C CNN 1461 | F 2 "" H 2050 4700 50 0001 C CNN 1462 | F 3 "" H 2050 4700 50 0001 C CNN 1463 | 1 2050 4700 1464 | 1 0 0 -1 1465 | $EndComp 1466 | $Comp 1467 | L 74xx:74LS374 U37 1468 | U 1 1 608A1E03 1469 | P 2050 3900 1470 | F 0 "U37" H 1800 4550 50 0000 C CNN 1471 | F 1 "74LS374" H 2250 4550 50 0000 C CNN 1472 | F 2 "Package_DIP:DIP-20_W7.62mm" H 2050 3900 50 0001 C CNN 1473 | F 3 "http://www.ti.com/lit/gpn/sn74LS374" H 2050 3900 50 0001 C CNN 1474 | 1 2050 3900 1475 | 1 0 0 -1 1476 | $EndComp 1477 | Entry Wire Line 1478 | 1150 3400 1250 3300 1479 | Entry Wire Line 1480 | 1150 3300 1250 3200 1481 | Entry Wire Line 1482 | 1150 3200 1250 3100 1483 | Entry Wire Line 1484 | 1150 3100 1250 3000 1485 | Entry Wire Line 1486 | 1150 3000 1250 2900 1487 | Entry Wire Line 1488 | 1150 2900 1250 2800 1489 | Entry Wire Line 1490 | 1150 2800 1250 2700 1491 | Entry Wire Line 1492 | 1150 2700 1250 2600 1493 | Wire Wire Line 1494 | 1000 3400 1150 3400 1495 | Wire Wire Line 1496 | 1000 3300 1150 3300 1497 | Wire Wire Line 1498 | 1000 3200 1150 3200 1499 | Wire Wire Line 1500 | 1000 3100 1150 3100 1501 | Wire Wire Line 1502 | 1000 3000 1150 3000 1503 | Wire Wire Line 1504 | 1000 2900 1150 2900 1505 | Wire Wire Line 1506 | 1000 2800 1150 2800 1507 | Wire Wire Line 1508 | 1000 2700 1150 2700 1509 | Text GLabel 1000 3400 0 50 BiDi ~ 0 1510 | MD7 1511 | Text GLabel 1000 3300 0 50 BiDi ~ 0 1512 | MD6 1513 | Text GLabel 1000 3200 0 50 BiDi ~ 0 1514 | MD5 1515 | Text GLabel 1000 3100 0 50 BiDi ~ 0 1516 | MD4 1517 | Text GLabel 1000 3000 0 50 BiDi ~ 0 1518 | MD3 1519 | Text GLabel 1000 2900 0 50 BiDi ~ 0 1520 | MD2 1521 | Text GLabel 1000 2800 0 50 BiDi ~ 0 1522 | MD1 1523 | Text GLabel 1000 2700 0 50 BiDi ~ 0 1524 | MD0 1525 | Entry Wire Line 1526 | 1250 2150 1350 2050 1527 | Entry Wire Line 1528 | 1250 2050 1350 1950 1529 | Entry Wire Line 1530 | 1250 1950 1350 1850 1531 | Entry Wire Line 1532 | 1250 1850 1350 1750 1533 | Entry Wire Line 1534 | 1250 1750 1350 1650 1535 | Entry Wire Line 1536 | 1250 1650 1350 1550 1537 | Entry Wire Line 1538 | 1250 1550 1350 1450 1539 | Entry Wire Line 1540 | 1250 1450 1350 1350 1541 | Wire Wire Line 1542 | 2600 2350 2600 2600 1543 | Connection ~ 2600 2350 1544 | Wire Wire Line 1545 | 2600 2250 2600 2350 1546 | Wire Wire Line 1547 | 2350 2600 2600 2600 1548 | $Comp 1549 | L 74xx:74LS244 U36 1550 | U 1 1 608943C0 1551 | P 2050 1850 1552 | F 0 "U36" H 1800 2500 50 0000 C CNN 1553 | F 1 "74LS244" H 2250 2500 50 0000 C CNN 1554 | F 2 "Package_DIP:DIP-20_W7.62mm" H 2050 1850 50 0001 C CNN 1555 | F 3 "http://www.ti.com/lit/ds/symlink/sn74ls244.pdf" H 2050 1850 50 0001 C CNN 1556 | 1 2050 1850 1557 | -1 0 0 -1 1558 | $EndComp 1559 | Text Label 1400 2050 0 50 ~ 0 1560 | MD7 1561 | Text Label 1400 1950 0 50 ~ 0 1562 | MD6 1563 | Text Label 1400 1850 0 50 ~ 0 1564 | MD5 1565 | Text Label 1400 1750 0 50 ~ 0 1566 | MD4 1567 | Text Label 1400 1650 0 50 ~ 0 1568 | MD3 1569 | Text Label 1400 1550 0 50 ~ 0 1570 | MD2 1571 | Text Label 1400 1450 0 50 ~ 0 1572 | MD1 1573 | Text Label 1400 1350 0 50 ~ 0 1574 | MD0 1575 | Wire Wire Line 1576 | 1550 2050 1350 2050 1577 | Wire Wire Line 1578 | 1550 1950 1350 1950 1579 | Wire Wire Line 1580 | 1550 1850 1350 1850 1581 | Wire Wire Line 1582 | 1550 1750 1350 1750 1583 | Wire Wire Line 1584 | 1550 1650 1350 1650 1585 | Wire Wire Line 1586 | 1550 1550 1350 1550 1587 | Wire Wire Line 1588 | 1550 1450 1350 1450 1589 | Wire Wire Line 1590 | 1550 1350 1350 1350 1591 | Text GLabel 2350 2600 0 50 Input ~ 0 1592 | ~WE 1593 | Wire Wire Line 1594 | 2600 2350 2550 2350 1595 | Wire Wire Line 1596 | 2550 2250 2600 2250 1597 | $Comp 1598 | L power:VCC #PWR0163 1599 | U 1 1 60894EEB 1600 | P 2050 1050 1601 | F 0 "#PWR0163" H 2050 900 50 0001 C CNN 1602 | F 1 "VCC" H 2065 1223 50 0000 C CNN 1603 | F 2 "" H 2050 1050 50 0001 C CNN 1604 | F 3 "" H 2050 1050 50 0001 C CNN 1605 | 1 2050 1050 1606 | 1 0 0 -1 1607 | $EndComp 1608 | $Comp 1609 | L power:GND #PWR0164 1610 | U 1 1 60894C6E 1611 | P 2050 2650 1612 | F 0 "#PWR0164" H 2050 2400 50 0001 C CNN 1613 | F 1 "GND" H 2055 2477 50 0000 C CNN 1614 | F 2 "" H 2050 2650 50 0001 C CNN 1615 | F 3 "" H 2050 2650 50 0001 C CNN 1616 | 1 2050 2650 1617 | 1 0 0 -1 1618 | $EndComp 1619 | Wire Wire Line 1620 | 11950 6050 14000 6050 1621 | Wire Wire Line 1622 | 12000 6150 14000 6150 1623 | Wire Wire Line 1624 | 12050 6250 14000 6250 1625 | Wire Wire Line 1626 | 14000 6350 12150 6350 1627 | $Comp 1628 | L 74xx:74LS244_Split U24 1629 | U 5 1 60585583 1630 | P 4750 2900 1631 | F 0 "U24" H 4450 2800 50 0000 C CNN 1632 | F 1 "74LS244" H 5000 2800 50 0000 C CNN 1633 | F 2 "Package_DIP:DIP-20_W7.62mm" H 4750 2900 50 0001 C CNN 1634 | F 3 "http://www.ti.com/lit/ds/symlink/sn74ls241.pdf" H 4750 2900 50 0001 C CNN 1635 | 5 4750 2900 1636 | 1 0 0 -1 1637 | $EndComp 1638 | Text GLabel 4500 3300 0 50 Input ~ 0 1639 | ~STATUS_SEL 1640 | Wire Wire Line 1641 | 4750 3300 4750 3150 1642 | Wire Wire Line 1643 | 4500 3300 4750 3300 1644 | Text Label 5100 2900 0 50 ~ 0 1645 | D3 1646 | Wire Wire Line 1647 | 5050 2900 5250 2900 1648 | Text GLabel 4250 2900 0 50 Input ~ 0 1649 | VSYNC_DLY 1650 | Wire Wire Line 1651 | 4450 2900 4250 2900 1652 | $Comp 1653 | L 74xx:74LS244_Split U24 1654 | U 6 1 606E3D19 1655 | P 4750 2550 1656 | F 0 "U24" H 4450 2450 50 0000 C CNN 1657 | F 1 "74LS244" H 5000 2450 50 0000 C CNN 1658 | F 2 "Package_DIP:DIP-20_W7.62mm" H 4750 2550 50 0001 C CNN 1659 | F 3 "http://www.ti.com/lit/ds/symlink/sn74ls241.pdf" H 4750 2550 50 0001 C CNN 1660 | 6 4750 2550 1661 | 1 0 0 -1 1662 | $EndComp 1663 | Text GLabel 4250 2550 0 50 Input ~ 0 1664 | ~LPEN_SW 1665 | Wire Wire Line 1666 | 4450 2550 4250 2550 1667 | Text Label 5100 2550 0 50 ~ 0 1668 | D2 1669 | Wire Wire Line 1670 | 5050 2550 5250 2550 1671 | $Comp 1672 | L 74xx:74LS244_Split U24 1673 | U 7 1 607422A7 1674 | P 4750 2200 1675 | F 0 "U24" H 4450 2100 50 0000 C CNN 1676 | F 1 "74LS244" H 5000 2100 50 0000 C CNN 1677 | F 2 "Package_DIP:DIP-20_W7.62mm" H 4750 2200 50 0001 C CNN 1678 | F 3 "http://www.ti.com/lit/ds/symlink/sn74ls241.pdf" H 4750 2200 50 0001 C CNN 1679 | 7 4750 2200 1680 | 1 0 0 -1 1681 | $EndComp 1682 | Text GLabel 4250 2200 0 50 Input ~ 0 1683 | LPEN_STR 1684 | Wire Wire Line 1685 | 4450 2200 4250 2200 1686 | Text Label 5100 2200 0 50 ~ 0 1687 | D1 1688 | Wire Wire Line 1689 | 5050 2200 5250 2200 1690 | $Comp 1691 | L 74xx:74LS244_Split U24 1692 | U 8 1 6079FF31 1693 | P 4750 1850 1694 | F 0 "U24" H 4450 1750 50 0000 C CNN 1695 | F 1 "74LS244" H 5000 1750 50 0000 C CNN 1696 | F 2 "Package_DIP:DIP-20_W7.62mm" H 4750 1850 50 0001 C CNN 1697 | F 3 "http://www.ti.com/lit/ds/symlink/sn74ls241.pdf" H 4750 1850 50 0001 C CNN 1698 | 8 4750 1850 1699 | 1 0 0 -1 1700 | $EndComp 1701 | Text GLabel 4250 1850 0 50 Input ~ 0 1702 | ~DISPEN 1703 | Wire Wire Line 1704 | 4450 1850 4250 1850 1705 | Text Label 5100 1850 0 50 ~ 0 1706 | D0 1707 | Wire Wire Line 1708 | 5050 1850 5250 1850 1709 | Entry Wire Line 1710 | 5250 1850 5350 1750 1711 | Entry Wire Line 1712 | 5250 2200 5350 2100 1713 | Entry Wire Line 1714 | 5250 2550 5350 2450 1715 | Entry Wire Line 1716 | 5250 2900 5350 2800 1717 | Wire Wire Line 1718 | 5550 6650 6650 6650 1719 | $Comp 1720 | L power:GND #PWR0148 1721 | U 1 1 60CE66D4 1722 | P 5950 7500 1723 | F 0 "#PWR0148" H 5950 7250 50 0001 C CNN 1724 | F 1 "GND" H 5955 7327 50 0000 C CNN 1725 | F 2 "" H 5950 7500 50 0001 C CNN 1726 | F 3 "" H 5950 7500 50 0001 C CNN 1727 | 1 5950 7500 1728 | 1 0 0 -1 1729 | $EndComp 1730 | Wire Wire Line 1731 | 5950 5850 5950 7050 1732 | Wire Wire Line 1733 | 5950 5850 6650 5850 1734 | Wire Wire Line 1735 | 5950 7050 6650 7050 1736 | Connection ~ 5950 7050 1737 | Wire Wire Line 1738 | 5950 7050 5950 7500 1739 | Wire Wire Line 1740 | 6950 3000 6950 2950 1741 | Wire Wire Line 1742 | 11450 8300 11450 8350 1743 | Wire Wire Line 1744 | 11450 3250 11450 3200 1745 | Wire Wire Line 1746 | 7150 5550 7150 5500 1747 | Wire Wire Line 1748 | 3300 9750 3300 7550 1749 | Wire Wire Line 1750 | 3300 7550 4400 7550 1751 | $Comp 1752 | L power:GND #PWR0135 1753 | U 1 1 607BFC6B 1754 | P 3950 7250 1755 | F 0 "#PWR0135" H 3950 7000 50 0001 C CNN 1756 | F 1 "GND" H 4100 7200 50 0000 C CNN 1757 | F 2 "" H 3950 7250 50 0001 C CNN 1758 | F 3 "" H 3950 7250 50 0001 C CNN 1759 | 1 3950 7250 1760 | 1 0 0 -1 1761 | $EndComp 1762 | Wire Wire Line 1763 | 4400 7650 4200 7650 1764 | Wire Wire Line 1765 | 4800 7950 4800 7900 1766 | Wire Wire Line 1767 | 4200 7900 4800 7900 1768 | Wire Wire Line 1769 | 4200 7650 4200 7900 1770 | Connection ~ 4800 7900 1771 | Wire Wire Line 1772 | 4800 7900 4800 7850 1773 | $Comp 1774 | L Memory_EPROM:27C256 U33 1775 | U 1 1 60665940 1776 | P 4800 6750 1777 | F 0 "U33" H 5000 7800 50 0000 C CNN 1778 | F 1 "27C256" H 4550 7800 50 0000 C CNN 1779 | F 2 "Package_DIP:DIP-28_W15.24mm" H 4800 6750 50 0001 C CNN 1780 | F 3 "http://ww1.microchip.com/downloads/en/DeviceDoc/doc0014.pdf" H 4800 6750 50 0001 C CNN 1781 | 1 4800 6750 1782 | 1 0 0 -1 1783 | $EndComp 1784 | Wire Wire Line 1785 | 4250 7250 4400 7250 1786 | Wire Wire Line 1787 | 4400 7150 4250 7150 1788 | Wire Wire Line 1789 | 4250 7150 4250 7200 1790 | $Comp 1791 | L power:VCC #PWR0155 1792 | U 1 1 609738F2 1793 | P 3750 7350 1794 | F 0 "#PWR0155" H 3750 7200 50 0001 C CNN 1795 | F 1 "VCC" H 3765 7523 50 0000 C CNN 1796 | F 2 "" H 3750 7350 50 0001 C CNN 1797 | F 3 "" H 3750 7350 50 0001 C CNN 1798 | 1 3750 7350 1799 | 1 0 0 -1 1800 | $EndComp 1801 | Wire Wire Line 1802 | 4400 7450 3750 7450 1803 | Wire Wire Line 1804 | 3750 7450 3750 7350 1805 | Text Notes 4050 8700 0 39 ~ 0 1806 | The original board uses an MK36000 ROM chip\nto keep characters.\n\nThis type of ROM has address lines A0-A12, where\nA11 and A12 are tied HIGH.\n\nMK36000 is 64k-bit or 8K-byte. 1807 | Wire Wire Line 1808 | 4250 7200 3950 7200 1809 | Wire Wire Line 1810 | 3950 7200 3950 7250 1811 | Connection ~ 4250 7200 1812 | Wire Wire Line 1813 | 4250 7200 4250 7250 1814 | Wire Wire Line 1815 | 4400 7050 4300 7050 1816 | Wire Wire Line 1817 | 4300 7050 4300 7000 1818 | Wire Wire Line 1819 | 4300 6950 4400 6950 1820 | Wire Wire Line 1821 | 4300 7000 3750 7000 1822 | Wire Wire Line 1823 | 3750 7000 3750 6900 1824 | Connection ~ 4300 7000 1825 | Wire Wire Line 1826 | 4300 7000 4300 6950 1827 | $Comp 1828 | L power:VCC #PWR0249 1829 | U 1 1 609B869D 1830 | P 3750 6900 1831 | F 0 "#PWR0249" H 3750 6750 50 0001 C CNN 1832 | F 1 "VCC" H 3765 7073 50 0000 C CNN 1833 | F 2 "" H 3750 6900 50 0001 C CNN 1834 | F 3 "" H 3750 6900 50 0001 C CNN 1835 | 1 3750 6900 1836 | 1 0 0 -1 1837 | $EndComp 1838 | Wire Bus Line 1839 | 5350 1200 5350 4100 1840 | Wire Bus Line 1841 | 6100 1200 6100 2350 1842 | Wire Bus Line 1843 | 8850 1200 8850 2350 1844 | Wire Bus Line 1845 | 3950 5250 3950 6950 1846 | Wire Bus Line 1847 | 9900 5250 9900 9450 1848 | Wire Bus Line 1849 | 2900 5250 2900 8100 1850 | Wire Bus Line 1851 | 2900 1250 2900 4100 1852 | Wire Bus Line 1853 | 9900 1250 9900 5250 1854 | Wire Bus Line 1855 | 1250 1450 1250 8300 1856 | $EndSCHEMATC 1857 | -------------------------------------------------------------------------------- /CGA_3_6.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 4 2 | EELAYER 30 0 3 | EELAYER END 4 | $Descr A3 16535 11693 5 | encoding utf-8 6 | Sheet 4 7 7 | Title "" 8 | Date "" 9 | Rev "" 10 | Comp "" 11 | Comment1 "" 12 | Comment2 "" 13 | Comment3 "" 14 | Comment4 "" 15 | $EndDescr 16 | $Comp 17 | L power:VCC #PWR? 18 | U 1 1 61D7620B 19 | P 2250 1100 20 | AR Path="/60463C10/61D7620B" Ref="#PWR?" Part="1" 21 | AR Path="/60463C57/61D7620B" Ref="#PWR0165" Part="1" 22 | F 0 "#PWR0165" H 2250 950 50 0001 C CNN 23 | F 1 "VCC" H 2265 1273 50 0000 C CNN 24 | F 2 "" H 2250 1100 50 0001 C CNN 25 | F 3 "" H 2250 1100 50 0001 C CNN 26 | 1 2250 1100 27 | 1 0 0 -1 28 | $EndComp 29 | $Comp 30 | L power:GND #PWR? 31 | U 1 1 61D76211 32 | P 2250 2600 33 | AR Path="/60463C10/61D76211" Ref="#PWR?" Part="1" 34 | AR Path="/60463C57/61D76211" Ref="#PWR0166" Part="1" 35 | F 0 "#PWR0166" H 2250 2350 50 0001 C CNN 36 | F 1 "GND" H 2255 2427 50 0000 C CNN 37 | F 2 "" H 2250 2600 50 0001 C CNN 38 | F 3 "" H 2250 2600 50 0001 C CNN 39 | 1 2250 2600 40 | 1 0 0 -1 41 | $EndComp 42 | $Comp 43 | L 74xx:74LS174 U? 44 | U 1 1 61D76217 45 | P 2250 1800 46 | AR Path="/60463C10/61D76217" Ref="U?" Part="1" 47 | AR Path="/60463C57/61D76217" Ref="U4" Part="1" 48 | F 0 "U4" H 2000 2350 50 0000 C CNN 49 | F 1 "74S174" H 2450 2350 50 0000 C CNN 50 | F 2 "Package_DIP:DIP-16_W7.62mm" H 2250 1800 50 0001 C CNN 51 | F 3 "http://www.ti.com/lit/gpn/sn74LS174" H 2250 1800 50 0001 C CNN 52 | 1 2250 1800 53 | 1 0 0 -1 54 | $EndComp 55 | Wire Wire Line 56 | 2750 1900 2950 1900 57 | Wire Wire Line 58 | 2950 1900 2950 2900 59 | Wire Wire Line 60 | 1750 2300 1400 2300 61 | Text GLabel 1200 2300 0 50 Input ~ 0 62 | ~RESET 63 | Wire Wire Line 64 | 1750 2100 1300 2100 65 | Text GLabel 1200 2100 0 50 Input ~ 0 66 | 14_MHZ 67 | Wire Wire Line 68 | 2750 1800 3050 1800 69 | Wire Wire Line 70 | 3050 1800 3050 850 71 | Wire Wire Line 72 | 3050 850 1350 850 73 | Wire Wire Line 74 | 1350 850 1350 1900 75 | Wire Wire Line 76 | 1350 1900 1750 1900 77 | Wire Wire Line 78 | 2750 1700 3100 1700 79 | Wire Wire Line 80 | 3100 1700 3100 800 81 | Wire Wire Line 82 | 3100 800 1300 800 83 | Wire Wire Line 84 | 1300 800 1300 1800 85 | Wire Wire Line 86 | 1300 1800 1750 1800 87 | Wire Wire Line 88 | 2750 1600 3150 1600 89 | Wire Wire Line 90 | 3150 1600 3150 750 91 | Wire Wire Line 92 | 3150 750 1250 750 93 | Wire Wire Line 94 | 1250 750 1250 1700 95 | Wire Wire Line 96 | 1250 1700 1750 1700 97 | Wire Wire Line 98 | 2750 1500 3200 1500 99 | Wire Wire Line 100 | 3200 1500 3200 1450 101 | Wire Wire Line 102 | 3200 700 1200 700 103 | Wire Wire Line 104 | 1200 700 1200 1600 105 | Wire Wire Line 106 | 1200 1600 1750 1600 107 | Wire Wire Line 108 | 2750 1400 3250 1400 109 | Wire Wire Line 110 | 3250 1400 3250 1150 111 | Wire Wire Line 112 | 3250 650 1150 650 113 | Wire Wire Line 114 | 1150 650 1150 1500 115 | Wire Wire Line 116 | 1150 1500 1750 1500 117 | Wire Wire Line 118 | 3050 850 3750 850 119 | Connection ~ 3050 850 120 | Text GLabel 3750 850 2 50 Output ~ 0 121 | Q5 122 | Wire Wire Line 123 | 3100 800 3700 800 124 | Wire Wire Line 125 | 3700 800 3700 750 126 | Wire Wire Line 127 | 3700 750 3750 750 128 | Connection ~ 3100 800 129 | Text GLabel 3750 750 2 50 Output ~ 0 130 | Q4 131 | Text GLabel 6950 650 2 50 Output ~ 0 132 | ~LCLK 133 | $Comp 134 | L 74xx:74LS04 U6 135 | U 1 1 61D7F691 136 | P 4550 1150 137 | F 0 "U6" H 4550 1467 50 0000 C CNN 138 | F 1 "74LS04" H 4550 1376 50 0000 C CNN 139 | F 2 "Package_DIP:DIP-14_W7.62mm" H 4550 1150 50 0001 C CNN 140 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 4550 1150 50 0001 C CNN 141 | 1 4550 1150 142 | 1 0 0 -1 143 | $EndComp 144 | Wire Wire Line 145 | 4250 1150 3250 1150 146 | Connection ~ 3250 1150 147 | Wire Wire Line 148 | 3250 1150 3250 650 149 | Text GLabel 5250 1150 2 50 Output ~ 0 150 | LCLK 151 | Wire Wire Line 152 | 4850 1150 5250 1150 153 | $Comp 154 | L 74xx:74LS04 U6 155 | U 6 1 61D83074 156 | P 4550 1650 157 | F 0 "U6" H 4250 1550 50 0000 C CNN 158 | F 1 "74LS04" H 4750 1550 50 0000 C CNN 159 | F 2 "Package_DIP:DIP-14_W7.62mm" H 4550 1650 50 0001 C CNN 160 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 4550 1650 50 0001 C CNN 161 | 6 4550 1650 162 | 1 0 0 -1 163 | $EndComp 164 | Text GLabel 3950 1650 0 50 Input ~ 0 165 | 14_MHZ 166 | Wire Wire Line 167 | 3950 1650 4250 1650 168 | Wire Wire Line 169 | 4850 1650 5250 1650 170 | Text GLabel 5250 1650 2 50 Output ~ 0 171 | ~14_MHZ 172 | $Comp 173 | L 74xx:74LS04 U6 174 | U 5 1 61D8A50E 175 | P 4550 2150 176 | F 0 "U6" H 4400 1850 50 0000 C CNN 177 | F 1 "74LS04" H 4500 1950 50 0000 C CNN 178 | F 2 "Package_DIP:DIP-14_W7.62mm" H 4550 2150 50 0001 C CNN 179 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 4550 2150 50 0001 C CNN 180 | 5 4550 2150 181 | 1 0 0 -1 182 | $EndComp 183 | Wire Wire Line 184 | 4850 2150 5150 2150 185 | Wire Wire Line 186 | 5150 3000 1500 3000 187 | Wire Wire Line 188 | 1500 3000 1500 1400 189 | Wire Wire Line 190 | 1500 1400 1750 1400 191 | Wire Wire Line 192 | 5150 2150 5150 2650 193 | $Comp 194 | L power:VCC #PWR? 195 | U 1 1 61D8F972 196 | P 2250 3300 197 | AR Path="/60463C10/61D8F972" Ref="#PWR?" Part="1" 198 | AR Path="/60463C57/61D8F972" Ref="#PWR0167" Part="1" 199 | F 0 "#PWR0167" H 2250 3150 50 0001 C CNN 200 | F 1 "VCC" H 2265 3473 50 0000 C CNN 201 | F 2 "" H 2250 3300 50 0001 C CNN 202 | F 3 "" H 2250 3300 50 0001 C CNN 203 | 1 2250 3300 204 | 1 0 0 -1 205 | $EndComp 206 | $Comp 207 | L power:GND #PWR? 208 | U 1 1 61D8FA84 209 | P 2250 4800 210 | AR Path="/60463C10/61D8FA84" Ref="#PWR?" Part="1" 211 | AR Path="/60463C57/61D8FA84" Ref="#PWR0168" Part="1" 212 | F 0 "#PWR0168" H 2250 4550 50 0001 C CNN 213 | F 1 "GND" H 2255 4627 50 0000 C CNN 214 | F 2 "" H 2250 4800 50 0001 C CNN 215 | F 3 "" H 2250 4800 50 0001 C CNN 216 | 1 2250 4800 217 | 1 0 0 -1 218 | $EndComp 219 | $Comp 220 | L 74xx:74LS174 U? 221 | U 1 1 61D8FA8E 222 | P 2250 4000 223 | AR Path="/60463C10/61D8FA8E" Ref="U?" Part="1" 224 | AR Path="/60463C57/61D8FA8E" Ref="U5" Part="1" 225 | F 0 "U5" H 2000 4550 50 0000 C CNN 226 | F 1 "74S174" H 2450 4550 50 0000 C CNN 227 | F 2 "Package_DIP:DIP-16_W7.62mm" H 2250 4000 50 0001 C CNN 228 | F 3 "http://www.ti.com/lit/gpn/sn74LS174" H 2250 4000 50 0001 C CNN 229 | 1 2250 4000 230 | 1 0 0 -1 231 | $EndComp 232 | Wire Wire Line 233 | 2750 3600 2950 3600 234 | Wire Wire Line 235 | 2950 3600 2950 3200 236 | Wire Wire Line 237 | 2950 3100 1550 3100 238 | Wire Wire Line 239 | 1550 3100 1550 3700 240 | Wire Wire Line 241 | 1550 3700 1750 3700 242 | Text GLabel 6400 3200 2 50 Output ~ 0 243 | Q1 244 | $Comp 245 | L 74xx:74LS86 U? 246 | U 1 1 61D9EAB4 247 | P 5750 2050 248 | AR Path="/60463C10/61D9EAB4" Ref="U?" Part="4" 249 | AR Path="/60463C57/61D9EAB4" Ref="U42" Part="1" 250 | F 0 "U42" H 5750 2375 50 0000 C CNN 251 | F 1 "74LS86" H 5750 2284 50 0000 C CNN 252 | F 2 "Package_DIP:DIP-14_W7.62mm" H 5750 2050 50 0001 C CNN 253 | F 3 "74xx/74ls86.pdf" H 5750 2050 50 0001 C CNN 254 | 1 5750 2050 255 | 1 0 0 1 256 | $EndComp 257 | Wire Wire Line 258 | 4250 2150 3050 2150 259 | Wire Wire Line 260 | 3050 2150 3050 3100 261 | Wire Wire Line 262 | 3050 3700 2750 3700 263 | Wire Wire Line 264 | 5450 2150 5150 2150 265 | Connection ~ 5150 2150 266 | Wire Wire Line 267 | 3100 1700 3100 1950 268 | Wire Wire Line 269 | 3100 1950 5150 1950 270 | Connection ~ 3100 1700 271 | Wire Wire Line 272 | 6050 2050 6100 2050 273 | Wire Wire Line 274 | 6100 2050 6100 3050 275 | Wire Wire Line 276 | 6100 3050 1450 3050 277 | Wire Wire Line 278 | 1450 3050 1450 3800 279 | Wire Wire Line 280 | 1450 3800 1750 3800 281 | Wire Wire Line 282 | 2950 2900 1650 2900 283 | Wire Wire Line 284 | 1650 2900 1650 3600 285 | Wire Wire Line 286 | 1650 3600 1750 3600 287 | Wire Wire Line 288 | 2750 3800 3200 3800 289 | Text GLabel 4200 3800 2 50 Output ~ 0 290 | HCLK 291 | Wire Wire Line 292 | 1750 4500 1400 4500 293 | Wire Wire Line 294 | 1400 4500 1400 2300 295 | Connection ~ 1400 2300 296 | Wire Wire Line 297 | 1400 2300 1200 2300 298 | Wire Wire Line 299 | 1300 2100 1300 4300 300 | Wire Wire Line 301 | 1300 4300 1750 4300 302 | Connection ~ 1300 2100 303 | Wire Wire Line 304 | 1300 2100 1200 2100 305 | $Comp 306 | L 74xx:74LS04 U6 307 | U 3 1 61DBE1BD 308 | P 5100 3500 309 | F 0 "U6" H 4950 3200 50 0000 C CNN 310 | F 1 "74LS04" H 5050 3300 50 0000 C CNN 311 | F 2 "Package_DIP:DIP-14_W7.62mm" H 5100 3500 50 0001 C CNN 312 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 5100 3500 50 0001 C CNN 313 | 3 5100 3500 314 | 1 0 0 -1 315 | $EndComp 316 | Wire Wire Line 317 | 4650 3500 4800 3500 318 | Text GLabel 5800 3500 2 50 Output ~ 0 319 | ~7_MHZ 320 | Wire Wire Line 321 | 5400 3500 5800 3500 322 | Text GLabel 1200 3900 0 50 Input ~ 0 323 | ~7_MHZ 324 | Wire Wire Line 325 | 1750 3900 1200 3900 326 | Wire Wire Line 327 | 1750 4100 1500 4100 328 | Wire Wire Line 329 | 1500 4100 1500 5100 330 | Wire Wire Line 331 | 1500 5100 2950 5100 332 | Wire Wire Line 333 | 2950 5100 2950 4000 334 | Wire Wire Line 335 | 2950 4000 2750 4000 336 | $Comp 337 | L 74xx:74LS04 U6 338 | U 2 1 61DD578A 339 | P 3450 4300 340 | F 0 "U6" H 3300 4000 50 0000 C CNN 341 | F 1 "74LS04" H 3400 4100 50 0000 C CNN 342 | F 2 "Package_DIP:DIP-14_W7.62mm" H 3450 4300 50 0001 C CNN 343 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 3450 4300 50 0001 C CNN 344 | 2 3450 4300 345 | 1 0 0 -1 346 | $EndComp 347 | Wire Wire Line 348 | 2750 4100 3150 4100 349 | Wire Wire Line 350 | 3750 4300 3900 4300 351 | Wire Wire Line 352 | 3900 5150 1250 5150 353 | Wire Wire Line 354 | 1250 5150 1250 4000 355 | Wire Wire Line 356 | 1250 4000 1750 4000 357 | Wire Wire Line 358 | 3900 4300 3900 5150 359 | Wire Wire Line 360 | 3150 4100 3150 4300 361 | Wire Wire Line 362 | 2950 4000 3450 4000 363 | Connection ~ 2950 4000 364 | Text GLabel 3450 4000 2 50 Output ~ 0 365 | 3.58_MHZ 366 | $Comp 367 | L 74xx:74LS04 U6 368 | U 4 1 61DEACA9 369 | P 3800 3400 370 | F 0 "U6" H 3550 3350 50 0000 C CNN 371 | F 1 "74LS04" H 4050 3350 50 0000 C CNN 372 | F 2 "Package_DIP:DIP-14_W7.62mm" H 3800 3400 50 0001 C CNN 373 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 3800 3400 50 0001 C CNN 374 | 4 3800 3400 375 | 1 0 0 -1 376 | $EndComp 377 | Wire Wire Line 378 | 3500 3400 3200 3400 379 | Wire Wire Line 380 | 3200 3400 3200 3800 381 | Wire Wire Line 382 | 4100 3400 4200 3400 383 | Text GLabel 4200 3400 2 50 Output ~ 0 384 | ~HCLK 385 | $Comp 386 | L 74xx:74LS04 U26 387 | U 2 1 61E0EAE8 388 | P 4850 4650 389 | F 0 "U26" H 4800 4350 50 0000 C CNN 390 | F 1 "74S04" H 4800 4450 50 0000 C CNN 391 | F 2 "Package_DIP:DIP-14_W7.62mm" H 4850 4650 50 0001 C CNN 392 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 4850 4650 50 0001 C CNN 393 | 2 4850 4650 394 | 1 0 0 -1 395 | $EndComp 396 | Text GLabel 4250 4650 0 50 Input ~ 0 397 | Q5 398 | $Comp 399 | L 74xx:74LS112 U1 400 | U 2 1 61E1AE75 401 | P 6100 4550 402 | F 0 "U1" H 5900 4800 50 0000 C CNN 403 | F 1 "74S112" H 6300 4800 50 0000 C CNN 404 | F 2 "Package_DIP:DIP-16_W7.62mm" H 6100 4550 50 0001 C CNN 405 | F 3 "http://www.ti.com/lit/gpn/sn74LS112" H 6100 4550 50 0001 C CNN 406 | 2 6100 4550 407 | 1 0 0 -1 408 | $EndComp 409 | Text GLabel 4450 4350 0 50 Input ~ 0 410 | 14_MHZ 411 | Wire Wire Line 412 | 5150 4650 5800 4650 413 | Wire Wire Line 414 | 4250 4650 4400 4650 415 | Wire Wire Line 416 | 4400 4450 4400 4650 417 | Wire Wire Line 418 | 4400 4450 5800 4450 419 | Connection ~ 4400 4650 420 | Wire Wire Line 421 | 4400 4650 4550 4650 422 | Wire Wire Line 423 | 4450 4350 5350 4350 424 | Wire Wire Line 425 | 5350 4350 5350 4550 426 | Wire Wire Line 427 | 5350 4550 5800 4550 428 | NoConn ~ 6400 4650 429 | $Comp 430 | L power:VCC #PWR0169 431 | U 1 1 61E63D1A 432 | P 5650 4100 433 | F 0 "#PWR0169" H 5650 3950 50 0001 C CNN 434 | F 1 "VCC" H 5665 4273 50 0000 C CNN 435 | F 2 "" H 5650 4100 50 0001 C CNN 436 | F 3 "" H 5650 4100 50 0001 C CNN 437 | 1 5650 4100 438 | 1 0 0 -1 439 | $EndComp 440 | Wire Wire Line 441 | 5650 4100 5650 4150 442 | Wire Wire Line 443 | 5650 4950 6100 4950 444 | Wire Wire Line 445 | 6100 4950 6100 4850 446 | Wire Wire Line 447 | 6100 4250 6100 4150 448 | Wire Wire Line 449 | 6100 4150 5650 4150 450 | Connection ~ 5650 4150 451 | Wire Wire Line 452 | 5650 4150 5650 4950 453 | Connection ~ 3200 1450 454 | Wire Wire Line 455 | 3200 1450 3200 700 456 | Wire Wire Line 457 | 5750 1650 5750 1800 458 | Wire Wire Line 459 | 5750 1800 5150 1800 460 | Wire Wire Line 461 | 5150 1800 5150 1950 462 | Connection ~ 5150 1950 463 | Wire Wire Line 464 | 5150 1950 5450 1950 465 | Wire Wire Line 466 | 7450 1550 7550 1550 467 | Text GLabel 8600 1550 2 50 Output ~ 0 468 | CAS_CC 469 | Wire Wire Line 470 | 3200 1450 6300 1450 471 | Wire Wire Line 472 | 5750 1650 6850 1650 473 | $Comp 474 | L 74xx:74LS04 U29 475 | U 6 1 61ED2A1A 476 | P 8000 1900 477 | F 0 "U29" H 7950 2100 50 0000 C CNN 478 | F 1 "74S04" H 7950 1700 50 0000 C CNN 479 | F 2 "Package_DIP:DIP-14_W7.62mm" H 8000 1900 50 0001 C CNN 480 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 8000 1900 50 0001 C CNN 481 | 6 8000 1900 482 | 1 0 0 -1 483 | $EndComp 484 | $Comp 485 | L 74xx:74LS86 U? 486 | U 4 1 61E87976 487 | P 7150 1550 488 | AR Path="/60463C10/61E87976" Ref="U?" Part="4" 489 | AR Path="/60463C57/61E87976" Ref="U3" Part="4" 490 | F 0 "U3" H 7150 1875 50 0000 C CNN 491 | F 1 "74S86" H 7150 1784 50 0000 C CNN 492 | F 2 "Package_DIP:DIP-14_W7.62mm" H 7150 1550 50 0001 C CNN 493 | F 3 "74xx/74ls86.pdf" H 7150 1550 50 0001 C CNN 494 | 4 7150 1550 495 | 1 0 0 -1 496 | $EndComp 497 | Wire Wire Line 498 | 7550 1550 7550 1900 499 | Wire Wire Line 500 | 7550 1900 7700 1900 501 | Connection ~ 7550 1550 502 | Wire Wire Line 503 | 7550 1550 8600 1550 504 | $Comp 505 | L 74xx:74LS86 U? 506 | U 3 1 61EF11FD 507 | P 7150 2350 508 | AR Path="/60463C10/61EF11FD" Ref="U?" Part="4" 509 | AR Path="/60463C57/61EF11FD" Ref="U3" Part="3" 510 | F 0 "U3" H 7150 2050 50 0000 C CNN 511 | F 1 "74S86" H 7150 2150 50 0000 C CNN 512 | F 2 "Package_DIP:DIP-14_W7.62mm" H 7150 2350 50 0001 C CNN 513 | F 3 "74xx/74ls86.pdf" H 7150 2350 50 0001 C CNN 514 | 3 7150 2350 515 | 1 0 0 1 516 | $EndComp 517 | Wire Wire Line 518 | 3250 650 6600 650 519 | Connection ~ 3250 650 520 | Wire Wire Line 521 | 6850 2250 6700 2250 522 | Wire Wire Line 523 | 6600 2250 6600 650 524 | Connection ~ 6600 650 525 | Wire Wire Line 526 | 6600 650 6950 650 527 | $Comp 528 | L 74xx:74LS08 U31 529 | U 1 1 61F27BDC 530 | P 8750 2000 531 | F 0 "U31" H 8750 1683 50 0000 C CNN 532 | F 1 "74S08" H 8750 1774 50 0000 C CNN 533 | F 2 "Package_DIP:DIP-14_W7.62mm" H 8750 2000 50 0001 C CNN 534 | F 3 "http://www.ti.com/lit/gpn/sn74LS08" H 8750 2000 50 0001 C CNN 535 | 1 8750 2000 536 | 1 0 0 1 537 | $EndComp 538 | Wire Wire Line 539 | 8300 1900 8450 1900 540 | Wire Wire Line 541 | 7450 2350 8250 2350 542 | Wire Wire Line 543 | 8250 2350 8250 2100 544 | Wire Wire Line 545 | 8250 2100 8450 2100 546 | Wire Wire Line 547 | 9050 2000 9400 2000 548 | Text GLabel 9400 2000 2 50 Output ~ 0 549 | ~CAS 550 | Wire Wire Line 551 | 6850 2450 6600 2450 552 | Wire Wire Line 553 | 6600 2450 6600 4450 554 | Wire Wire Line 555 | 6600 4450 6400 4450 556 | $Comp 557 | L 74xx:74LS86 U? 558 | U 2 1 61F435B2 559 | P 7150 2900 560 | AR Path="/60463C10/61F435B2" Ref="U?" Part="4" 561 | AR Path="/60463C57/61F435B2" Ref="U3" Part="2" 562 | F 0 "U3" H 7150 2600 50 0000 C CNN 563 | F 1 "74S86" H 7150 2700 50 0000 C CNN 564 | F 2 "Package_DIP:DIP-14_W7.62mm" H 7150 2900 50 0001 C CNN 565 | F 3 "74xx/74ls86.pdf" H 7150 2900 50 0001 C CNN 566 | 2 7150 2900 567 | 1 0 0 1 568 | $EndComp 569 | Wire Wire Line 570 | 6700 2250 6700 2800 571 | Wire Wire Line 572 | 6700 2800 6850 2800 573 | Connection ~ 6700 2250 574 | Wire Wire Line 575 | 6700 2250 6600 2250 576 | Wire Wire Line 577 | 7450 2900 9400 2900 578 | Text GLabel 9400 2900 2 50 Output ~ 0 579 | RAS 580 | Wire Wire Line 581 | 6850 3000 6200 3000 582 | Wire Wire Line 583 | 6200 3000 6200 3200 584 | Wire Wire Line 585 | 6200 3200 2950 3200 586 | Connection ~ 2950 3200 587 | Wire Wire Line 588 | 2950 3200 2950 3100 589 | Wire Wire Line 590 | 6200 3200 6400 3200 591 | Connection ~ 6200 3200 592 | $Comp 593 | L 74xx:74LS86 U? 594 | U 1 1 61F94B72 595 | P 7400 3450 596 | AR Path="/60463C10/61F94B72" Ref="U?" Part="4" 597 | AR Path="/60463C57/61F94B72" Ref="U3" Part="1" 598 | F 0 "U3" H 7400 3150 50 0000 C CNN 599 | F 1 "74S86" H 7400 3250 50 0000 C CNN 600 | F 2 "Package_DIP:DIP-14_W7.62mm" H 7400 3450 50 0001 C CNN 601 | F 3 "74xx/74ls86.pdf" H 7400 3450 50 0001 C CNN 602 | 1 7400 3450 603 | 1 0 0 1 604 | $EndComp 605 | Wire Wire Line 606 | 6700 2800 6700 3350 607 | Connection ~ 6700 2800 608 | Wire Wire Line 609 | 6650 3550 6650 3100 610 | Wire Wire Line 611 | 6650 3100 3050 3100 612 | Connection ~ 3050 3100 613 | Wire Wire Line 614 | 3050 3100 3050 3700 615 | $Comp 616 | L 74xx:74LS02 U49 617 | U 1 1 61FB1970 618 | P 7400 4050 619 | F 0 "U49" H 7400 4375 50 0000 C CNN 620 | F 1 "74LS02" H 7400 4284 50 0000 C CNN 621 | F 2 "Package_DIP:DIP-14_W7.62mm" H 7400 4050 50 0001 C CNN 622 | F 3 "http://www.ti.com/lit/gpn/sn74ls02" H 7400 4050 50 0001 C CNN 623 | 1 7400 4050 624 | 1 0 0 -1 625 | $EndComp 626 | $Comp 627 | L 74xx:74LS32 U30 628 | U 3 1 61FB51C0 629 | P 8250 3750 630 | F 0 "U30" H 8250 3433 50 0000 C CNN 631 | F 1 "74LS32" H 8250 3524 50 0000 C CNN 632 | F 2 "Package_DIP:DIP-14_W7.62mm" H 8250 3750 50 0001 C CNN 633 | F 3 "http://www.ti.com/lit/gpn/sn74LS32" H 8250 3750 50 0001 C CNN 634 | 3 8250 3750 635 | 1 0 0 1 636 | $EndComp 637 | Wire Wire Line 638 | 7700 3450 7800 3450 639 | Wire Wire Line 640 | 7800 3450 7800 3650 641 | Wire Wire Line 642 | 7800 3650 7950 3650 643 | Wire Wire Line 644 | 7700 4050 7800 4050 645 | Wire Wire Line 646 | 7800 4050 7800 3850 647 | Wire Wire Line 648 | 7800 3850 7950 3850 649 | Wire Wire Line 650 | 6300 3950 6300 1450 651 | Connection ~ 6300 1450 652 | Wire Wire Line 653 | 6300 1450 6850 1450 654 | Text GLabel 6900 4150 0 50 Input ~ 0 655 | HRES 656 | Wire Wire Line 657 | 6700 3350 7100 3350 658 | Wire Wire Line 659 | 6650 3550 7100 3550 660 | Wire Wire Line 661 | 6300 3950 7100 3950 662 | Wire Wire Line 663 | 6900 4150 7100 4150 664 | Wire Wire Line 665 | 8550 3750 9400 3750 666 | Text GLabel 9400 3750 2 50 Output ~ 0 667 | SL' 668 | $Comp 669 | L 74xx:74LS02 U65 670 | U 4 1 6205C9B5 671 | P 3850 5800 672 | F 0 "U65" H 3850 6125 50 0000 C CNN 673 | F 1 "74LS02" H 3850 6034 50 0000 C CNN 674 | F 2 "Package_DIP:DIP-14_W7.62mm" H 3850 5800 50 0001 C CNN 675 | F 3 "http://www.ti.com/lit/gpn/sn74ls02" H 3850 5800 50 0001 C CNN 676 | 4 3850 5800 677 | 1 0 0 -1 678 | $EndComp 679 | Wire Wire Line 680 | 3550 5900 3400 5900 681 | Wire Wire Line 682 | 3400 5900 3400 5700 683 | Wire Wire Line 684 | 3400 5700 3550 5700 685 | Wire Wire Line 686 | 3400 5700 1300 5700 687 | Connection ~ 3400 5700 688 | Text GLabel 1300 5700 0 50 Input ~ 0 689 | ~RESET' 690 | $Comp 691 | L 74xx:74LS393 U12 692 | U 1 1 62072115 693 | P 5450 5600 694 | F 0 "U12" H 5450 5967 50 0000 C CNN 695 | F 1 "74LS393" H 5450 5876 50 0000 C CNN 696 | F 2 "Package_DIP:DIP-14_W7.62mm" H 5450 5600 50 0001 C CNN 697 | F 3 "74xx\\74LS393.pdf" H 5450 5600 50 0001 C CNN 698 | 1 5450 5600 699 | 1 0 0 -1 700 | $EndComp 701 | $Comp 702 | L 74xx:74LS393 U12 703 | U 2 1 62073AB5 704 | P 5450 6400 705 | F 0 "U12" H 5450 6767 50 0000 C CNN 706 | F 1 "74LS393" H 5450 6676 50 0000 C CNN 707 | F 2 "Package_DIP:DIP-14_W7.62mm" H 5450 6400 50 0001 C CNN 708 | F 3 "74xx\\74LS393.pdf" H 5450 6400 50 0001 C CNN 709 | 2 5450 6400 710 | 1 0 0 -1 711 | $EndComp 712 | NoConn ~ 5950 5700 713 | NoConn ~ 5950 5600 714 | NoConn ~ 5950 5500 715 | NoConn ~ 5950 6400 716 | NoConn ~ 5950 6500 717 | NoConn ~ 5950 6600 718 | Wire Wire Line 719 | 4600 6600 4950 6600 720 | Wire Wire Line 721 | 4950 5800 4600 5800 722 | Wire Wire Line 723 | 4600 5800 4600 6600 724 | Wire Wire Line 725 | 5950 5800 6200 5800 726 | Wire Wire Line 727 | 6200 5800 6200 5950 728 | Wire Wire Line 729 | 6200 5950 4800 5950 730 | Wire Wire Line 731 | 4800 5950 4800 6300 732 | Wire Wire Line 733 | 4800 6300 4950 6300 734 | Wire Wire Line 735 | 4150 5800 4600 5800 736 | Connection ~ 4600 5800 737 | Text GLabel 4650 5500 0 50 Input ~ 0 738 | VSYNC_DLY 739 | Wire Wire Line 740 | 4650 5500 4950 5500 741 | Wire Wire Line 742 | 6200 5800 7050 5800 743 | Connection ~ 6200 5800 744 | Text GLabel 7050 5800 2 50 Output ~ 0 745 | ~CURSOR_BLINK 746 | Wire Wire Line 747 | 5950 6300 7050 6300 748 | Text GLabel 7050 6300 2 50 Output ~ 0 749 | ~BLINK 750 | $Comp 751 | L 74xx:74LS08 U41 752 | U 1 1 6213A459 753 | P 1750 7350 754 | F 0 "U41" H 2000 7250 50 0000 C CNN 755 | F 1 "74LS08" H 2050 7400 50 0000 C CNN 756 | F 2 "Package_DIP:DIP-14_W7.62mm" H 1750 7350 50 0001 C CNN 757 | F 3 "http://www.ti.com/lit/gpn/sn74LS08" H 1750 7350 50 0001 C CNN 758 | 1 1750 7350 759 | 1 0 0 1 760 | $EndComp 761 | Text GLabel 1150 7250 0 50 Input ~ 0 762 | A8 763 | Text GLabel 1150 7450 0 50 Input ~ 0 764 | A9 765 | Wire Wire Line 766 | 1150 7250 1450 7250 767 | Wire Wire Line 768 | 1150 7450 1450 7450 769 | $Comp 770 | L 74xx:74LS138 U18 771 | U 1 1 62176A88 772 | P 3500 7150 773 | F 0 "U18" H 3250 7600 50 0000 C CNN 774 | F 1 "74LS138" H 3700 7600 50 0000 C CNN 775 | F 2 "Package_DIP:DIP-16_W7.62mm" H 3500 7150 50 0001 C CNN 776 | F 3 "http://www.ti.com/lit/gpn/sn74LS138" H 3500 7150 50 0001 C CNN 777 | 1 3500 7150 778 | 1 0 0 -1 779 | $EndComp 780 | $Comp 781 | L power:VCC #PWR0170 782 | U 1 1 62178652 783 | P 3500 6500 784 | F 0 "#PWR0170" H 3500 6350 50 0001 C CNN 785 | F 1 "VCC" H 3515 6673 50 0000 C CNN 786 | F 2 "" H 3500 6500 50 0001 C CNN 787 | F 3 "" H 3500 6500 50 0001 C CNN 788 | 1 3500 6500 789 | 1 0 0 -1 790 | $EndComp 791 | $Comp 792 | L power:GND #PWR0171 793 | U 1 1 62178E32 794 | P 3500 7850 795 | F 0 "#PWR0171" H 3500 7600 50 0001 C CNN 796 | F 1 "GND" H 3505 7677 50 0000 C CNN 797 | F 2 "" H 3500 7850 50 0001 C CNN 798 | F 3 "" H 3500 7850 50 0001 C CNN 799 | 1 3500 7850 800 | 1 0 0 -1 801 | $EndComp 802 | NoConn ~ 4000 7450 803 | NoConn ~ 4000 7350 804 | NoConn ~ 4000 7250 805 | NoConn ~ 4000 7150 806 | NoConn ~ 4000 7050 807 | NoConn ~ 4000 6950 808 | NoConn ~ 4000 6850 809 | Wire Wire Line 810 | 2050 7350 3000 7350 811 | Text GLabel 1150 7750 0 50 Input ~ 0 812 | AEN 813 | Wire Wire Line 814 | 3000 7550 2900 7550 815 | Wire Wire Line 816 | 2900 7550 2900 7750 817 | Wire Wire Line 818 | 2900 7750 1150 7750 819 | Wire Wire Line 820 | 3000 7450 2800 7450 821 | Wire Wire Line 822 | 2800 7450 2800 7600 823 | Wire Wire Line 824 | 2800 7600 1150 7600 825 | Text GLabel 1150 7600 0 50 Input ~ 0 826 | A5 827 | Wire Wire Line 828 | 3000 7050 1150 7050 829 | Text GLabel 1150 7050 0 50 Input ~ 0 830 | A7 831 | Wire Wire Line 832 | 3000 6950 1150 6950 833 | Text GLabel 1150 6950 0 50 Input ~ 0 834 | A6 835 | Wire Wire Line 836 | 3000 6850 1150 6850 837 | Text GLabel 1150 6850 0 50 Input ~ 0 838 | A4 839 | $Comp 840 | L 74xx:74LS138 U19 841 | U 1 1 62233584 842 | P 3500 8950 843 | F 0 "U19" H 3250 9400 50 0000 C CNN 844 | F 1 "74LS138" H 3700 9400 50 0000 C CNN 845 | F 2 "Package_DIP:DIP-16_W7.62mm" H 3500 8950 50 0001 C CNN 846 | F 3 "http://www.ti.com/lit/gpn/sn74LS138" H 3500 8950 50 0001 C CNN 847 | 1 3500 8950 848 | 1 0 0 -1 849 | $EndComp 850 | $Comp 851 | L power:VCC #PWR0172 852 | U 1 1 62233746 853 | P 3500 8300 854 | F 0 "#PWR0172" H 3500 8150 50 0001 C CNN 855 | F 1 "VCC" H 3515 8473 50 0000 C CNN 856 | F 2 "" H 3500 8300 50 0001 C CNN 857 | F 3 "" H 3500 8300 50 0001 C CNN 858 | 1 3500 8300 859 | 1 0 0 -1 860 | $EndComp 861 | $Comp 862 | L power:GND #PWR0173 863 | U 1 1 62233750 864 | P 3500 9650 865 | F 0 "#PWR0173" H 3500 9400 50 0001 C CNN 866 | F 1 "GND" H 3505 9477 50 0000 C CNN 867 | F 2 "" H 3500 9650 50 0001 C CNN 868 | F 3 "" H 3500 9650 50 0001 C CNN 869 | 1 3500 9650 870 | 1 0 0 -1 871 | $EndComp 872 | NoConn ~ 4000 8650 873 | NoConn ~ 4000 8750 874 | NoConn ~ 4000 8850 875 | NoConn ~ 4000 8950 876 | NoConn ~ 4000 9050 877 | NoConn ~ 4000 9150 878 | NoConn ~ 4000 9250 879 | $Comp 880 | L 74xx:74LS08 U41 881 | U 4 1 62283BF0 882 | P 1750 9250 883 | F 0 "U41" H 2050 9350 50 0000 C CNN 884 | F 1 "74LS08" H 2100 9200 50 0000 C CNN 885 | F 2 "Package_DIP:DIP-14_W7.62mm" H 1750 9250 50 0001 C CNN 886 | F 3 "http://www.ti.com/lit/gpn/sn74LS08" H 1750 9250 50 0001 C CNN 887 | 4 1750 9250 888 | 1 0 0 -1 889 | $EndComp 890 | Wire Wire Line 891 | 2050 9250 3000 9250 892 | Wire Wire Line 893 | 1450 9150 1100 9150 894 | Wire Wire Line 895 | 1450 9350 1100 9350 896 | Text GLabel 1100 9150 0 50 Input ~ 0 897 | ~MEMR 898 | Text GLabel 1100 9350 0 50 Input ~ 0 899 | ~MEMW 900 | Wire Wire Line 901 | 3000 9350 2400 9350 902 | Wire Wire Line 903 | 2400 9350 2400 9550 904 | Wire Wire Line 905 | 2400 9550 1100 9550 906 | Text GLabel 1100 9550 0 50 Input ~ 0 907 | A18 908 | Wire Wire Line 909 | 3000 9150 2400 9150 910 | Wire Wire Line 911 | 2400 9150 2400 9000 912 | Wire Wire Line 913 | 2400 9000 1100 9000 914 | Text GLabel 1100 9000 0 50 Input ~ 0 915 | A19 916 | Wire Wire Line 917 | 3000 8850 1100 8850 918 | Text GLabel 1100 8850 0 50 Input ~ 0 919 | A17 920 | Wire Wire Line 921 | 3000 8750 1100 8750 922 | Text GLabel 1100 8750 0 50 Input ~ 0 923 | A16 924 | Wire Wire Line 925 | 3000 8650 1100 8650 926 | Text GLabel 1100 8650 0 50 Input ~ 0 927 | A15 928 | $Comp 929 | L 74xx:74LS00 U15 930 | U 3 1 6230EF83 931 | P 5000 8750 932 | F 0 "U15" H 5000 9075 50 0000 C CNN 933 | F 1 "74LS00" H 5000 8984 50 0000 C CNN 934 | F 2 "Package_DIP:DIP-14_W7.62mm" H 5000 8750 50 0001 C CNN 935 | F 3 "http://www.ti.com/lit/gpn/sn74ls00" H 5000 8750 50 0001 C CNN 936 | 3 5000 8750 937 | 1 0 0 -1 938 | $EndComp 939 | Wire Wire Line 940 | 4700 8650 4350 8650 941 | Wire Wire Line 942 | 4700 8850 4350 8850 943 | Text GLabel 4350 8650 0 50 Input ~ 0 944 | ~IOR 945 | Text GLabel 4350 8850 0 50 Input ~ 0 946 | ~IOW 947 | Text GLabel 4400 9350 2 50 Output ~ 0 948 | ~CPU_MEM_SEL 949 | Wire Wire Line 950 | 4000 9350 4300 9350 951 | $Comp 952 | L 74xx:74LS32 U30 953 | U 1 1 62367D86 954 | P 5250 7450 955 | F 0 "U30" H 5250 7650 50 0000 C CNN 956 | F 1 "74LS32" H 5250 7750 50 0000 C CNN 957 | F 2 "Package_DIP:DIP-14_W7.62mm" H 5250 7450 50 0001 C CNN 958 | F 3 "http://www.ti.com/lit/gpn/sn74LS32" H 5250 7450 50 0001 C CNN 959 | 1 5250 7450 960 | 1 0 0 -1 961 | $EndComp 962 | Wire Wire Line 963 | 4950 7350 4650 7350 964 | Text GLabel 4650 7350 0 50 Input ~ 0 965 | A3 966 | Wire Wire Line 967 | 5550 7450 6350 7450 968 | Text GLabel 6350 7450 2 50 Output ~ 0 969 | ~6845_CS 970 | $Comp 971 | L 74xx:74LS02 U65 972 | U 1 1 623F400E 973 | P 5250 8050 974 | F 0 "U65" H 5250 8375 50 0000 C CNN 975 | F 1 "74LS02" H 5250 8284 50 0000 C CNN 976 | F 2 "Package_DIP:DIP-14_W7.62mm" H 5250 8050 50 0001 C CNN 977 | F 3 "http://www.ti.com/lit/gpn/sn74ls02" H 5250 8050 50 0001 C CNN 978 | 1 5250 8050 979 | 1 0 0 -1 980 | $EndComp 981 | $Comp 982 | L 74xx:74LS04 U16 983 | U 1 1 6240B59C 984 | P 5800 8750 985 | F 0 "U16" H 5750 8950 50 0000 C CNN 986 | F 1 "74LS04" H 5750 8550 50 0000 C CNN 987 | F 2 "Package_DIP:DIP-14_W7.62mm" H 5800 8750 50 0001 C CNN 988 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 5800 8750 50 0001 C CNN 989 | 1 5800 8750 990 | 1 0 0 -1 991 | $EndComp 992 | Wire Wire Line 993 | 5300 8750 5400 8750 994 | Wire Wire Line 995 | 6350 8300 6350 8750 996 | Wire Wire Line 997 | 6350 8750 6100 8750 998 | $Comp 999 | L 74xx:74LS04 U29 1000 | U 5 1 6245A7B3 1001 | P 6150 8050 1002 | F 0 "U29" H 6100 8250 50 0000 C CNN 1003 | F 1 "74S04" H 6100 7850 50 0000 C CNN 1004 | F 2 "Package_DIP:DIP-14_W7.62mm" H 6150 8050 50 0001 C CNN 1005 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 6150 8050 50 0001 C CNN 1006 | 5 6150 8050 1007 | 1 0 0 -1 1008 | $EndComp 1009 | Wire Wire Line 1010 | 5550 8050 5850 8050 1011 | $Comp 1012 | L 74xx:74LS08 U13 1013 | U 3 1 62471307 1014 | P 7000 8150 1015 | F 0 "U13" H 7300 8250 50 0000 C CNN 1016 | F 1 "74LS08" H 7350 8100 50 0000 C CNN 1017 | F 2 "Package_DIP:DIP-14_W7.62mm" H 7000 8150 50 0001 C CNN 1018 | F 3 "http://www.ti.com/lit/gpn/sn74LS08" H 7000 8150 50 0001 C CNN 1019 | 3 7000 8150 1020 | 1 0 0 -1 1021 | $EndComp 1022 | Wire Wire Line 1023 | 6450 8050 6700 8050 1024 | Wire Wire Line 1025 | 4300 9350 4300 9100 1026 | Wire Wire Line 1027 | 4300 9100 6500 9100 1028 | Wire Wire Line 1029 | 6500 9100 6500 8250 1030 | Wire Wire Line 1031 | 6500 8250 6700 8250 1032 | Connection ~ 4300 9350 1033 | Wire Wire Line 1034 | 4300 9350 4400 9350 1035 | Text GLabel 7700 8150 2 50 Output ~ 0 1036 | DATA_GATE 1037 | Wire Wire Line 1038 | 7300 8150 7700 8150 1039 | $Comp 1040 | L 74xx:74LS74 U11 1041 | U 2 1 624B3624 1042 | P 7750 8900 1043 | F 0 "U11" H 7550 9150 50 0000 C CNN 1044 | F 1 "74LS74" H 7900 9150 50 0000 C CNN 1045 | F 2 "Package_DIP:DIP-14_W7.62mm" H 7750 8900 50 0001 C CNN 1046 | F 3 "74xx/74hc_hct74.pdf" H 7750 8900 50 0001 C CNN 1047 | 2 7750 8900 1048 | 1 0 0 -1 1049 | $EndComp 1050 | Wire Wire Line 1051 | 5400 8750 5400 9350 1052 | Wire Wire Line 1053 | 7750 9350 7750 9200 1054 | Connection ~ 5400 8750 1055 | Wire Wire Line 1056 | 5400 8750 5500 8750 1057 | $Comp 1058 | L power:VCC #PWR0174 1059 | U 1 1 624EDA8A 1060 | P 7750 8500 1061 | F 0 "#PWR0174" H 7750 8350 50 0001 C CNN 1062 | F 1 "VCC" H 7765 8673 50 0000 C CNN 1063 | F 2 "" H 7750 8500 50 0001 C CNN 1064 | F 3 "" H 7750 8500 50 0001 C CNN 1065 | 1 7750 8500 1066 | 1 0 0 -1 1067 | $EndComp 1068 | Wire Wire Line 1069 | 7750 8600 7750 8500 1070 | Wire Wire Line 1071 | 5400 9350 7300 9350 1072 | Wire Wire Line 1073 | 7450 8800 7300 8800 1074 | Wire Wire Line 1075 | 7300 8800 7300 9350 1076 | Connection ~ 7300 9350 1077 | Wire Wire Line 1078 | 7300 9350 7750 9350 1079 | Text GLabel 7000 8900 0 50 Input ~ 0 1080 | IO_CLOCK 1081 | Wire Wire Line 1082 | 7000 8900 7450 8900 1083 | NoConn ~ 8050 9000 1084 | Wire Wire Line 1085 | 8050 8800 8500 8800 1086 | Text GLabel 8500 8800 2 50 Output ~ 0 1087 | E 1088 | $Comp 1089 | L 74xx:74LS138 U17 1090 | U 1 1 6257E0F1 1091 | P 6900 10200 1092 | F 0 "U17" H 6650 10650 50 0000 C CNN 1093 | F 1 "74LS138" H 7100 10650 50 0000 C CNN 1094 | F 2 "Package_DIP:DIP-16_W7.62mm" H 6900 10200 50 0001 C CNN 1095 | F 3 "http://www.ti.com/lit/gpn/sn74LS138" H 6900 10200 50 0001 C CNN 1096 | 1 6900 10200 1097 | 1 0 0 -1 1098 | $EndComp 1099 | $Comp 1100 | L power:VCC #PWR0175 1101 | U 1 1 6257E5E1 1102 | P 6900 9600 1103 | F 0 "#PWR0175" H 6900 9450 50 0001 C CNN 1104 | F 1 "VCC" H 6915 9773 50 0000 C CNN 1105 | F 2 "" H 6900 9600 50 0001 C CNN 1106 | F 3 "" H 6900 9600 50 0001 C CNN 1107 | 1 6900 9600 1108 | 1 0 0 -1 1109 | $EndComp 1110 | $Comp 1111 | L power:GND #PWR0176 1112 | U 1 1 6257E5EB 1113 | P 6900 10900 1114 | F 0 "#PWR0176" H 6900 10650 50 0001 C CNN 1115 | F 1 "GND" H 6905 10727 50 0000 C CNN 1116 | F 2 "" H 6900 10900 50 0001 C CNN 1117 | F 3 "" H 6900 10900 50 0001 C CNN 1118 | 1 6900 10900 1119 | 1 0 0 -1 1120 | $EndComp 1121 | NoConn ~ 7400 10400 1122 | NoConn ~ 7400 10500 1123 | NoConn ~ 7400 10600 1124 | Wire Wire Line 1125 | 6400 10600 6100 10600 1126 | Wire Wire Line 1127 | 6100 10600 6100 8750 1128 | Connection ~ 6100 8750 1129 | Wire Wire Line 1130 | 5200 9200 5200 10500 1131 | Wire Wire Line 1132 | 5200 10500 6400 10500 1133 | Wire Wire Line 1134 | 6350 8300 4850 8300 1135 | Wire Wire Line 1136 | 4850 8300 4850 8150 1137 | Wire Wire Line 1138 | 4850 8150 4950 8150 1139 | Wire Wire Line 1140 | 4600 9200 4600 7950 1141 | Wire Wire Line 1142 | 4600 9200 5200 9200 1143 | Wire Wire Line 1144 | 4000 7550 4600 7550 1145 | Wire Wire Line 1146 | 4600 7950 4950 7950 1147 | Wire Wire Line 1148 | 4600 7950 4600 7550 1149 | Connection ~ 4600 7950 1150 | Connection ~ 4600 7550 1151 | Wire Wire Line 1152 | 4600 7550 4950 7550 1153 | Text GLabel 5700 10400 0 50 Input ~ 0 1154 | A3 1155 | Wire Wire Line 1156 | 5700 10400 6400 10400 1157 | Wire Wire Line 1158 | 6400 9900 5700 9900 1159 | Wire Wire Line 1160 | 6400 10000 5700 10000 1161 | Wire Wire Line 1162 | 6400 10100 5700 10100 1163 | Text GLabel 5700 9900 0 50 Input ~ 0 1164 | A0 1165 | Text GLabel 5700 10000 0 50 Input ~ 0 1166 | A1 1167 | Text GLabel 5700 10100 0 50 Input ~ 0 1168 | A2 1169 | $Comp 1170 | L 74xx:74LS04 U29 1171 | U 2 1 6271B639 1172 | P 8150 10800 1173 | F 0 "U29" H 8100 11000 50 0000 C CNN 1174 | F 1 "74S04" H 8100 10600 50 0000 C CNN 1175 | F 2 "Package_DIP:DIP-14_W7.62mm" H 8150 10800 50 0001 C CNN 1176 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 8150 10800 50 0001 C CNN 1177 | 2 8150 10800 1178 | 1 0 0 -1 1179 | $EndComp 1180 | Text GLabel 7550 10800 0 50 Input ~ 0 1181 | ~LPEN_INPUT 1182 | Wire Wire Line 1183 | 7550 10800 7850 10800 1184 | $Comp 1185 | L 74xx:74LS74 U11 1186 | U 1 1 62736B98 1187 | P 9450 10650 1188 | F 0 "U11" H 9250 10900 50 0000 C CNN 1189 | F 1 "74LS74" H 9600 10900 50 0000 C CNN 1190 | F 2 "Package_DIP:DIP-14_W7.62mm" H 9450 10650 50 0001 C CNN 1191 | F 3 "74xx/74hc_hct74.pdf" H 9450 10650 50 0001 C CNN 1192 | 1 9450 10650 1193 | 1 0 0 -1 1194 | $EndComp 1195 | $Comp 1196 | L power:VCC #PWR0177 1197 | U 1 1 62762DA2 1198 | P 8950 10500 1199 | F 0 "#PWR0177" H 8950 10350 50 0001 C CNN 1200 | F 1 "VCC" H 8965 10673 50 0000 C CNN 1201 | F 2 "" H 8950 10500 50 0001 C CNN 1202 | F 3 "" H 8950 10500 50 0001 C CNN 1203 | 1 8950 10500 1204 | 1 0 0 -1 1205 | $EndComp 1206 | Wire Wire Line 1207 | 8450 10800 8800 10800 1208 | Wire Wire Line 1209 | 8800 10800 8800 10650 1210 | Wire Wire Line 1211 | 8800 10650 9150 10650 1212 | Wire Wire Line 1213 | 8950 10500 8950 10550 1214 | Wire Wire Line 1215 | 8950 10550 9150 10550 1216 | Wire Wire Line 1217 | 7400 10300 8800 10300 1218 | Wire Wire Line 1219 | 8800 10300 8800 10200 1220 | Wire Wire Line 1221 | 8800 10200 9450 10200 1222 | Wire Wire Line 1223 | 9450 10200 9450 10350 1224 | Wire Wire Line 1225 | 7400 10200 8550 10200 1226 | Wire Wire Line 1227 | 8550 10200 8550 11050 1228 | Wire Wire Line 1229 | 8550 11050 9450 11050 1230 | Wire Wire Line 1231 | 9450 11050 9450 10950 1232 | Text GLabel 10100 10550 2 50 Output ~ 0 1233 | LPEN_STR 1234 | NoConn ~ 9750 10750 1235 | Wire Wire Line 1236 | 9750 10550 10100 10550 1237 | Wire Wire Line 1238 | 7400 9900 10050 9900 1239 | Wire Wire Line 1240 | 7400 10000 10050 10000 1241 | Wire Wire Line 1242 | 7400 10100 10050 10100 1243 | Text GLabel 10050 9900 2 50 Output ~ 0 1244 | ~SEL_1 1245 | Text GLabel 10050 10000 2 50 Output ~ 0 1246 | ~SEL_2 1247 | Text GLabel 10050 10100 2 50 Output ~ 0 1248 | ~STATUS_SEL 1249 | Wire Wire Line 1250 | 2750 3900 4650 3900 1251 | Wire Wire Line 1252 | 4650 3900 4650 3500 1253 | Wire Wire Line 1254 | 3200 3800 4200 3800 1255 | Connection ~ 3200 3800 1256 | Text GLabel 5500 2650 2 50 Output ~ 0 1257 | ~Q2' 1258 | Wire Wire Line 1259 | 5500 2650 5150 2650 1260 | Connection ~ 5150 2650 1261 | Wire Wire Line 1262 | 5150 2650 5150 3000 1263 | Wire Wire Line 1264 | 3500 8300 3500 8350 1265 | Wire Wire Line 1266 | 3500 6550 3500 6500 1267 | $EndSCHEMATC 1268 | -------------------------------------------------------------------------------- /CGA_4_6.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 4 2 | EELAYER 30 0 3 | EELAYER END 4 | $Descr A3 16535 11693 5 | encoding utf-8 6 | Sheet 5 7 7 | Title "" 8 | Date "" 9 | Rev "" 10 | Comp "" 11 | Comment1 "" 12 | Comment2 "" 13 | Comment3 "" 14 | Comment4 "" 15 | $EndDescr 16 | $Comp 17 | L 74xx:74LS51 U47 18 | U 2 1 62D15655 19 | P 1850 1200 20 | F 0 "U47" H 1850 1725 50 0000 C CNN 21 | F 1 "74LS51" H 1850 1634 50 0000 C CNN 22 | F 2 "Package_DIP:DIP-14_W7.62mm" H 1850 1200 50 0001 C CNN 23 | F 3 "http://www.ti.com/lit/ds/symlink/sn74ls51.pdf" H 1850 1200 50 0001 C CNN 24 | 2 1850 1200 25 | 1 0 0 -1 26 | $EndComp 27 | Wire Wire Line 28 | 1350 1100 850 1100 29 | Text GLabel 850 1100 0 50 Input ~ 0 30 | HRES 31 | Wire Wire Line 32 | 1350 1300 850 1300 33 | Text GLabel 850 1300 0 50 Input ~ 0 34 | Q1 35 | Wire Wire Line 36 | 1350 1500 850 1500 37 | Text GLabel 850 1500 0 50 Input ~ 0 38 | ~HRES 39 | $Comp 40 | L 74xx:74LS04 U? 41 | U 1 1 62D1DE1F 42 | P 1800 2450 43 | AR Path="/60463C57/62D1DE1F" Ref="U?" Part="2" 44 | AR Path="/60463CC5/62D1DE1F" Ref="U26" Part="1" 45 | F 0 "U26" H 1750 2150 50 0000 C CNN 46 | F 1 "74S04" H 1750 2250 50 0000 C CNN 47 | F 2 "Package_DIP:DIP-14_W7.62mm" H 1800 2450 50 0001 C CNN 48 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 1800 2450 50 0001 C CNN 49 | 1 1800 2450 50 | 1 0 0 -1 51 | $EndComp 52 | $Comp 53 | L 74xx:74LS112 U1 54 | U 1 1 62D1E97B 55 | P 2900 2350 56 | F 0 "U1" H 2750 2600 50 0000 C CNN 57 | F 1 "74S112" H 3050 2600 50 0000 C CNN 58 | F 2 "Package_DIP:DIP-16_W7.62mm" H 2900 2350 50 0001 C CNN 59 | F 3 "http://www.ti.com/lit/gpn/sn74LS112" H 2900 2350 50 0001 C CNN 60 | 1 2900 2350 61 | 1 0 0 -1 62 | $EndComp 63 | Wire Wire Line 64 | 2100 2450 2200 2450 65 | Wire Wire Line 66 | 1500 2450 1350 2450 67 | Text GLabel 850 2450 0 50 Input ~ 0 68 | RAS 69 | Wire Wire Line 70 | 1350 2450 1350 2250 71 | Wire Wire Line 72 | 1350 2250 2600 2250 73 | Connection ~ 1350 2450 74 | Wire Wire Line 75 | 1350 2450 850 2450 76 | Text GLabel 1000 2100 0 50 Input ~ 0 77 | 14_MHZ 78 | Wire Wire Line 79 | 1000 2100 2200 2100 80 | Wire Wire Line 81 | 2200 2100 2200 2350 82 | Wire Wire Line 83 | 2200 2350 2600 2350 84 | Wire Wire Line 85 | 2900 2650 2900 2750 86 | Wire Wire Line 87 | 2900 2750 2450 2750 88 | Wire Wire Line 89 | 2450 2750 2450 1950 90 | Wire Wire Line 91 | 2450 1950 2900 1950 92 | Wire Wire Line 93 | 2900 1950 2900 2050 94 | $Comp 95 | L power:VCC #PWR0178 96 | U 1 1 62D5033E 97 | P 2900 1850 98 | F 0 "#PWR0178" H 2900 1700 50 0001 C CNN 99 | F 1 "VCC" H 2915 2023 50 0000 C CNN 100 | F 2 "" H 2900 1850 50 0001 C CNN 101 | F 3 "" H 2900 1850 50 0001 C CNN 102 | 1 2900 1850 103 | 1 0 0 -1 104 | $EndComp 105 | Wire Wire Line 106 | 2900 1950 2900 1850 107 | Connection ~ 2900 1950 108 | $Comp 109 | L 74xx:74LS04 U? 110 | U 3 1 62D569A0 111 | P 2900 1200 112 | AR Path="/60463C57/62D569A0" Ref="U?" Part="2" 113 | AR Path="/60463CC5/62D569A0" Ref="U26" Part="3" 114 | F 0 "U26" H 2600 1300 50 0000 C CNN 115 | F 1 "74S04" H 3100 1300 50 0000 C CNN 116 | F 2 "Package_DIP:DIP-14_W7.62mm" H 2900 1200 50 0001 C CNN 117 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 2900 1200 50 0001 C CNN 118 | 3 2900 1200 119 | 1 0 0 -1 120 | $EndComp 121 | Wire Wire Line 122 | 2350 1200 2500 1200 123 | $Comp 124 | L 74xx:74LS00 U46 125 | U 1 1 62D5F730 126 | P 4000 1400 127 | F 0 "U46" H 4000 1100 50 0000 C CNN 128 | F 1 "74LS00" H 4000 1200 50 0000 C CNN 129 | F 2 "Package_DIP:DIP-14_W7.62mm" H 4000 1400 50 0001 C CNN 130 | F 3 "http://www.ti.com/lit/gpn/sn74ls00" H 4000 1400 50 0001 C CNN 131 | 1 4000 1400 132 | 1 0 0 -1 133 | $EndComp 134 | $Comp 135 | L 74xx:74LS00 U46 136 | U 2 1 62D5E238 137 | P 4000 1000 138 | F 0 "U46" H 4000 683 50 0000 C CNN 139 | F 1 "74LS00" H 4000 774 50 0000 C CNN 140 | F 2 "Package_DIP:DIP-14_W7.62mm" H 4000 1000 50 0001 C CNN 141 | F 3 "http://www.ti.com/lit/gpn/sn74ls00" H 4000 1000 50 0001 C CNN 142 | 2 4000 1000 143 | 1 0 0 1 144 | $EndComp 145 | Wire Wire Line 146 | 3700 1100 3600 1100 147 | Wire Wire Line 148 | 3600 1100 3600 1200 149 | Wire Wire Line 150 | 3600 1300 3700 1300 151 | Wire Wire Line 152 | 3600 1200 3200 1200 153 | Connection ~ 3600 1200 154 | Wire Wire Line 155 | 3600 1200 3600 1300 156 | Wire Wire Line 157 | 3200 2250 3400 2250 158 | Wire Wire Line 159 | 3400 2250 3400 900 160 | Wire Wire Line 161 | 3400 900 3700 900 162 | Wire Wire Line 163 | 3200 2450 3550 2450 164 | Wire Wire Line 165 | 3550 2450 3550 1500 166 | Wire Wire Line 167 | 3550 1500 3700 1500 168 | $Comp 169 | L 74xx:74LS00 U46 170 | U 3 1 62D70773 171 | P 4000 2800 172 | F 0 "U46" H 4000 3150 50 0000 C CNN 173 | F 1 "74LS00" H 4000 3050 50 0000 C CNN 174 | F 2 "Package_DIP:DIP-14_W7.62mm" H 4000 2800 50 0001 C CNN 175 | F 3 "http://www.ti.com/lit/gpn/sn74ls00" H 4000 2800 50 0001 C CNN 176 | 3 4000 2800 177 | 1 0 0 1 178 | $EndComp 179 | $Comp 180 | L 74xx:74LS00 U46 181 | U 4 1 62D6A442 182 | P 4000 2350 183 | F 0 "U46" H 4000 2033 50 0000 C CNN 184 | F 1 "74LS00" H 4000 2124 50 0000 C CNN 185 | F 2 "Package_DIP:DIP-14_W7.62mm" H 4000 2350 50 0001 C CNN 186 | F 3 "http://www.ti.com/lit/gpn/sn74ls00" H 4000 2350 50 0001 C CNN 187 | 4 4000 2350 188 | 1 0 0 1 189 | $EndComp 190 | Wire Wire Line 191 | 3700 2250 3400 2250 192 | Connection ~ 3400 2250 193 | Wire Wire Line 194 | 3550 2450 3550 2700 195 | Wire Wire Line 196 | 3550 2700 3700 2700 197 | Connection ~ 3550 2450 198 | Wire Wire Line 199 | 3700 2450 3600 2450 200 | Wire Wire Line 201 | 3600 2450 3600 2650 202 | Wire Wire Line 203 | 3600 2900 3700 2900 204 | Wire Wire Line 205 | 3600 2650 3250 2650 206 | Wire Wire Line 207 | 3250 2650 3250 1450 208 | Wire Wire Line 209 | 3250 1450 2500 1450 210 | Wire Wire Line 211 | 2500 1450 2500 1200 212 | Connection ~ 3600 2650 213 | Wire Wire Line 214 | 3600 2650 3600 2900 215 | Connection ~ 2500 1200 216 | Wire Wire Line 217 | 2500 1200 2600 1200 218 | $Comp 219 | L 74xx:74LS74 U2 220 | U 1 1 62D7E32E 221 | P 2300 3850 222 | F 0 "U2" H 2150 4100 50 0000 C CNN 223 | F 1 "74LS74" H 2450 4100 50 0000 C CNN 224 | F 2 "Package_DIP:DIP-14_W7.62mm" H 2300 3850 50 0001 C CNN 225 | F 3 "74xx/74hc_hct74.pdf" H 2300 3850 50 0001 C CNN 226 | 1 2300 3850 227 | 1 0 0 -1 228 | $EndComp 229 | Text GLabel 1500 3750 0 50 Input ~ 0 230 | ~CPU_MEM_SEL 231 | $Comp 232 | L power:VCC #PWR0179 233 | U 1 1 62D8D7F8 234 | P 2100 4200 235 | F 0 "#PWR0179" H 2100 4050 50 0001 C CNN 236 | F 1 "VCC" V 2115 4327 50 0000 L CNN 237 | F 2 "" H 2100 4200 50 0001 C CNN 238 | F 3 "" H 2100 4200 50 0001 C CNN 239 | 1 2100 4200 240 | 0 -1 -1 0 241 | $EndComp 242 | Wire Wire Line 243 | 2100 4200 2300 4200 244 | Wire Wire Line 245 | 2300 4200 2300 4150 246 | Wire Wire Line 247 | 2000 3850 1500 3850 248 | Text GLabel 1500 3850 0 50 Input ~ 0 249 | Q1 250 | Wire Wire Line 251 | 1500 3750 1700 3750 252 | Wire Wire Line 253 | 4300 1000 5350 1000 254 | Text GLabel 5350 1000 2 50 Output ~ 0 255 | ~EN_CPU_CAS_ADDR 256 | Text GLabel 5350 1150 2 50 Output ~ 0 257 | ~EN_CPU_RAS_ADDR 258 | Wire Wire Line 259 | 5350 1150 4450 1150 260 | Wire Wire Line 261 | 4450 1150 4450 1400 262 | Wire Wire Line 263 | 4450 1400 4300 1400 264 | Text GLabel 5350 1300 2 50 Output ~ 0 265 | ~EN_CRT_CAS_ADDR 266 | Text GLabel 5350 1450 2 50 Output ~ 0 267 | ~EN_CRT_RAS_ADDR 268 | Wire Wire Line 269 | 5350 1300 4550 1300 270 | Wire Wire Line 271 | 4550 1300 4550 2350 272 | Wire Wire Line 273 | 4550 2350 4300 2350 274 | Wire Wire Line 275 | 5350 1450 4650 1450 276 | Wire Wire Line 277 | 4650 1450 4650 2800 278 | Wire Wire Line 279 | 4650 2800 4300 2800 280 | Wire Wire Line 281 | 2200 2450 2200 2850 282 | Wire Wire Line 283 | 2200 2850 2700 2850 284 | Connection ~ 2200 2450 285 | Wire Wire Line 286 | 2200 2450 2600 2450 287 | Text GLabel 2700 2850 2 50 Output ~ 0 288 | ~RAS 289 | $Comp 290 | L 74xx:74LS02 U49 291 | U 2 1 62E07279 292 | P 4400 3800 293 | F 0 "U49" H 4400 4125 50 0000 C CNN 294 | F 1 "74LS02" H 4400 4034 50 0000 C CNN 295 | F 2 "Package_DIP:DIP-14_W7.62mm" H 4400 3800 50 0001 C CNN 296 | F 3 "http://www.ti.com/lit/gpn/sn74ls02" H 4400 3800 50 0001 C CNN 297 | 2 4400 3800 298 | 1 0 0 -1 299 | $EndComp 300 | Text GLabel 3800 3700 0 50 Input ~ 0 301 | ~Q2' 302 | Wire Wire Line 303 | 3800 3700 4100 3700 304 | Text GLabel 3800 3900 0 50 Input ~ 0 305 | Q5 306 | Wire Wire Line 307 | 3800 3900 4100 3900 308 | $Comp 309 | L 74xx:74LS10 U28 310 | U 2 1 62E3583A 311 | P 5500 3900 312 | F 0 "U28" H 5500 3583 50 0000 C CNN 313 | F 1 "74S10" H 5500 3674 50 0000 C CNN 314 | F 2 "Package_DIP:DIP-14_W7.62mm" H 5500 3900 50 0001 C CNN 315 | F 3 "http://www.ti.com/lit/gpn/sn74LS10" H 5500 3900 50 0001 C CNN 316 | 2 5500 3900 317 | 1 0 0 1 318 | $EndComp 319 | Wire Wire Line 320 | 4700 3800 5200 3800 321 | Wire Wire Line 322 | 2600 3950 2750 3950 323 | Wire Wire Line 324 | 3100 3950 3100 4050 325 | Wire Wire Line 326 | 3100 4050 4700 4050 327 | Wire Wire Line 328 | 4700 4050 4700 3900 329 | Wire Wire Line 330 | 4700 3900 5200 3900 331 | Wire Wire Line 332 | 2750 3950 2750 4400 333 | Wire Wire Line 334 | 2750 4400 550 4400 335 | Wire Wire Line 336 | 550 4400 550 900 337 | Wire Wire Line 338 | 550 900 1350 900 339 | Connection ~ 2750 3950 340 | Wire Wire Line 341 | 2750 3950 3100 3950 342 | $Comp 343 | L 74xx:74LS04 U? 344 | U 1 1 62E66435 345 | P 4300 4450 346 | AR Path="/60463C57/62E66435" Ref="U?" Part="2" 347 | AR Path="/60463CC5/62E66435" Ref="U29" Part="1" 348 | F 0 "U29" H 4250 4150 50 0000 C CNN 349 | F 1 "74S04" H 4250 4250 50 0000 C CNN 350 | F 2 "Package_DIP:DIP-14_W7.62mm" H 4300 4450 50 0001 C CNN 351 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 4300 4450 50 0001 C CNN 352 | 1 4300 4450 353 | 1 0 0 -1 354 | $EndComp 355 | Wire Wire Line 356 | 5200 4000 4800 4000 357 | Wire Wire Line 358 | 4800 4000 4800 4450 359 | Wire Wire Line 360 | 4800 4450 4600 4450 361 | Text GLabel 3800 4450 0 50 Input ~ 0 362 | ~MEMW 363 | Wire Wire Line 364 | 3800 4450 4000 4450 365 | Text GLabel 6100 3900 2 50 Output ~ 0 366 | ~WE 367 | Wire Wire Line 368 | 5800 3900 6100 3900 369 | $Comp 370 | L 74xx:74LS74 U2 371 | U 2 1 62E7CF2E 372 | P 3350 5350 373 | F 0 "U2" H 3200 5600 50 0000 C CNN 374 | F 1 "74LS74" H 3500 5600 50 0000 C CNN 375 | F 2 "Package_DIP:DIP-14_W7.62mm" H 3350 5350 50 0001 C CNN 376 | F 3 "74xx/74hc_hct74.pdf" H 3350 5350 50 0001 C CNN 377 | 2 3350 5350 378 | 1 0 0 -1 379 | $EndComp 380 | Wire Wire Line 381 | 2600 3750 2900 3750 382 | Wire Wire Line 383 | 2900 3750 2900 5250 384 | Wire Wire Line 385 | 2900 5250 3050 5250 386 | Wire Wire Line 387 | 3650 5250 3900 5250 388 | Wire Wire Line 389 | 3900 5250 3900 4750 390 | Wire Wire Line 391 | 3900 4750 3200 4750 392 | Wire Wire Line 393 | 2750 4750 2750 5750 394 | Wire Wire Line 395 | 2750 5750 3350 5750 396 | Wire Wire Line 397 | 3350 5750 3350 5650 398 | Wire Wire Line 399 | 2300 3550 2300 3300 400 | Wire Wire Line 401 | 2300 3300 3200 3300 402 | Wire Wire Line 403 | 3200 3300 3200 4750 404 | Connection ~ 3200 4750 405 | Wire Wire Line 406 | 3200 4750 2750 4750 407 | $Comp 408 | L 74xx:74LS04 U? 409 | U 3 1 62E96DA9 410 | P 2150 4900 411 | AR Path="/60463C57/62E96DA9" Ref="U?" Part="2" 412 | AR Path="/60463CC5/62E96DA9" Ref="U29" Part="3" 413 | F 0 "U29" H 2100 4600 50 0000 C CNN 414 | F 1 "74S04" H 2100 4700 50 0000 C CNN 415 | F 2 "Package_DIP:DIP-14_W7.62mm" H 2150 4900 50 0001 C CNN 416 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 2150 4900 50 0001 C CNN 417 | 3 2150 4900 418 | 1 0 0 -1 419 | $EndComp 420 | Wire Wire Line 421 | 2450 4900 3350 4900 422 | Wire Wire Line 423 | 3350 4900 3350 5050 424 | Wire Wire Line 425 | 1700 3750 1700 4900 426 | Wire Wire Line 427 | 1700 4900 1850 4900 428 | Connection ~ 1700 3750 429 | Wire Wire Line 430 | 1700 3750 2000 3750 431 | Text GLabel 2600 5350 0 50 Input ~ 0 432 | ~RAS 433 | Wire Wire Line 434 | 2600 5350 3050 5350 435 | Wire Wire Line 436 | 3650 5450 4000 5450 437 | Wire Wire Line 438 | 4000 5450 4000 5250 439 | Wire Wire Line 440 | 4000 4850 5450 4850 441 | Text GLabel 5450 4850 2 50 Output ~ 0 442 | XACK 443 | $Comp 444 | L 74xx:74LS125 U62 445 | U 2 1 62EB767B 446 | P 4800 5250 447 | F 0 "U62" H 4800 5567 50 0000 C CNN 448 | F 1 "74LS125" H 4800 5476 50 0000 C CNN 449 | F 2 "Package_DIP:DIP-14_W7.62mm" H 4800 5250 50 0001 C CNN 450 | F 3 "http://www.ti.com/lit/gpn/sn74LS125" H 4800 5250 50 0001 C CNN 451 | 2 4800 5250 452 | 1 0 0 -1 453 | $EndComp 454 | Wire Wire Line 455 | 4500 5250 4000 5250 456 | Connection ~ 4000 5250 457 | Wire Wire Line 458 | 4000 5250 4000 4850 459 | Text GLabel 5450 5250 2 50 Output ~ 0 460 | IO_READY 461 | Wire Wire Line 462 | 5450 5250 5100 5250 463 | Text GLabel 4250 5600 0 50 Input ~ 0 464 | ~CPU_MEM_SEL 465 | Wire Wire Line 466 | 4800 5500 4800 5600 467 | Wire Wire Line 468 | 4800 5600 4250 5600 469 | $Comp 470 | L 74xx:74LS32 U? 471 | U 2 1 62ED8784 472 | P 5800 3000 473 | AR Path="/60463C57/62ED8784" Ref="U?" Part="3" 474 | AR Path="/60463CC5/62ED8784" Ref="U30" Part="2" 475 | F 0 "U30" H 5800 2683 50 0000 C CNN 476 | F 1 "74LS32" H 5800 2774 50 0000 C CNN 477 | F 2 "Package_DIP:DIP-14_W7.62mm" H 5800 3000 50 0001 C CNN 478 | F 3 "http://www.ti.com/lit/gpn/sn74LS32" H 5800 3000 50 0001 C CNN 479 | 2 5800 3000 480 | 1 0 0 1 481 | $EndComp 482 | Text GLabel 5200 2900 0 50 Input ~ 0 483 | HRES 484 | Wire Wire Line 485 | 5200 2900 5500 2900 486 | Text GLabel 5200 3100 0 50 Input ~ 0 487 | ~CCLK 488 | Wire Wire Line 489 | 5500 3100 5400 3100 490 | $Comp 491 | L 74xx:74LS00 U25 492 | U 3 1 62EFF4A5 493 | P 6650 3100 494 | F 0 "U25" H 6650 2800 50 0000 C CNN 495 | F 1 "74LS00" H 6650 2900 50 0000 C CNN 496 | F 2 "Package_DIP:DIP-14_W7.62mm" H 6650 3100 50 0001 C CNN 497 | F 3 "http://www.ti.com/lit/gpn/sn74ls00" H 6650 3100 50 0001 C CNN 498 | 3 6650 3100 499 | 1 0 0 -1 500 | $EndComp 501 | Wire Wire Line 502 | 6350 3000 6100 3000 503 | Wire Wire Line 504 | 6350 3200 6100 3200 505 | Wire Wire Line 506 | 6100 3200 6100 3300 507 | Wire Wire Line 508 | 6100 3300 5200 3300 509 | Text GLabel 5200 3300 0 50 Input ~ 0 510 | CAS_CC 511 | Wire Wire Line 512 | 6950 3100 7350 3100 513 | Text GLabel 7350 3100 2 50 Output ~ 0 514 | CC_LATCH 515 | $Comp 516 | L 74xx:74LS51 U47 517 | U 1 1 62F37BE3 518 | P 6300 2100 519 | F 0 "U47" H 6300 2625 50 0000 C CNN 520 | F 1 "74LS51" H 6300 2534 50 0000 C CNN 521 | F 2 "Package_DIP:DIP-14_W7.62mm" H 6300 2100 50 0001 C CNN 522 | F 3 "http://www.ti.com/lit/ds/symlink/sn74ls51.pdf" H 6300 2100 50 0001 C CNN 523 | 1 6300 2100 524 | 1 0 0 -1 525 | $EndComp 526 | Wire Wire Line 527 | 6800 2100 7200 2100 528 | Text GLabel 7200 2100 2 50 Output ~ 0 529 | AT_LATCH 530 | $Comp 531 | L power:VCC #PWR0180 532 | U 1 1 62F71B77 533 | P 5650 1750 534 | F 0 "#PWR0180" H 5650 1600 50 0001 C CNN 535 | F 1 "VCC" H 5750 1800 50 0000 C CNN 536 | F 2 "" H 5650 1750 50 0001 C CNN 537 | F 3 "" H 5650 1750 50 0001 C CNN 538 | 1 5650 1750 539 | 1 0 0 -1 540 | $EndComp 541 | Text GLabel 5500 1900 0 50 Input ~ 0 542 | ~Q2' 543 | Wire Wire Line 544 | 5500 1900 5800 1900 545 | Wire Wire Line 546 | 5800 2300 5650 2300 547 | Wire Wire Line 548 | 5650 2300 5650 2000 549 | Wire Wire Line 550 | 5650 2000 5800 2000 551 | Wire Wire Line 552 | 5650 2000 5650 1750 553 | Connection ~ 5650 2000 554 | Wire Wire Line 555 | 5800 2400 5400 2400 556 | Wire Wire Line 557 | 5400 2400 5400 3100 558 | Connection ~ 5400 3100 559 | Wire Wire Line 560 | 5400 3100 5200 3100 561 | Text GLabel 5500 1800 0 50 Input ~ 0 562 | GRPH 563 | Wire Wire Line 564 | 5500 1800 5800 1800 565 | Text GLabel 5500 2200 0 50 Input ~ 0 566 | ~GRPH 567 | Wire Wire Line 568 | 5500 2200 5800 2200 569 | $Comp 570 | L 74xx:74LS51 U27 571 | U 2 1 62FE2980 572 | P 2100 6200 573 | F 0 "U27" H 2100 6725 50 0000 C CNN 574 | F 1 "74LS51" H 2100 6634 50 0000 C CNN 575 | F 2 "Package_DIP:DIP-14_W7.62mm" H 2100 6200 50 0001 C CNN 576 | F 3 "http://www.ti.com/lit/ds/symlink/sn74ls51.pdf" H 2100 6200 50 0001 C CNN 577 | 2 2100 6200 578 | 1 0 0 -1 579 | $EndComp 580 | $Comp 581 | L 74xx:74LS51 U27 582 | U 1 1 62FEE44E 583 | P 2100 7250 584 | F 0 "U27" H 2100 6760 50 0000 C CNN 585 | F 1 "74LS51" H 2100 6851 50 0000 C CNN 586 | F 2 "Package_DIP:DIP-14_W7.62mm" H 2100 7250 50 0001 C CNN 587 | F 3 "http://www.ti.com/lit/ds/symlink/sn74ls51.pdf" H 2100 7250 50 0001 C CNN 588 | 1 2100 7250 589 | 1 0 0 1 590 | $EndComp 591 | Wire Wire Line 592 | 1600 5900 1200 5900 593 | Text GLabel 1100 5900 0 50 Input ~ 0 594 | HRES 595 | Wire Wire Line 596 | 1600 6100 1100 6100 597 | Text GLabel 1100 6100 0 50 Input ~ 0 598 | HCLK 599 | Wire Wire Line 600 | 1600 6300 1450 6300 601 | Text GLabel 1100 6300 0 50 Input ~ 0 602 | ~HRES 603 | Wire Wire Line 604 | 1600 6500 1100 6500 605 | Text GLabel 1100 6500 0 50 Input ~ 0 606 | LCLK 607 | Text GLabel 2800 6200 2 50 Output ~ 0 608 | ~CCLK 609 | Wire Wire Line 610 | 2800 6200 2600 6200 611 | Wire Wire Line 612 | 1600 7150 1200 7150 613 | Wire Wire Line 614 | 1200 7150 1200 5900 615 | Connection ~ 1200 5900 616 | Wire Wire Line 617 | 1200 5900 1100 5900 618 | Text GLabel 1100 6950 0 50 Input ~ 0 619 | ~14_MHZ 620 | Wire Wire Line 621 | 1100 6950 1600 6950 622 | Wire Wire Line 623 | 1600 7050 1350 7050 624 | Wire Wire Line 625 | 1350 7050 1350 7300 626 | Wire Wire Line 627 | 1350 7350 1600 7350 628 | $Comp 629 | L power:VCC #PWR0181 630 | U 1 1 630E9E72 631 | P 1100 7200 632 | F 0 "#PWR0181" H 1100 7050 50 0001 C CNN 633 | F 1 "VCC" H 950 7250 50 0000 C CNN 634 | F 2 "" H 1100 7200 50 0001 C CNN 635 | F 3 "" H 1100 7200 50 0001 C CNN 636 | 1 1100 7200 637 | 1 0 0 -1 638 | $EndComp 639 | Wire Wire Line 640 | 1100 7200 1100 7300 641 | Wire Wire Line 642 | 1100 7300 1350 7300 643 | Connection ~ 1350 7300 644 | Wire Wire Line 645 | 1350 7300 1350 7350 646 | Wire Wire Line 647 | 1600 7450 1450 7450 648 | Wire Wire Line 649 | 1450 7450 1450 6300 650 | Connection ~ 1450 6300 651 | Wire Wire Line 652 | 1450 6300 1100 6300 653 | Text GLabel 1100 7550 0 50 Input ~ 0 654 | ~7_MHZ 655 | Wire Wire Line 656 | 1600 7550 1100 7550 657 | $Comp 658 | L 74xx:74LS04 U? 659 | U 5 1 63106999 660 | P 3300 7250 661 | AR Path="/60463C57/63106999" Ref="U?" Part="2" 662 | AR Path="/60463CC5/63106999" Ref="U26" Part="5" 663 | F 0 "U26" H 3250 6950 50 0000 C CNN 664 | F 1 "74S04" H 3250 7050 50 0000 C CNN 665 | F 2 "Package_DIP:DIP-14_W7.62mm" H 3300 7250 50 0001 C CNN 666 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 3300 7250 50 0001 C CNN 667 | 5 3300 7250 668 | 1 0 0 -1 669 | $EndComp 670 | Wire Wire Line 671 | 2600 7250 2700 7250 672 | Wire Wire Line 673 | 2700 7850 3150 7850 674 | Connection ~ 2700 7250 675 | Wire Wire Line 676 | 2700 7250 3000 7250 677 | Text GLabel 3150 7850 2 50 Output ~ 0 678 | DOT_CLOCK 679 | $Comp 680 | L 74xx:74LS00 U25 681 | U 4 1 6312E8E0 682 | P 4350 6900 683 | F 0 "U25" H 4350 6600 50 0000 C CNN 684 | F 1 "74LS00" H 4350 6700 50 0000 C CNN 685 | F 2 "Package_DIP:DIP-14_W7.62mm" H 4350 6900 50 0001 C CNN 686 | F 3 "http://www.ti.com/lit/gpn/sn74ls00" H 4350 6900 50 0001 C CNN 687 | 4 4350 6900 688 | 1 0 0 1 689 | $EndComp 690 | $Comp 691 | L 74xx:74LS00 U25 692 | U 1 1 631459CB 693 | P 4350 7550 694 | F 0 "U25" H 4350 7250 50 0000 C CNN 695 | F 1 "74LS00" H 4350 7350 50 0000 C CNN 696 | F 2 "Package_DIP:DIP-14_W7.62mm" H 4350 7550 50 0001 C CNN 697 | F 3 "http://www.ti.com/lit/gpn/sn74ls00" H 4350 7550 50 0001 C CNN 698 | 1 4350 7550 699 | 1 0 0 -1 700 | $EndComp 701 | Wire Wire Line 702 | 3600 7250 3800 7250 703 | Wire Wire Line 704 | 3800 7250 3800 6800 705 | Wire Wire Line 706 | 3800 6800 4050 6800 707 | Wire Wire Line 708 | 4650 6900 5000 6900 709 | Wire Wire Line 710 | 5000 6900 5000 7050 711 | Wire Wire Line 712 | 5000 7200 3900 7200 713 | Wire Wire Line 714 | 3900 7200 3900 7450 715 | Wire Wire Line 716 | 3900 7450 4050 7450 717 | Wire Wire Line 718 | 4650 7550 4900 7550 719 | Wire Wire Line 720 | 4900 7550 4900 7300 721 | Wire Wire Line 722 | 4900 7100 3900 7100 723 | Wire Wire Line 724 | 3900 7100 3900 7000 725 | Wire Wire Line 726 | 3900 7000 4050 7000 727 | $Comp 728 | L 74xx:74LS51 U? 729 | U 2 1 63173D58 730 | P 6000 7150 731 | AR Path="/60463BAE/63173D58" Ref="U?" Part="1" 732 | AR Path="/60463CC5/63173D58" Ref="U48" Part="2" 733 | F 0 "U48" H 6000 7675 50 0000 C CNN 734 | F 1 "74LS51" H 6000 7584 50 0000 C CNN 735 | F 2 "Package_DIP:DIP-14_W7.62mm" H 6000 7150 50 0001 C CNN 736 | F 3 "http://www.ti.com/lit/ds/symlink/sn74ls51.pdf" H 6000 7150 50 0001 C CNN 737 | 2 6000 7150 738 | 1 0 0 -1 739 | $EndComp 740 | Wire Wire Line 741 | 4900 7300 5200 7300 742 | Wire Wire Line 743 | 5200 7300 5200 7050 744 | Wire Wire Line 745 | 5200 7050 5500 7050 746 | Connection ~ 4900 7300 747 | Wire Wire Line 748 | 4900 7300 4900 7100 749 | Wire Wire Line 750 | 5000 7050 5100 7050 751 | Wire Wire Line 752 | 5100 7050 5100 7450 753 | Wire Wire Line 754 | 5100 7450 5500 7450 755 | Connection ~ 5000 7050 756 | Wire Wire Line 757 | 5000 7050 5000 7200 758 | Text GLabel 5400 7250 0 50 Input ~ 0 759 | C1 760 | Wire Wire Line 761 | 5400 7250 5500 7250 762 | Text GLabel 5400 6850 0 50 Input ~ 0 763 | C0 764 | Wire Wire Line 765 | 5400 6850 5500 6850 766 | $Comp 767 | L 74xx:74LS04 U? 768 | U 4 1 631E3E02 769 | P 7000 7150 770 | AR Path="/60463C57/631E3E02" Ref="U?" Part="2" 771 | AR Path="/60463CC5/631E3E02" Ref="U26" Part="4" 772 | F 0 "U26" H 6950 6850 50 0000 C CNN 773 | F 1 "74S04" H 6950 6950 50 0000 C CNN 774 | F 2 "Package_DIP:DIP-14_W7.62mm" H 7000 7150 50 0001 C CNN 775 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 7000 7150 50 0001 C CNN 776 | 4 7000 7150 777 | 1 0 0 -1 778 | $EndComp 779 | Wire Wire Line 780 | 6500 7150 6700 7150 781 | $Comp 782 | L 74xx:74LS32 U23 783 | U 2 1 631F965E 784 | P 8100 7250 785 | F 0 "U23" H 8100 7575 50 0000 C CNN 786 | F 1 "74LS32" H 8100 7484 50 0000 C CNN 787 | F 2 "Package_DIP:DIP-14_W7.62mm" H 8100 7250 50 0001 C CNN 788 | F 3 "http://www.ti.com/lit/gpn/sn74LS32" H 8100 7250 50 0001 C CNN 789 | 2 8100 7250 790 | 1 0 0 -1 791 | $EndComp 792 | Wire Wire Line 793 | 7300 7150 7800 7150 794 | Wire Wire Line 795 | 2700 7250 2700 7650 796 | Wire Wire Line 797 | 4050 7650 2700 7650 798 | Connection ~ 2700 7650 799 | Wire Wire Line 800 | 2700 7650 2700 7850 801 | $Comp 802 | L 74xx:74LS00 U? 803 | U 4 1 63236E76 804 | P 8100 6600 805 | AR Path="/60463C57/63236E76" Ref="U?" Part="4" 806 | AR Path="/60463CC5/63236E76" Ref="U15" Part="4" 807 | F 0 "U15" H 8100 6283 50 0000 C CNN 808 | F 1 "74LS00" H 8100 6374 50 0000 C CNN 809 | F 2 "Package_DIP:DIP-14_W7.62mm" H 8100 6600 50 0001 C CNN 810 | F 3 "http://www.ti.com/lit/gpn/sn74ls00" H 8100 6600 50 0001 C CNN 811 | 4 8100 6600 812 | 1 0 0 1 813 | $EndComp 814 | $Comp 815 | L 74xx:74LS02 U? 816 | U 2 1 6325627C 817 | P 8100 6000 818 | AR Path="/60463C57/6325627C" Ref="U?" Part="4" 819 | AR Path="/60463CC5/6325627C" Ref="U65" Part="2" 820 | F 0 "U65" H 8100 6325 50 0000 C CNN 821 | F 1 "74LS02" H 8100 6234 50 0000 C CNN 822 | F 2 "Package_DIP:DIP-14_W7.62mm" H 8100 6000 50 0001 C CNN 823 | F 3 "http://www.ti.com/lit/gpn/sn74ls02" H 8100 6000 50 0001 C CNN 824 | 2 8100 6000 825 | 1 0 0 -1 826 | $EndComp 827 | $Comp 828 | L 74xx:74LS10 U? 829 | U 1 1 63279063 830 | P 9050 6700 831 | AR Path="/60463BAE/63279063" Ref="U?" Part="3" 832 | AR Path="/60463CC5/63279063" Ref="U28" Part="1" 833 | F 0 "U28" H 9050 7025 50 0000 C CNN 834 | F 1 "74S10" H 9050 6934 50 0000 C CNN 835 | F 2 "Package_DIP:DIP-14_W7.62mm" H 9050 6700 50 0001 C CNN 836 | F 3 "http://www.ti.com/lit/gpn/sn74LS10" H 9050 6700 50 0001 C CNN 837 | 1 9050 6700 838 | 1 0 0 -1 839 | $EndComp 840 | Wire Wire Line 841 | 8400 6600 8750 6600 842 | Wire Wire Line 843 | 8400 6000 8600 6000 844 | Wire Wire Line 845 | 8600 6000 8600 6700 846 | Wire Wire Line 847 | 8600 6700 8750 6700 848 | Wire Wire Line 849 | 8400 7250 8600 7250 850 | Wire Wire Line 851 | 8600 7250 8600 6800 852 | Wire Wire Line 853 | 8600 6800 8750 6800 854 | Text GLabel 9650 6700 2 50 Output ~ 0 855 | STR 856 | Wire Wire Line 857 | 9350 6700 9650 6700 858 | Text GLabel 7300 5900 0 50 Input ~ 0 859 | VSYNC_DLY 860 | Wire Wire Line 861 | 7300 5900 7800 5900 862 | Text GLabel 7300 6100 0 50 Input ~ 0 863 | HSYNC_DLY 864 | Wire Wire Line 865 | 7300 6100 7800 6100 866 | Text GLabel 7300 6500 0 50 Input ~ 0 867 | ~DISPEN_DLY 868 | Wire Wire Line 869 | 7300 6500 7800 6500 870 | $Comp 871 | L 74xx:74LS32 U23 872 | U 1 1 6330493E 873 | P 2300 8850 874 | F 0 "U23" H 2300 9175 50 0000 C CNN 875 | F 1 "74LS32" H 2300 9084 50 0000 C CNN 876 | F 2 "Package_DIP:DIP-14_W7.62mm" H 2300 8850 50 0001 C CNN 877 | F 3 "http://www.ti.com/lit/gpn/sn74LS32" H 2300 8850 50 0001 C CNN 878 | 1 2300 8850 879 | 1 0 0 -1 880 | $EndComp 881 | Text GLabel 1600 8750 0 50 Input ~ 0 882 | C1 883 | Wire Wire Line 884 | 1600 8750 2000 8750 885 | Text GLabel 1600 8950 0 50 Input ~ 0 886 | C0 887 | Wire Wire Line 888 | 1600 8950 2000 8950 889 | $Comp 890 | L power:VCC #PWR0182 891 | U 1 1 633C357D 892 | P 2800 8100 893 | F 0 "#PWR0182" H 2800 7950 50 0001 C CNN 894 | F 1 "VCC" H 2815 8273 50 0000 C CNN 895 | F 2 "" H 2800 8100 50 0001 C CNN 896 | F 3 "" H 2800 8100 50 0001 C CNN 897 | 1 2800 8100 898 | 1 0 0 -1 899 | $EndComp 900 | Wire Wire Line 901 | 3050 8450 2800 8450 902 | Wire Wire Line 903 | 2800 8450 2800 8100 904 | Text GLabel 1600 8350 0 50 Input ~ 0 905 | ~GRPH 906 | Text GLabel 1600 8250 0 50 Input ~ 0 907 | ALPHA_DOTS 908 | $Comp 909 | L 74xx:74LS174 U40 910 | U 1 1 63419162 911 | P 2250 10000 912 | F 0 "U40" H 2000 10550 50 0000 C CNN 913 | F 1 "74LS174" H 2500 10550 50 0000 C CNN 914 | F 2 "Package_DIP:DIP-16_W7.62mm" H 2250 10000 50 0001 C CNN 915 | F 3 "http://www.ti.com/lit/gpn/sn74LS174" H 2250 10000 50 0001 C CNN 916 | 1 2250 10000 917 | 1 0 0 -1 918 | $EndComp 919 | $Comp 920 | L power:VCC #PWR0183 921 | U 1 1 6341CA1D 922 | P 2250 9300 923 | F 0 "#PWR0183" H 2250 9150 50 0001 C CNN 924 | F 1 "VCC" H 2265 9473 50 0000 C CNN 925 | F 2 "" H 2250 9300 50 0001 C CNN 926 | F 3 "" H 2250 9300 50 0001 C CNN 927 | 1 2250 9300 928 | 1 0 0 -1 929 | $EndComp 930 | $Comp 931 | L power:GND #PWR0184 932 | U 1 1 6341DF93 933 | P 2250 10800 934 | F 0 "#PWR0184" H 2250 10550 50 0001 C CNN 935 | F 1 "GND" H 2255 10627 50 0000 C CNN 936 | F 2 "" H 2250 10800 50 0001 C CNN 937 | F 3 "" H 2250 10800 50 0001 C CNN 938 | 1 2250 10800 939 | 1 0 0 -1 940 | $EndComp 941 | Text GLabel 1050 10300 0 50 Input ~ 0 942 | ~SEL_1 943 | Wire Wire Line 944 | 1050 10300 1750 10300 945 | Text GLabel 1050 10500 0 50 Input ~ 0 946 | ~RESET 947 | Wire Wire Line 948 | 1050 10500 1750 10500 949 | Wire Wire Line 950 | 1750 9600 1050 9600 951 | Wire Wire Line 952 | 1750 9700 1050 9700 953 | Wire Wire Line 954 | 1750 9800 1050 9800 955 | Wire Wire Line 956 | 1750 9900 1050 9900 957 | Wire Wire Line 958 | 1750 10000 1050 10000 959 | Wire Wire Line 960 | 1750 10100 1050 10100 961 | Text GLabel 1050 9600 0 50 Input ~ 0 962 | D0 963 | Text GLabel 1050 9700 0 50 Input ~ 0 964 | D1 965 | Text GLabel 1050 9800 0 50 Input ~ 0 966 | D2 967 | Text GLabel 1050 9900 0 50 Input ~ 0 968 | D3 969 | Text GLabel 1050 10000 0 50 Input ~ 0 970 | D4 971 | Text GLabel 1050 10100 0 50 Input ~ 0 972 | D5 973 | Wire Wire Line 974 | 3050 8650 2900 8650 975 | Wire Wire Line 976 | 2900 8650 2900 9700 977 | Wire Wire Line 978 | 2900 9700 2750 9700 979 | Text GLabel 3900 10100 2 50 Output ~ 0 980 | ENABLE_BLINK 981 | Wire Wire Line 982 | 7800 6700 7500 6700 983 | Wire Wire Line 984 | 7500 6700 7500 10000 985 | Wire Wire Line 986 | 7500 10000 4750 10000 987 | Text GLabel 3900 9900 2 50 Output ~ 0 988 | VIDEO_ENABLE 989 | Wire Wire Line 990 | 2750 9900 3900 9900 991 | $Comp 992 | L 74xx:74LS32 U? 993 | U 4 1 635BF412 994 | P 6950 5350 995 | AR Path="/60463C57/635BF412" Ref="U?" Part="3" 996 | AR Path="/60463CC5/635BF412" Ref="U30" Part="4" 997 | F 0 "U30" H 6950 5033 50 0000 C CNN 998 | F 1 "74LS32" H 6950 5124 50 0000 C CNN 999 | F 2 "Package_DIP:DIP-14_W7.62mm" H 6950 5350 50 0001 C CNN 1000 | F 3 "http://www.ti.com/lit/gpn/sn74LS32" H 6950 5350 50 0001 C CNN 1001 | 4 6950 5350 1002 | 1 0 0 1 1003 | $EndComp 1004 | Wire Wire Line 1005 | 4800 5600 6100 5600 1006 | Wire Wire Line 1007 | 6100 5450 6650 5450 1008 | Connection ~ 4800 5600 1009 | Text GLabel 6250 5250 0 50 Input ~ 0 1010 | ~MEMR 1011 | Wire Wire Line 1012 | 6250 5250 6650 5250 1013 | Wire Wire Line 1014 | 7250 5350 7550 5350 1015 | Text GLabel 7550 5350 2 50 Output ~ 0 1016 | ~RD_GATE 1017 | Wire Wire Line 1018 | 6100 5600 6100 5450 1019 | $Comp 1020 | L 74xx:74LS51 U22 1021 | U 2 1 63667CEB 1022 | P 5800 10650 1023 | F 0 "U22" H 5800 10160 50 0000 C CNN 1024 | F 1 "74LS51" H 5800 10251 50 0000 C CNN 1025 | F 2 "Package_DIP:DIP-14_W7.62mm" H 5800 10650 50 0001 C CNN 1026 | F 3 "http://www.ti.com/lit/ds/symlink/sn74ls51.pdf" H 5800 10650 50 0001 C CNN 1027 | 2 5800 10650 1028 | 1 0 0 1 1029 | $EndComp 1030 | Text GLabel 4600 10550 0 50 Input ~ 0 1031 | COLOR_SEL 1032 | Wire Wire Line 1033 | 4600 10550 5300 10550 1034 | Text GLabel 4750 10350 0 50 Input ~ 0 1035 | ~BW_2 1036 | Wire Wire Line 1037 | 2750 9800 2950 9800 1038 | Wire Wire Line 1039 | 2950 9800 2950 10750 1040 | Wire Wire Line 1041 | 2950 10750 5300 10750 1042 | Text GLabel 4600 10950 0 50 Input ~ 0 1043 | C0 1044 | Wire Wire Line 1045 | 4600 10950 5300 10950 1046 | $Comp 1047 | L 74xx:74LS04 U? 1048 | U 3 1 63794E71 1049 | P 6900 10650 1050 | AR Path="/60463C57/63794E71" Ref="U?" Part="2" 1051 | AR Path="/60463CC5/63794E71" Ref="U20" Part="3" 1052 | F 0 "U20" H 6850 10350 50 0000 C CNN 1053 | F 1 "74LS04" H 6850 10450 50 0000 C CNN 1054 | F 2 "Package_DIP:DIP-14_W7.62mm" H 6900 10650 50 0001 C CNN 1055 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 6900 10650 50 0001 C CNN 1056 | 3 6900 10650 1057 | 1 0 0 -1 1058 | $EndComp 1059 | Wire Wire Line 1060 | 6300 10650 6600 10650 1061 | Text GLabel 7550 10650 2 50 Output ~ 0 1062 | SEL_BLUE 1063 | Wire Wire Line 1064 | 7200 10650 7550 10650 1065 | Wire Wire Line 1066 | 2750 9600 3050 9600 1067 | Text GLabel 3900 9600 2 50 Output ~ 0 1068 | HRES 1069 | Wire Wire Line 1070 | 2600 8850 3050 8850 1071 | Wire Wire Line 1072 | 3050 8350 1600 8350 1073 | Wire Wire Line 1074 | 3050 8250 1600 8250 1075 | $Comp 1076 | L 74xx:74LS04 U? 1077 | U 6 1 6380F3A6 1078 | P 3450 9200 1079 | AR Path="/60463C57/6380F3A6" Ref="U?" Part="1" 1080 | AR Path="/60463CC5/6380F3A6" Ref="U16" Part="6" 1081 | F 0 "U16" H 3400 9400 50 0000 C CNN 1082 | F 1 "74LS04" H 3400 9000 50 0000 C CNN 1083 | F 2 "Package_DIP:DIP-14_W7.62mm" H 3450 9200 50 0001 C CNN 1084 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 3450 9200 50 0001 C CNN 1085 | 6 3450 9200 1086 | 1 0 0 -1 1087 | $EndComp 1088 | $Comp 1089 | L 74xx:74LS51 U22 1090 | U 1 1 6337DF08 1091 | P 3550 8550 1092 | F 0 "U22" H 3550 8060 50 0000 C CNN 1093 | F 1 "74LS51" H 3550 8151 50 0000 C CNN 1094 | F 2 "Package_DIP:DIP-14_W7.62mm" H 3550 8550 50 0001 C CNN 1095 | F 3 "http://www.ti.com/lit/ds/symlink/sn74ls51.pdf" H 3550 8550 50 0001 C CNN 1096 | 1 3550 8550 1097 | 1 0 0 1 1098 | $EndComp 1099 | Wire Wire Line 1100 | 3150 9200 3050 9200 1101 | Wire Wire Line 1102 | 3050 9200 3050 9600 1103 | Connection ~ 3050 9600 1104 | Wire Wire Line 1105 | 3050 9600 3900 9600 1106 | Text GLabel 3900 9200 2 50 Output ~ 0 1107 | ~HRES 1108 | Wire Wire Line 1109 | 3750 9200 3900 9200 1110 | $Comp 1111 | L 74xx:74LS04 U? 1112 | U 3 1 6389A3FE 1113 | P 3400 10400 1114 | AR Path="/60463C57/6389A3FE" Ref="U?" Part="1" 1115 | AR Path="/60463CC5/6389A3FE" Ref="U16" Part="3" 1116 | F 0 "U16" H 3350 10600 50 0000 C CNN 1117 | F 1 "74LS04" H 3350 10200 50 0000 C CNN 1118 | F 2 "Package_DIP:DIP-14_W7.62mm" H 3400 10400 50 0001 C CNN 1119 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 3400 10400 50 0001 C CNN 1120 | 3 3400 10400 1121 | 1 0 0 -1 1122 | $EndComp 1123 | Wire Wire Line 1124 | 2750 10100 3050 10100 1125 | Wire Wire Line 1126 | 3100 10400 3050 10400 1127 | Wire Wire Line 1128 | 3050 10400 3050 10100 1129 | Connection ~ 3050 10100 1130 | Wire Wire Line 1131 | 3050 10100 3900 10100 1132 | Text GLabel 3800 10400 2 50 Output ~ 0 1133 | ~ENABLE_BLINK 1134 | Wire Wire Line 1135 | 4750 10350 5300 10350 1136 | Wire Wire Line 1137 | 3700 10400 3800 10400 1138 | $Comp 1139 | L 74xx:74LS04 U? 1140 | U 2 1 639027E5 1141 | P 5300 9200 1142 | AR Path="/60463C57/639027E5" Ref="U?" Part="1" 1143 | AR Path="/60463CC5/639027E5" Ref="U16" Part="2" 1144 | F 0 "U16" H 5250 9400 50 0000 C CNN 1145 | F 1 "74LS04" H 5250 9000 50 0000 C CNN 1146 | F 2 "Package_DIP:DIP-14_W7.62mm" H 5300 9200 50 0001 C CNN 1147 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 5300 9200 50 0001 C CNN 1148 | 2 5300 9200 1149 | 1 0 0 -1 1150 | $EndComp 1151 | Wire Wire Line 1152 | 7650 9200 7650 7350 1153 | Wire Wire Line 1154 | 7650 7350 7800 7350 1155 | Wire Wire Line 1156 | 7650 9200 5800 9200 1157 | Wire Wire Line 1158 | 5000 9200 4750 9200 1159 | Wire Wire Line 1160 | 4750 9200 4750 10000 1161 | Connection ~ 4750 10000 1162 | Wire Wire Line 1163 | 4750 10000 2750 10000 1164 | Wire Wire Line 1165 | 5800 9200 5800 8900 1166 | Wire Wire Line 1167 | 5800 8900 2950 8900 1168 | Wire Wire Line 1169 | 2950 8900 2950 8750 1170 | Wire Wire Line 1171 | 2950 8750 3050 8750 1172 | Connection ~ 5800 9200 1173 | Wire Wire Line 1174 | 5800 9200 5600 9200 1175 | $Comp 1176 | L 74xx:74LS32 U23 1177 | U 3 1 639A7133 1178 | P 5400 7950 1179 | F 0 "U23" H 5400 7633 50 0000 C CNN 1180 | F 1 "74LS32" H 5400 7724 50 0000 C CNN 1181 | F 2 "Package_DIP:DIP-14_W7.62mm" H 5400 7950 50 0001 C CNN 1182 | F 3 "http://www.ti.com/lit/gpn/sn74LS32" H 5400 7950 50 0001 C CNN 1183 | 3 5400 7950 1184 | 1 0 0 1 1185 | $EndComp 1186 | $Comp 1187 | L 74xx:74LS32 U23 1188 | U 4 1 639D93DA 1189 | P 5400 8500 1190 | F 0 "U23" H 5400 8825 50 0000 C CNN 1191 | F 1 "74LS32" H 5400 8734 50 0000 C CNN 1192 | F 2 "Package_DIP:DIP-14_W7.62mm" H 5400 8500 50 0001 C CNN 1193 | F 3 "http://www.ti.com/lit/gpn/sn74LS32" H 5400 8500 50 0001 C CNN 1194 | 4 5400 8500 1195 | 1 0 0 -1 1196 | $EndComp 1197 | Text GLabel 4500 8800 0 50 Input ~ 0 1198 | ~DISPEN_DLY 1199 | Wire Wire Line 1200 | 4500 8800 4800 8800 1201 | Wire Wire Line 1202 | 4800 8800 4800 8400 1203 | Wire Wire Line 1204 | 4800 7850 5100 7850 1205 | Wire Wire Line 1206 | 5100 8400 4800 8400 1207 | Connection ~ 4800 8400 1208 | Wire Wire Line 1209 | 4800 8400 4800 7850 1210 | Wire Wire Line 1211 | 4050 8550 4350 8550 1212 | Wire Wire Line 1213 | 4350 8550 4350 8050 1214 | Wire Wire Line 1215 | 4350 8050 5100 8050 1216 | Wire Wire Line 1217 | 2900 9700 4550 9700 1218 | Wire Wire Line 1219 | 4550 9700 4550 9000 1220 | Wire Wire Line 1221 | 4550 9000 5000 9000 1222 | Wire Wire Line 1223 | 5000 9000 5000 8850 1224 | Wire Wire Line 1225 | 5000 8600 5100 8600 1226 | Connection ~ 2900 9700 1227 | Text GLabel 5950 8500 2 50 Output ~ 0 1228 | MUX_B 1229 | Wire Wire Line 1230 | 5700 8500 5950 8500 1231 | Text GLabel 5950 7950 2 50 Output ~ 0 1232 | MUX_A 1233 | Wire Wire Line 1234 | 5700 7950 5950 7950 1235 | $Comp 1236 | L 74xx:74LS04 U? 1237 | U 4 1 63ACFA51 1238 | P 8700 9800 1239 | AR Path="/60463C57/63ACFA51" Ref="U?" Part="1" 1240 | AR Path="/60463CC5/63ACFA51" Ref="U16" Part="4" 1241 | F 0 "U16" H 8650 10000 50 0000 C CNN 1242 | F 1 "74LS04" H 8650 9600 50 0000 C CNN 1243 | F 2 "Package_DIP:DIP-14_W7.62mm" H 8700 9800 50 0001 C CNN 1244 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 8700 9800 50 0001 C CNN 1245 | 4 8700 9800 1246 | 1 0 0 -1 1247 | $EndComp 1248 | Wire Wire Line 1249 | 2950 9800 8200 9800 1250 | Connection ~ 2950 9800 1251 | Wire Wire Line 1252 | 9000 9800 9600 9800 1253 | Text GLabel 9600 9800 2 50 Output ~ 0 1254 | ~BW_2 1255 | $Comp 1256 | L 74xx:74LS04 U? 1257 | U 4 1 63B46F00 1258 | P 8700 9100 1259 | AR Path="/60463C57/63B46F00" Ref="U?" Part="6" 1260 | AR Path="/60463CC5/63B46F00" Ref="U29" Part="4" 1261 | F 0 "U29" H 8650 9300 50 0000 C CNN 1262 | F 1 "74S04" H 8650 8900 50 0000 C CNN 1263 | F 2 "Package_DIP:DIP-14_W7.62mm" H 8700 9100 50 0001 C CNN 1264 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 8700 9100 50 0001 C CNN 1265 | 4 8700 9100 1266 | 1 0 0 -1 1267 | $EndComp 1268 | Wire Wire Line 1269 | 8400 9100 8200 9100 1270 | Wire Wire Line 1271 | 8200 9100 8200 9800 1272 | Connection ~ 8200 9800 1273 | Wire Wire Line 1274 | 8200 9800 8400 9800 1275 | Wire Wire Line 1276 | 9000 9100 9600 9100 1277 | Text GLabel 9600 9100 2 50 Output ~ 0 1278 | ~BW_1 1279 | $Comp 1280 | L 74xx:74LS04 U? 1281 | U 5 1 63C27FC3 1282 | P 6200 8850 1283 | AR Path="/60463C57/63C27FC3" Ref="U?" Part="1" 1284 | AR Path="/60463CC5/63C27FC3" Ref="U16" Part="5" 1285 | F 0 "U16" H 6150 9050 50 0000 C CNN 1286 | F 1 "74LS04" H 6150 8650 50 0000 C CNN 1287 | F 2 "Package_DIP:DIP-14_W7.62mm" H 6200 8850 50 0001 C CNN 1288 | F 3 "http://www.ti.com/lit/gpn/sn74LS04" H 6200 8850 50 0001 C CNN 1289 | 5 6200 8850 1290 | 1 0 0 -1 1291 | $EndComp 1292 | Wire Wire Line 1293 | 5900 8850 5000 8850 1294 | Connection ~ 5000 8850 1295 | Wire Wire Line 1296 | 5000 8850 5000 8600 1297 | Text GLabel 6700 8850 2 50 Output ~ 0 1298 | ~GRPH 1299 | Wire Wire Line 1300 | 6500 8850 6700 8850 1301 | Wire Wire Line 1302 | 4550 9700 6700 9700 1303 | Connection ~ 4550 9700 1304 | Text GLabel 6700 9700 2 50 Output ~ 0 1305 | GRPH 1306 | Text GLabel 9650 6000 2 50 Output ~ 0 1307 | ~BLANK 1308 | Wire Wire Line 1309 | 9650 6000 8600 6000 1310 | Connection ~ 8600 6000 1311 | $EndSCHEMATC 1312 | -------------------------------------------------------------------------------- /ISA_CGA.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/CGA_Redux/7de4c81dc1ceb90fc55c72288f9114ce27a3869b/ISA_CGA.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Color Graphics Adapter - Redux 2 | 3 | ## Introduction 4 | 5 | The Color Graphics Adapter (**CGA**) Redux board is a more or less faithful clone of the original IBM CGA, based on the original schematics. 6 | 7 | ![CGA Redux](pics/CGA_Redux_board.jpg) 8 | 9 | Since revision 0.2 of this board, **You can decide to build it with the "new" or "old" style composite output**, giving you slightly different colours. 10 | 11 | Have a look [HERE](https://int10h.org/blog/2015/08/8088-mph-final-old-vs-new-cga-gory-details/) for a blog post that discusses the difference in regard to the famous **8088MPH** demo! 12 | 13 | ### Disclaimer 14 | 15 | I take NO responsibility for what happens if you decide to build and use this card. Your computer might crash, catch fire or be destroyed in other nasty ways. 16 | You're encourauged to take what you deem fit from this, and use it in your projects! 17 | 18 | ### Functionalities 19 | 20 | ✅ means I tested the functionality and it works, ❌ means I tested the functionality and found issues, ? means that the functionality has yet to be tested. 21 | 22 | * [✅] Digital display in text mode, 40 columns 23 | * [✅] Digital display in text mode, 80 columns 24 | * [✅] Composite display in text mode, 40 columns 25 | * [✅] Composite display in text mode, 80 columns 26 | * [✅] Graphics mode in digital 27 | * [✅] Graphics mode in composite 28 | * [✅] Run CheckIt video test 29 | * [✅] 8088MPH Demo 30 | * [?] Light pen input 31 | 32 | ## Bill of Materials 33 | 34 | | Component | Qty | Type / Value | 35 | | ----------------- | --- | ------------------- | 36 | | **TODO** | | | 37 | 38 | ### Character ROM 39 | 40 | This board needs a character ROM to work. I would advise to search for a dump of IBM P/N 5788005, concatenate it four times and burn it on a 27C256 EPROM. 41 | 42 | ### Component substitutions 43 | 44 | * U4,U5 and U101 should all be 'S174s, but I had only 'LS174 available. The board looks to be working without issues anyway 45 | * U50-U57 are all 120ns DRAMs in my original board. I had only 150ns chips for this build, and they worked fine 46 | * U9,U10 are 74153 chips. I tried to replace them with 74LS153 chips by Texas Instruments with good results. **Needs some testing with colored screens** 47 | * U50-U57 can be substituted by 41256 / 4164 DRAMs like the M5K4164 or HM4864P (the additional address lines are grounded). **Tested with HM4864P** 48 | 49 | ## Known issues 50 | 51 | ### Rev 0 52 | 53 | * The Composite video out has an inverted connection for that type of footprint. (fixed in rev 0.1) 54 | * Silkscreen for U28 says 74LS10, but it's actually an 74S10 on an original board (fixed in rev 0.1) 55 | * traces that connect the edge to the power planes for 5V and GND are a bit too thin for my taste (fixed in rev 0.1) 56 | 57 | ## TODO 58 | 59 | * ??? 60 | 61 | ## Credits 62 | 63 | Thanks to [Sergey Kiselev](https://github.com/skiselev) for his symbol/footprint library! 64 | 65 | -------------------------------------------------------------------------------- /docs/1502237_PC_XT_Technical_Reference_Apr83.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/CGA_Redux/7de4c81dc1ceb90fc55c72288f9114ce27a3869b/docs/1502237_PC_XT_Technical_Reference_Apr83.pdf -------------------------------------------------------------------------------- /docs/200-1-741899.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/CGA_Redux/7de4c81dc1ceb90fc55c72288f9114ce27a3869b/docs/200-1-741899.pdf -------------------------------------------------------------------------------- /docs/Color_Graphics_Adapter_-_Manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/CGA_Redux/7de4c81dc1ceb90fc55c72288f9114ce27a3869b/docs/Color_Graphics_Adapter_-_Manual.pdf -------------------------------------------------------------------------------- /docs/M5K4164ANP-20-Mitsubishi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/CGA_Redux/7de4c81dc1ceb90fc55c72288f9114ce27a3869b/docs/M5K4164ANP-20-Mitsubishi.pdf -------------------------------------------------------------------------------- /docs/MCM4517.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/CGA_Redux/7de4c81dc1ceb90fc55c72288f9114ce27a3869b/docs/MCM4517.pdf -------------------------------------------------------------------------------- /docs/MK36000.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/CGA_Redux/7de4c81dc1ceb90fc55c72288f9114ce27a3869b/docs/MK36000.pdf -------------------------------------------------------------------------------- /docs/mcm4517pinout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/CGA_Redux/7de4c81dc1ceb90fc55c72288f9114ce27a3869b/docs/mcm4517pinout.png -------------------------------------------------------------------------------- /fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (lib (name My_Components)(type KiCad)(uri ${KIPRJMOD}/libraries/my_kicad_library/My_Components.pretty)(options "")(descr "")) 3 | (lib (name w_conn_av)(type KiCad)(uri ${KIPRJMOD}/libraries/w_conn_av/w_conn_av.pretty)(options "")(descr "")) 4 | ) 5 | -------------------------------------------------------------------------------- /gerbers/cgaredux_rev_0.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/CGA_Redux/7de4c81dc1ceb90fc55c72288f9114ce27a3869b/gerbers/cgaredux_rev_0.2.zip -------------------------------------------------------------------------------- /gerbers/cgaredux_rev_0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/CGA_Redux/7de4c81dc1ceb90fc55c72288f9114ce27a3869b/gerbers/cgaredux_rev_0.zip -------------------------------------------------------------------------------- /libraries/ISA_CGA.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /libraries/ISA_CGA.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.4 2 | #encoding utf-8 3 | # 4 | # 2118 5 | # 6 | DEF 2118 U 0 20 Y Y 1 F N 7 | F0 "U" -450 1100 50 H V L CNN 8 | F1 "2118" -50 1100 50 H V L CNN 9 | F2 "Package_DIP:DIP-16_W7.62mm_LongPads" 0 50 50 H I C CNN 10 | F3 "" 0 0 50 H I C CNN 11 | DRAW 12 | S -450 1050 150 -200 0 1 10 f 13 | X GND 16 -150 -350 150 U 50 50 0 0 W 14 | X VCC 8 -150 1200 150 D 50 50 0 0 W 15 | X NC 1 300 400 150 L 50 50 1 1 I 16 | X A6 10 -600 300 150 R 50 50 1 1 I 17 | X A5 11 -600 400 150 R 50 50 1 1 I 18 | X A4 12 -600 500 150 R 50 50 1 1 I 19 | X A3 13 -600 600 150 R 50 50 1 1 I 20 | X Dout 14 300 800 150 L 50 50 1 1 T 21 | X ~CAS~ 15 -600 -100 150 R 50 50 1 1 I 22 | X Din 2 300 900 150 L 50 50 1 1 I 23 | X ~WE~ 3 -600 100 150 R 50 50 1 1 I 24 | X ~RAS~ 4 -600 0 150 R 50 50 1 1 I 25 | X A0 5 -600 900 150 R 50 50 1 1 I 26 | X A1 6 -600 800 150 R 50 50 1 1 I 27 | X A2 7 -600 700 150 R 50 50 1 1 I 28 | X NC 9 300 300 150 L 50 50 1 1 I 29 | ENDDRAW 30 | ENDDEF 31 | # 32 | # MK36000 33 | # 34 | DEF MK36000 U 0 20 Y Y 1 F N 35 | F0 "U" -300 1050 50 H V C CNN 36 | F1 "MK36000" 100 -750 50 H V L CNN 37 | F2 "Package_DIP:DIP-24_W15.24mm_LongPads" 0 0 50 H I C CNN 38 | F3 "" 0 0 50 H I C CNN 39 | $FPLIST 40 | DIP*W15.24mm* 41 | $ENDFPLIST 42 | DRAW 43 | S -300 1000 300 -700 1 1 10 f 44 | X A7 1 -400 200 100 R 50 50 1 1 I 45 | X D1 10 400 800 100 L 50 50 1 1 T 46 | X D2 11 400 700 100 L 50 50 1 1 T 47 | X GND 12 0 -800 100 U 50 50 1 1 W 48 | X D3 13 400 600 100 L 50 50 1 1 T 49 | X D4 14 400 500 100 L 50 50 1 1 T 50 | X D5 15 400 400 100 L 50 50 1 1 T 51 | X D6 16 400 300 100 L 50 50 1 1 T 52 | X D7 17 400 200 100 L 50 50 1 1 T 53 | X A11 18 -400 -200 100 R 50 50 1 1 I 54 | X A10 19 -400 -100 100 R 50 50 1 1 I 55 | X A6 2 -400 300 100 R 50 50 1 1 I 56 | X ~CE 20 -400 -600 100 R 50 50 1 1 I 57 | X A12 21 -400 -300 100 R 50 50 1 1 I 58 | X A9 22 -400 0 100 R 50 50 1 1 I 59 | X A8 23 -400 100 100 R 50 50 1 1 I 60 | X VCC 24 0 1100 100 D 50 50 1 1 W 61 | X A5 3 -400 400 100 R 50 50 1 1 I 62 | X A4 4 -400 500 100 R 50 50 1 1 I 63 | X A3 5 -400 600 100 R 50 50 1 1 I 64 | X A2 6 -400 700 100 R 50 50 1 1 I 65 | X A1 7 -400 800 100 R 50 50 1 1 I 66 | X A0 8 -400 900 100 R 50 50 1 1 I 67 | X D0 9 400 900 100 L 50 50 1 1 T 68 | ENDDRAW 69 | ENDDEF 70 | # 71 | #End Library 72 | -------------------------------------------------------------------------------- /libraries/w_conn_av/license.txt: -------------------------------------------------------------------------------- 1 | Kicad Library by W. Lain - kcswalter@member.fsf.org 2 | 3/05/2014 3 | 4 | This library is released under the terms of either Creative Commons license v3.0, Attribution-Share Alike or GPLv3 or later. 5 | 6 | The author holds no responsibility for any damage that can be caused by the usage of this library. You are however welcome to report any error or discrepance to the author, provided that you give also the correct information and its source (i.e. the correct datasheet). 7 | Note that the author used publicly available data sheets from many different companies, and that package dimensions, pin numeration and schematic symbols may vary slightly between companies. 8 | -------------------------------------------------------------------------------- /libraries/w_conn_av/w_conn_av.mod: -------------------------------------------------------------------------------- 1 | PCBNEW-LibModule-V1 sab 22 giu 2013 14:47:56 CEST 2 | # encoding utf-8 3 | Units mm 4 | $INDEX 5 | SCART 6 | din-5 7 | jack_3.5_pj313d-smt 8 | jack_3.5_sj1-3513-smt 9 | jack_3.5_sj1-3514-smt 10 | jack_3.5_sj1-3515-smt 11 | jack_3.5_vert_lje0352-4r 12 | minidin-8 13 | rca_black 14 | rca_red 15 | rca_white 16 | rca_yellow 17 | $EndINDEX 18 | $MODULE SCART 19 | Po 0 0 0 15 51C58D7B 00000000 ~~ 20 | Li SCART 21 | Cd SCART socket, Tyco P/N 1483465-1 22 | Sc 0 23 | AR SCART 24 | Op 0 0 0 25 | T0 0 5.10032 1.524 1.524 0 0.3048 N V 21 N "SCART" 26 | T1 0 -9.906 1.524 1.524 0 0.3048 N V 21 N "JP***" 27 | DS -25.4 -1.397 -25.4 1.651 0.381 21 28 | DS 25.4 -1.397 25.4 1.651 0.381 21 29 | DS -23.368 8.509 23.876 8.509 0.381 21 30 | DS -27.051 -1.397 -27.051 1.651 0.381 21 31 | DS 27.051 -1.397 27.051 1.651 0.381 21 32 | DS -23.368 -1.397 -23.368 -8.509 0.381 21 33 | DS -23.368 -8.509 23.876 -8.509 0.381 21 34 | DS 23.876 -8.509 23.876 -1.397 0.381 21 35 | DS -27.051 -1.397 27.051 -1.397 0.381 21 36 | DS 27.051 1.651 -27.051 1.651 0.381 21 37 | DS -23.368 8.509 -23.368 1.651 0.381 21 38 | DS 23.876 8.509 23.876 1.651 0.381 21 39 | $PAD 40 | Sh "1" C 1.99898 1.99898 0 0 0 41 | Dr 1.19888 0 0 42 | At STD N 00C0FFFF 43 | Ne 0 "" 44 | Po 19.05 -7.27964 45 | $EndPAD 46 | $PAD 47 | Sh "2" C 1.99898 1.99898 0 0 0 48 | Dr 1.19888 0 0 49 | At STD N 00C0FFFF 50 | Ne 0 "" 51 | Po 17.145 -2.19964 52 | $EndPAD 53 | $PAD 54 | Sh "3" C 1.99898 1.99898 0 0 0 55 | Dr 1.19888 0 0 56 | At STD N 00C0FFFF 57 | Ne 0 "" 58 | Po 15.24 -7.27964 59 | $EndPAD 60 | $PAD 61 | Sh "4" C 1.99898 1.99898 0 0 0 62 | Dr 1.19888 0 0 63 | At STD N 00C0FFFF 64 | Ne 0 "" 65 | Po 13.335 -2.19964 66 | $EndPAD 67 | $PAD 68 | Sh "5" C 1.99898 1.99898 0 0 0 69 | Dr 1.19888 0 0 70 | At STD N 00C0FFFF 71 | Ne 0 "" 72 | Po 11.43 -7.27964 73 | $EndPAD 74 | $PAD 75 | Sh "6" C 1.99898 1.99898 0 0 0 76 | Dr 1.19888 0 0 77 | At STD N 00C0FFFF 78 | Ne 0 "" 79 | Po 9.525 -2.19964 80 | $EndPAD 81 | $PAD 82 | Sh "7" C 1.99898 1.99898 0 0 0 83 | Dr 1.19888 0 0 84 | At STD N 00C0FFFF 85 | Ne 0 "" 86 | Po 7.62 -7.27964 87 | $EndPAD 88 | $PAD 89 | Sh "8" C 1.99898 1.99898 0 0 0 90 | Dr 1.19888 0 0 91 | At STD N 00C0FFFF 92 | Ne 0 "" 93 | Po 5.715 -2.19964 94 | $EndPAD 95 | $PAD 96 | Sh "9" C 1.99898 1.99898 0 0 0 97 | Dr 1.19888 0 0 98 | At STD N 00C0FFFF 99 | Ne 0 "" 100 | Po 3.81 -7.27964 101 | $EndPAD 102 | $PAD 103 | Sh "10" C 1.99898 1.99898 0 0 0 104 | Dr 1.19888 0 0 105 | At STD N 00C0FFFF 106 | Ne 0 "" 107 | Po 1.905 -2.19964 108 | $EndPAD 109 | $PAD 110 | Sh "11" C 1.99898 1.99898 0 0 0 111 | Dr 1.19888 0 0 112 | At STD N 00C0FFFF 113 | Ne 0 "" 114 | Po 0 -7.27964 115 | $EndPAD 116 | $PAD 117 | Sh "12" C 1.99898 1.99898 0 0 0 118 | Dr 1.19888 0 0 119 | At STD N 00C0FFFF 120 | Ne 0 "" 121 | Po -1.905 -2.19964 122 | $EndPAD 123 | $PAD 124 | Sh "13" C 1.99898 1.99898 0 0 0 125 | Dr 1.19888 0 0 126 | At STD N 00C0FFFF 127 | Ne 0 "" 128 | Po -3.81 -7.27964 129 | $EndPAD 130 | $PAD 131 | Sh "14" C 1.99898 1.99898 0 0 0 132 | Dr 1.19888 0 0 133 | At STD N 00C0FFFF 134 | Ne 0 "" 135 | Po -5.715 -2.19964 136 | $EndPAD 137 | $PAD 138 | Sh "15" C 1.99898 1.99898 0 0 0 139 | Dr 1.19888 0 0 140 | At STD N 00C0FFFF 141 | Ne 0 "" 142 | Po -7.62 -7.27964 143 | $EndPAD 144 | $PAD 145 | Sh "16" C 1.99898 1.99898 0 0 0 146 | Dr 1.19888 0 0 147 | At STD N 00C0FFFF 148 | Ne 0 "" 149 | Po -9.525 -2.19964 150 | $EndPAD 151 | $PAD 152 | Sh "17" C 1.99898 1.99898 0 0 0 153 | Dr 1.19888 0 0 154 | At STD N 00C0FFFF 155 | Ne 0 "" 156 | Po -11.43 -7.27964 157 | $EndPAD 158 | $PAD 159 | Sh "18" C 1.99898 1.99898 0 0 0 160 | Dr 1.19888 0 0 161 | At STD N 00C0FFFF 162 | Ne 0 "" 163 | Po -13.335 -2.19964 164 | $EndPAD 165 | $PAD 166 | Sh "19" C 1.99898 1.99898 0 0 0 167 | Dr 1.19888 0 0 168 | At STD N 00C0FFFF 169 | Ne 0 "" 170 | Po -15.24 -7.27964 171 | $EndPAD 172 | $PAD 173 | Sh "20" C 1.99898 1.99898 0 0 0 174 | Dr 1.19888 0 0 175 | At STD N 00C0FFFF 176 | Ne 0 "" 177 | Po -17.145 -2.19964 178 | $EndPAD 179 | $PAD 180 | Sh "21" C 1.99898 1.99898 0 0 0 181 | Dr 1.19888 0 0 182 | At STD N 00C0FFFF 183 | Ne 0 "" 184 | Po -19.05 -7.27964 185 | $EndPAD 186 | $PAD 187 | Sh "" O 3.1 4.1 0 0 0 188 | Dr 3 0 0 O 3 4 189 | At HOLE N 00E0FFFF 190 | Ne 0 "" 191 | Po 26.49982 -0.20066 192 | $EndPAD 193 | $PAD 194 | Sh "" O 3.1 4.1 0 0 0 195 | Dr 3 0 0 O 3 4 196 | At HOLE N 00E0FFFF 197 | Ne 0 "" 198 | Po -26.49982 -0.20066 199 | $EndPAD 200 | $SHAPE3D 201 | Na "walter/conn_av/scart.wrl" 202 | Sc 1 1 1 203 | Of 0 0 0 204 | Ro 0 0 0 205 | $EndSHAPE3D 206 | $EndMODULE SCART 207 | $MODULE din-5 208 | Po 0 0 0 15 51C20EF5 00000000 ~~ 209 | Li din-5 210 | Cd Din 5 (MIDI), Pro Signal P/N PSG03463 211 | Sc 0 212 | AR din-5 213 | Op 0 0 0 214 | T0 0 11.00074 1.524 1.524 0 0.3048 N V 21 N "din-5" 215 | T1 0 -11.00074 1.524 1.524 0 0.3048 N V 21 N "JP***" 216 | DS -8.99922 8.7503 10.50036 8.7503 0.3048 21 217 | DS 8.99922 8.99922 -8.99922 8.99922 0.3048 21 218 | DS -10.50036 9.25068 8.99922 9.25068 0.3048 21 219 | DS -8.99922 -8.99922 -8.99922 8.001 0.3048 21 220 | DS -8.99922 -8.99922 -8.49884 -9.4996 0.3048 21 221 | DS -8.49884 -9.4996 -5.99948 -9.4996 0.3048 21 222 | DS -5.99948 -9.4996 -5.4991 -8.99922 0.3048 21 223 | DS -5.4991 -8.99922 -5.4991 -7.00024 0.3048 21 224 | DS -5.4991 -7.00024 -1.99898 -7.00024 0.3048 21 225 | DS 8.99922 -8.99922 8.99922 8.001 0.3048 21 226 | DS 8.99922 -8.99922 8.49884 -9.4996 0.3048 21 227 | DS 8.49884 -9.4996 6.49986 -9.4996 0.3048 21 228 | DS 6.49986 -9.4996 5.99948 -9.4996 0.3048 21 229 | DS 5.99948 -9.4996 5.4991 -8.99922 0.3048 21 230 | DS 5.4991 -8.99922 5.4991 -7.00024 0.3048 21 231 | DS 5.4991 -7.00024 1.99898 -7.00024 0.3048 21 232 | DS -1.50114 -9.4996 -1.99898 -8.99922 0.3048 21 233 | DS -1.99898 -8.99922 -1.99898 -7.00024 0.3048 21 234 | DS -1.50114 -9.4996 1.50114 -9.4996 0.3048 21 235 | DS 1.50114 -9.4996 1.99898 -8.99922 0.3048 21 236 | DS 1.99898 -8.99922 1.99898 -7.00024 0.3048 21 237 | DS 10.50036 8.99922 8.99922 8.99922 0.3048 21 238 | DS 8.99922 8.99922 8.99922 9.4996 0.3048 21 239 | DS 8.99922 9.4996 -10.50036 9.4996 0.3048 21 240 | DS -10.50036 8.99922 -8.99922 8.99922 0.3048 21 241 | DS -8.99922 8.99922 -8.99922 8.49884 0.3048 21 242 | DS -8.99922 8.49884 10.50036 8.49884 0.3048 21 243 | DS 8.99922 8.001 8.49884 8.001 0.3048 21 244 | DS -8.99922 8.001 -8.49884 8.001 0.3048 21 245 | DS 8.49884 8.49884 8.49884 8.001 0.3048 21 246 | DS -8.49884 8.001 -8.49884 8.49884 0.3048 21 247 | DS -10.50036 9.4996 -10.50036 8.99922 0.3048 21 248 | DS 10.50036 8.49884 10.50036 8.99922 0.3048 21 249 | $PAD 250 | Sh "3" C 2.49936 2.49936 0 0 0 251 | Dr 1.397 0 0 252 | At STD N 00F0FFFF 253 | Ne 0 "" 254 | Po -7.49808 -2.9972 255 | $EndPAD 256 | $PAD 257 | Sh "4" C 2.49936 2.49936 0 0 0 258 | Dr 1.397 0 0 259 | At STD N 00F0FFFF 260 | Ne 0 "" 261 | Po 4.99618 -5.4991 262 | $EndPAD 263 | $PAD 264 | Sh "2" C 2.49936 2.49936 0 0 0 265 | Dr 1.397 0 0 266 | At STD N 00F0FFFF 267 | Ne 0 "" 268 | Po 0 -2.99974 269 | $EndPAD 270 | $PAD 271 | Sh "1" C 2.49936 2.49936 0 0 0 272 | Dr 1.397 0 0 273 | At STD N 00F0FFFF 274 | Ne 0 "" 275 | Po 7.49808 -2.9972 276 | $EndPAD 277 | $PAD 278 | Sh "5" C 2.49936 2.49936 0 0 0 279 | Dr 1.397 0 0 280 | At STD N 00F0FFFF 281 | Ne 0 "" 282 | Po -4.99618 -5.4991 283 | $EndPAD 284 | $PAD 285 | Sh "" C 2.49936 2.49936 0 0 0 286 | Dr 1.397 0 0 287 | At HOLE N 00E0FFFF 288 | Ne 0 "" 289 | Po 5.00126 6.9977 290 | $EndPAD 291 | $PAD 292 | Sh "" C 2.49936 2.49936 0 0 0 293 | Dr 1.397 0 0 294 | At HOLE N 00E0FFFF 295 | Ne 0 "" 296 | Po -5.00126 6.9977 297 | $EndPAD 298 | $SHAPE3D 299 | Na "walter/conn_av/din-5.wrl" 300 | Sc 1 1 1 301 | Of 0 0 0 302 | Ro 0 0 0 303 | $EndSHAPE3D 304 | $EndMODULE din-5 305 | $MODULE jack_3.5_pj313d-smt 306 | Po 0 0 0 15 51C59CF8 00000000 ~~ 307 | Li jack_3.5_pj313d-smt 308 | Cd 3.5mm jack, HK RTL PJ313D 309 | Sc 0 310 | AR 311 | Op 0 0 0 312 | T0 0.1 -6.7 0.99822 0.99822 0 0.19812 N V 21 N "JP***" 313 | T1 0 9.5 0.99822 0.99822 0 0.19812 N V 21 N "jack_3.5_pj313d-smt" 314 | DS -2.5 5.8 -2.5 8.3 0.3048 21 315 | DS -2.5 8.3 2.5 8.3 0.3048 21 316 | DS 2.5 5.8 2.5 8.3 0.3048 21 317 | DS -3 -5.8 -3 5.8 0.3048 21 318 | DS -3 -5.8 3 -5.8 0.3048 21 319 | DS 3 -5.8 3 5.8 0.3048 21 320 | DS -3 5.8 3 5.8 0.3048 21 321 | $PAD 322 | Sh "" C 1.5 1.5 0 0 0 323 | Dr 1.5 0 0 324 | At HOLE N 00E0FFFF 325 | Ne 0 "" 326 | Po 0 3.25 327 | $EndPAD 328 | $PAD 329 | Sh "" C 1.5 1.5 0 0 0 330 | Dr 1.5 0 0 331 | At HOLE N 00E0FFFF 332 | Ne 0 "" 333 | Po 0 -2.75 334 | $EndPAD 335 | $PAD 336 | Sh "1" R 1.5 1.5 0 0 0 337 | Dr 0 0 0 338 | At SMD N 00888000 339 | Ne 0 "" 340 | Po -3.3 3.95 341 | $EndPAD 342 | $PAD 343 | Sh "2" R 1.5 1.5 0 0 0 344 | Dr 0 0 0 345 | At SMD N 00888000 346 | Ne 0 "" 347 | Po -3.3 -2.75 348 | $EndPAD 349 | $PAD 350 | Sh "3" R 1.5 1.5 0 0 0 351 | Dr 0 0 0 352 | At SMD N 00888000 353 | Ne 0 "" 354 | Po -3.3 0.75 355 | $EndPAD 356 | $PAD 357 | Sh "1" R 1.5 1.5 0 0 0 358 | Dr 0 0 0 359 | At SMD N 00888000 360 | Ne 0 "" 361 | Po 3.3 3.95 362 | $EndPAD 363 | $PAD 364 | Sh "3" R 1.5 1.5 0 0 0 365 | Dr 0 0 0 366 | At SMD N 00888000 367 | Ne 0 "" 368 | Po 3.3 0.75 369 | $EndPAD 370 | $PAD 371 | Sh "2" R 1.5 1.5 0 0 0 372 | Dr 0 0 0 373 | At SMD N 00888000 374 | Ne 0 "" 375 | Po 3.3 -2.75 376 | $EndPAD 377 | $SHAPE3D 378 | Na "walter/conn_av/jack_3.5_pj313d-smt.wrl" 379 | Sc 1 1 1 380 | Of 0 0 0 381 | Ro 0 0 0 382 | $EndSHAPE3D 383 | $EndMODULE jack_3.5_pj313d-smt 384 | $MODULE jack_3.5_sj1-3513-smt 385 | Po 0 0 0 15 5173E7CA 00000000 ~~ 386 | Li jack_3.5_sj1-3513-smt 387 | Cd 3.5mm jack, CUI SJ1-3513-SMT 388 | Sc 0 389 | AR 390 | Op 0 0 0 391 | T0 0.1 -6.7 0.99822 0.99822 0 0.19812 N V 21 N "JP***" 392 | T1 0 10.2 0.99822 0.99822 0 0.19812 N V 21 N "jack_3.5_sj1-3513-smt" 393 | DS -2.5 6.1 -2.5 9.1 0.3048 21 394 | DS -2.5 9.1 2.5 9.1 0.3048 21 395 | DS 2.5 9.1 2.5 6.1 0.3048 21 396 | DS -5 6.1 -5 -5.9 0.3048 21 397 | DS -5 -5.9 4.5 -5.9 0.3048 21 398 | DS 4.5 -5.9 4.5 6.1 0.3048 21 399 | DS 4.5 6.1 -5 6.1 0.3048 21 400 | $PAD 401 | Sh "" C 1.6 1.6 0 0 0 402 | Dr 1.6 0 0 403 | At HOLE N 00E0FFFF 404 | Ne 0 "" 405 | Po 0 3.1 406 | $EndPAD 407 | $PAD 408 | Sh "" C 1.6 1.6 0 0 0 409 | Dr 1.6 0 0 410 | At HOLE N 00E0FFFF 411 | Ne 0 "" 412 | Po 0 -2.9 413 | $EndPAD 414 | $PAD 415 | Sh "1" R 1.75 2.9 0 0 0 416 | Dr 0 0 0 417 | At SMD N 00888000 418 | Ne 0 "" 419 | Po -5.9 3.3 420 | $EndPAD 421 | $PAD 422 | Sh "2" R 2.25 2.9 0 0 0 423 | Dr 0 0 0 424 | At SMD N 00888000 425 | Ne 0 "" 426 | Po 5.7 -3.1 427 | $EndPAD 428 | $PAD 429 | Sh "3" R 1.75 2.1 0 0 0 430 | Dr 0 0 0 431 | At SMD N 00888000 432 | Ne 0 "" 433 | Po -5.9 -3.05 434 | $EndPAD 435 | $SHAPE3D 436 | Na "walter/conn_av/jack_3.5_sj1-3513-smt.wrl" 437 | Sc 1 1 1 438 | Of 0 0 0 439 | Ro 0 0 0 440 | $EndSHAPE3D 441 | $EndMODULE jack_3.5_sj1-3513-smt 442 | $MODULE jack_3.5_sj1-3514-smt 443 | Po 0 0 0 15 5173FDE2 00000000 ~~ 444 | Li jack_3.5_sj1-3514-smt 445 | Cd 3.5mm jack, CUI SJ1-3514-SMT 446 | Sc 0 447 | AR 448 | Op 0 0 0 449 | T0 0.1 -6.7 0.99822 0.99822 0 0.19812 N V 21 N "JP***" 450 | T1 0 10.2 0.99822 0.99822 0 0.19812 N V 21 N "jack_3.5_sj1-3514-smt" 451 | DS -2.5 6.1 -2.5 9.1 0.3048 21 452 | DS -2.5 9.1 2.5 9.1 0.3048 21 453 | DS 2.5 9.1 2.5 6.1 0.3048 21 454 | DS -5 6.1 -5 -5.9 0.3048 21 455 | DS -5 -5.9 4.5 -5.9 0.3048 21 456 | DS 4.5 -5.9 4.5 6.1 0.3048 21 457 | DS 4.5 6.1 -5 6.1 0.3048 21 458 | $PAD 459 | Sh "" C 1.6 1.6 0 0 0 460 | Dr 1.6 0 0 461 | At HOLE N 00E0FFFF 462 | Ne 0 "" 463 | Po 0 3.1 464 | $EndPAD 465 | $PAD 466 | Sh "" C 1.6 1.6 0 0 0 467 | Dr 1.6 0 0 468 | At HOLE N 00E0FFFF 469 | Ne 0 "" 470 | Po 0 -2.9 471 | $EndPAD 472 | $PAD 473 | Sh "1" R 1.75 2.9 0 0 0 474 | Dr 0 0 0 475 | At SMD N 00888000 476 | Ne 0 "" 477 | Po -5.9 3.3 478 | $EndPAD 479 | $PAD 480 | Sh "3" R 2.25 2.9 0 0 0 481 | Dr 0 0 0 482 | At SMD N 00888000 483 | Ne 0 "" 484 | Po 5.7 -3.1 485 | $EndPAD 486 | $PAD 487 | Sh "4" R 1.75 2.1 0 0 0 488 | Dr 0 0 0 489 | At SMD N 00888000 490 | Ne 0 "" 491 | Po -5.9 -3.05 492 | $EndPAD 493 | $PAD 494 | Sh "2" R 2.25 2.4 0 0 0 495 | Dr 0 0 0 496 | At SMD N 00888000 497 | Ne 0 "" 498 | Po 5.7 1.2 499 | $EndPAD 500 | $SHAPE3D 501 | Na "walter/conn_av/jack_3.5_sj1-3514-smt.wrl" 502 | Sc 1 1 1 503 | Of 0 0 0 504 | Ro 0 0 0 505 | $EndSHAPE3D 506 | $EndMODULE jack_3.5_sj1-3514-smt 507 | $MODULE jack_3.5_sj1-3515-smt 508 | Po 0 0 0 15 5173FCE9 00000000 ~~ 509 | Li jack_3.5_sj1-3515-smt 510 | Cd 3.5mm jack, CUI SJ1-3515-SMT 511 | Sc 0 512 | AR 513 | Op 0 0 0 514 | T0 0.1 -6.7 0.99822 0.99822 0 0.19812 N V 21 N "JP***" 515 | T1 0 10.2 0.99822 0.99822 0 0.19812 N V 21 N "jack_3.5_sj1-3515-smt" 516 | DS -2.5 6.1 -2.5 9.1 0.3048 21 517 | DS -2.5 9.1 2.5 9.1 0.3048 21 518 | DS 2.5 9.1 2.5 6.1 0.3048 21 519 | DS -5 6.1 -5 -5.9 0.3048 21 520 | DS -5 -5.9 4.5 -5.9 0.3048 21 521 | DS 4.5 -5.9 4.5 6.1 0.3048 21 522 | DS 4.5 6.1 -5 6.1 0.3048 21 523 | $PAD 524 | Sh "" C 1.6 1.6 0 0 0 525 | Dr 1.6 0 0 526 | At HOLE N 00E0FFFF 527 | Ne 0 "" 528 | Po 0 3.1 529 | $EndPAD 530 | $PAD 531 | Sh "" C 1.6 1.6 0 0 0 532 | Dr 1.6 0 0 533 | At HOLE N 00E0FFFF 534 | Ne 0 "" 535 | Po 0 -2.9 536 | $EndPAD 537 | $PAD 538 | Sh "1" R 1.75 2.9 0 0 0 539 | Dr 0 0 0 540 | At SMD N 00888000 541 | Ne 0 "" 542 | Po -5.9 3.3 543 | $EndPAD 544 | $PAD 545 | Sh "2" R 2.25 2.9 0 0 0 546 | Dr 0 0 0 547 | At SMD N 00888000 548 | Ne 0 "" 549 | Po 5.7 -3.1 550 | $EndPAD 551 | $PAD 552 | Sh "3" R 1.75 2.1 0 0 0 553 | Dr 0 0 0 554 | At SMD N 00888000 555 | Ne 0 "" 556 | Po -5.9 -3.05 557 | $EndPAD 558 | $PAD 559 | Sh "4" R 2.25 2.4 0 0 0 560 | Dr 0 0 0 561 | At SMD N 00888000 562 | Ne 0 "" 563 | Po 5.7 1.2 564 | $EndPAD 565 | $PAD 566 | Sh "5" R 1.75 1.8 0 0 0 567 | Dr 0 0 0 568 | At SMD N 00888000 569 | Ne 0 "" 570 | Po -5.9 0 571 | $EndPAD 572 | $SHAPE3D 573 | Na "walter/conn_av/jack_3.5_sj1-3515-smt.wrl" 574 | Sc 1 1 1 575 | Of 0 0 0 576 | Ro 0 0 0 577 | $EndSHAPE3D 578 | $EndMODULE jack_3.5_sj1-3515-smt 579 | $MODULE jack_3.5_vert_lje0352-4r 580 | Po 0 0 0 15 51004EEA 00000000 ~~ 581 | Li jack_3.5_vert_lje0352-4r 582 | Cd Vertical 3.5mm jack, Lih Sheng LJE0352-4R 583 | Sc 0 584 | AR 585 | Op 0 0 0 586 | T0 0 -5.90042 0.99822 0.99822 0 0.19812 N V 21 N "JP***" 587 | T1 0 6.59892 0.99822 0.99822 0 0.19812 N V 21 N "jack_3.5_vert_lje0352-4r" 588 | DC 0 0 3.79984 0 0.3048 21 589 | DC 0 0 1.99898 0 0.3048 21 590 | DC 0 0 4.0005 0 0.3048 21 591 | DC 0 0 1.80086 0 0.3048 21 592 | DS -4.50088 5.4991 4.50088 5.4991 0.3048 21 593 | DS 4.50088 5.4991 4.50088 -4.50088 0.3048 21 594 | DS 4.50088 -4.50088 2.99974 -5.00126 0.3048 21 595 | DS 2.99974 -5.00126 -2.99974 -5.00126 0.3048 21 596 | DS -2.99974 -5.00126 -4.50088 -4.50088 0.3048 21 597 | DS -4.50088 -4.50088 -4.50088 5.4991 0.3048 21 598 | $PAD 599 | Sh "3" O 3.49758 2.19964 0 0 0 600 | Dr 2.19964 0 0 O 2.19964 0.99822 601 | At STD N 00E0FFFF 602 | Ne 0 "" 603 | Po 0 4.29768 604 | $EndPAD 605 | $PAD 606 | Sh "1" O 2.19964 3.49758 0 0 0 607 | Dr 0.99568 0 0 O 0.99568 2.1971 608 | At STD N 00E0FFFF 609 | Ne 0 "" 610 | Po 3.6957 -0.5969 611 | $EndPAD 612 | $PAD 613 | Sh "4" O 3.49758 2.19964 0 0 0 614 | Dr 2.19964 0 0 O 2.19964 0.99822 615 | At STD N 00E0FFFF 616 | Ne 0 "" 617 | Po 0 -3.7973 618 | $EndPAD 619 | $PAD 620 | Sh "2" O 2.19964 3.49758 0 0 0 621 | Dr 0.99568 0 0 O 0.99568 2.1971 622 | At STD N 00E0FFFF 623 | Ne 0 "" 624 | Po -3.49758 -0.5969 625 | $EndPAD 626 | $SHAPE3D 627 | Na "walter/conn_av/jack_3.5_vert_plug.wrl" 628 | Sc 1 1 1 629 | Of 0 0 0 630 | Ro 0 0 0 631 | $EndSHAPE3D 632 | $EndMODULE jack_3.5_vert_lje0352-4r 633 | $MODULE minidin-8 634 | Po 0 0 0 15 51C20F29 00000000 ~~ 635 | Li minidin-8 636 | Cd MiniDin 8 (S-Video), Tyco P/N 1734096-1 637 | Sc 0 638 | AR minidin-8 639 | Op 0 0 0 640 | T0 0 8.128 1.524 1.524 0 0.3048 N V 21 N "minidin-8" 641 | T1 0 -7.366 1.524 1.524 0 0.3048 N V 21 N "JP***" 642 | DS -3.937 5.842 -3.937 6.35 0.381 21 643 | DS 3.937 5.842 3.937 6.35 0.381 21 644 | DS -3.937 5.842 3.937 5.842 0.381 21 645 | DS -3.937 6.096 3.937 6.096 0.381 21 646 | DS 3.937 6.35 -3.937 6.35 0.381 21 647 | DS 7.112 6.477 7.112 -6.477 0.381 21 648 | DS 7.112 -6.477 -7.112 -6.477 0.381 21 649 | DS -7.112 -6.477 -7.112 6.477 0.381 21 650 | DS -7.112 6.477 7.112 6.477 0.381 21 651 | $PAD 652 | Sh "9" C 3.50012 3.50012 0 0 0 653 | Dr 2.19964 0 0 654 | At STD N 0000FFFF 655 | Ne 0 "" 656 | Po -6.74878 1.00076 657 | $EndPAD 658 | $PAD 659 | Sh "11" C 3.50012 3.50012 0 0 0 660 | Dr 2.19964 0 0 661 | At STD N 0000FFFF 662 | Ne 0 "" 663 | Po 6.74878 1.00076 664 | $EndPAD 665 | $PAD 666 | Sh "6" C 1.50114 1.50114 0 0 0 667 | Dr 0.89916 0 0 668 | At STD N 00F0FFFF 669 | Ne 0 "" 670 | Po -2.90068 -1.99898 671 | $EndPAD 672 | $PAD 673 | Sh "7" C 1.50114 1.50114 0 0 0 674 | Dr 0.89916 0 0 675 | At STD N 00F0FFFF 676 | Ne 0 "" 677 | Po -0.89916 -1.99898 678 | $EndPAD 679 | $PAD 680 | Sh "8" C 1.50114 1.50114 0 0 0 681 | Dr 0.89916 0 0 682 | At STD N 00F0FFFF 683 | Ne 0 "" 684 | Po 2.90068 -1.99898 685 | $EndPAD 686 | $PAD 687 | Sh "1" C 1.50114 1.50114 0 0 0 688 | Dr 0.89916 0 0 689 | At STD N 00F0FFFF 690 | Ne 0 "" 691 | Po -0.09906 -4.50088 692 | $EndPAD 693 | $PAD 694 | Sh "2" C 1.50114 1.50114 0 0 0 695 | Dr 0.89916 0 0 696 | At STD N 00F0FFFF 697 | Ne 0 "" 698 | Po 1.89992 -4.50088 699 | $EndPAD 700 | $PAD 701 | Sh "3" C 1.50114 1.50114 0 0 0 702 | Dr 0.89916 0 0 703 | At STD N 00F0FFFF 704 | Ne 0 "" 705 | Po -3.8989 -4.50088 706 | $EndPAD 707 | $PAD 708 | Sh "4" C 1.50114 1.50114 0 0 0 709 | Dr 0.89916 0 0 710 | At STD N 00F0FFFF 711 | Ne 0 "" 712 | Po -1.80086 -4.50088 713 | $EndPAD 714 | $PAD 715 | Sh "5" C 1.50114 1.50114 0 0 0 716 | Dr 0.89916 0 0 717 | At STD N 00F0FFFF 718 | Ne 0 "" 719 | Po 3.8989 -4.50088 720 | $EndPAD 721 | $PAD 722 | Sh "10" C 3.50012 3.50012 0 0 0 723 | Dr 2.19964 0 0 724 | At STD N 0000FFFF 725 | Ne 0 "" 726 | Po 0 1.80086 727 | $EndPAD 728 | $SHAPE3D 729 | Na "walter/conn_av/minidin-8.wrl" 730 | Sc 1 1 1 731 | Of 0 0 0 732 | Ro 0 0 0 733 | $EndSHAPE3D 734 | $EndMODULE minidin-8 735 | $MODULE rca_black 736 | Po 0 0 0 15 500458FC 00000000 ~~ 737 | Li rca_black 738 | Cd RCA Audio connector, black, Pro Signal p/n PSG01544 739 | Kw rca, audio 740 | Sc 0 741 | AR 742 | Op 0 0 0 743 | T0 0 15.7988 1.524 1.524 0 0.3048 N V 21 N "rca_black" 744 | T1 0 -7.69874 1.524 1.524 0 0.3048 N V 21 N "VAL**" 745 | DC -3.2512 -5.79882 -3.79984 -5.79882 0.381 21 746 | DC 3.2512 -5.79882 2.70002 -5.84962 0.381 21 747 | DC 3.2512 4.0005 2.70002 4.04876 0.381 21 748 | DC -3.2512 4.0005 -3.79984 3.9497 0.381 21 749 | DC -3.2512 0 -3.79984 0 0.381 21 750 | DC 3.2512 0 2.70002 -0.0508 0.381 21 751 | DS -4.30022 5.00126 -4.30022 14.00048 0.381 21 752 | DS -4.30022 14.00048 4.30022 14.00048 0.381 21 753 | DS 4.30022 14.00048 4.30022 5.00126 0.381 21 754 | DS 4.8006 -4.89966 5.40004 -4.89966 0.381 21 755 | DS 5.40004 -4.89966 5.40004 -3.0988 0.381 21 756 | DS 5.40004 -3.0988 4.8006 -3.0988 0.381 21 757 | DS -5.40004 -4.89966 -4.8006 -4.89966 0.381 21 758 | DS -4.8006 -3.0988 -5.40004 -3.0988 0.381 21 759 | DS -5.40004 -3.0988 -5.40004 -4.89966 0.381 21 760 | DS -4.8006 -6.79958 -1.80086 -6.79958 0.381 21 761 | DS -1.80086 -6.79958 -1.80086 -5.99948 0.381 21 762 | DS -1.80086 -5.99948 1.80086 -5.99948 0.381 21 763 | DS 1.80086 -5.99948 1.80086 -6.79958 0.381 21 764 | DS 1.80086 -6.79958 4.8006 -6.79958 0.381 21 765 | DS 4.8006 5.00126 -4.8006 5.00126 0.381 21 766 | DS -4.8006 4.99872 -4.8006 -6.80212 0.381 21 767 | DS 4.8006 -6.79958 4.8006 5.00126 0.381 21 768 | $PAD 769 | Sh "2" O 1.99898 3.19786 0 0 0 770 | Dr 0.99568 0 0 O 0.99568 2.1971 771 | At STD N 00E0FFFF 772 | Ne 0 "" 773 | Po 5.0546 -3.99796 774 | $EndPAD 775 | $PAD 776 | Sh "1" O 3.19786 1.99898 0 0 0 777 | Dr 2.1971 0 0 O 2.1971 0.99568 778 | At STD N 00E0FFFF 779 | Ne 0 "" 780 | Po 0 0 781 | $EndPAD 782 | $PAD 783 | Sh "2" O 1.99898 3.19786 0 0 0 784 | Dr 0.99568 0 0 O 0.99568 2.1971 785 | At STD N 00E0FFFF 786 | Ne 0 "" 787 | Po -5.0546 -3.99796 788 | $EndPAD 789 | $SHAPE3D 790 | Na "walter/conn_av/rca_black.wrl" 791 | Sc 1 1 1 792 | Of 0 0 0 793 | Ro 0 0 0 794 | $EndSHAPE3D 795 | $EndMODULE rca_black 796 | $MODULE rca_red 797 | Po 0 0 0 15 50045905 00000000 ~~ 798 | Li rca_red 799 | Cd RCA Audio connector, red, Pro Signal p/n PSG01545 800 | Kw rca, audio 801 | Sc 0 802 | AR 803 | Op 0 0 0 804 | T0 0 15.7988 1.524 1.524 0 0.3048 N V 21 N "rca_red" 805 | T1 0 -7.69874 1.524 1.524 0 0.3048 N V 21 N "VAL**" 806 | DC -3.2512 -5.79882 -3.79984 -5.79882 0.381 21 807 | DC 3.2512 -5.79882 2.70002 -5.84962 0.381 21 808 | DC 3.2512 4.0005 2.70002 4.04876 0.381 21 809 | DC -3.2512 4.0005 -3.79984 3.9497 0.381 21 810 | DC -3.2512 0 -3.79984 0 0.381 21 811 | DC 3.2512 0 2.70002 -0.0508 0.381 21 812 | DS -4.30022 5.00126 -4.30022 14.00048 0.381 21 813 | DS -4.30022 14.00048 4.30022 14.00048 0.381 21 814 | DS 4.30022 14.00048 4.30022 5.00126 0.381 21 815 | DS 4.8006 -4.89966 5.40004 -4.89966 0.381 21 816 | DS 5.40004 -4.89966 5.40004 -3.0988 0.381 21 817 | DS 5.40004 -3.0988 4.8006 -3.0988 0.381 21 818 | DS -5.40004 -4.89966 -4.8006 -4.89966 0.381 21 819 | DS -4.8006 -3.0988 -5.40004 -3.0988 0.381 21 820 | DS -5.40004 -3.0988 -5.40004 -4.89966 0.381 21 821 | DS -4.8006 -6.79958 -1.80086 -6.79958 0.381 21 822 | DS -1.80086 -6.79958 -1.80086 -5.99948 0.381 21 823 | DS -1.80086 -5.99948 1.80086 -5.99948 0.381 21 824 | DS 1.80086 -5.99948 1.80086 -6.79958 0.381 21 825 | DS 1.80086 -6.79958 4.8006 -6.79958 0.381 21 826 | DS 4.8006 5.00126 -4.8006 5.00126 0.381 21 827 | DS -4.8006 4.99872 -4.8006 -6.80212 0.381 21 828 | DS 4.8006 -6.79958 4.8006 5.00126 0.381 21 829 | $PAD 830 | Sh "2" O 1.99898 3.19786 0 0 0 831 | Dr 0.99568 0 0 O 0.99568 2.1971 832 | At STD N 00E0FFFF 833 | Ne 0 "" 834 | Po 5.0546 -3.99796 835 | $EndPAD 836 | $PAD 837 | Sh "1" O 3.19786 1.99898 0 0 0 838 | Dr 2.1971 0 0 O 2.1971 0.99568 839 | At STD N 00E0FFFF 840 | Ne 0 "" 841 | Po 0 0 842 | $EndPAD 843 | $PAD 844 | Sh "2" O 1.99898 3.19786 0 0 0 845 | Dr 0.99568 0 0 O 0.99568 2.1971 846 | At STD N 00E0FFFF 847 | Ne 0 "" 848 | Po -5.0546 -3.99796 849 | $EndPAD 850 | $SHAPE3D 851 | Na "walter/conn_av/rca_red.wrl" 852 | Sc 1 1 1 853 | Of 0 0 0 854 | Ro 0 0 0 855 | $EndSHAPE3D 856 | $EndMODULE rca_red 857 | $MODULE rca_white 858 | Po 0 0 0 15 500458E4 00000000 ~~ 859 | Li rca_white 860 | Cd RCA Audio connector, white, Pro Signal p/n PSG01546 861 | Kw rca, audio 862 | Sc 0 863 | AR 864 | Op 0 0 0 865 | T0 0 15.7988 1.524 1.524 0 0.3048 N V 21 N "rca_white" 866 | T1 0 -7.69874 1.524 1.524 0 0.3048 N V 21 N "VAL**" 867 | DC -3.2512 -5.79882 -3.79984 -5.79882 0.381 21 868 | DC 3.2512 -5.79882 2.70002 -5.84962 0.381 21 869 | DC 3.2512 4.0005 2.70002 4.04876 0.381 21 870 | DC -3.2512 4.0005 -3.79984 3.9497 0.381 21 871 | DC -3.2512 0 -3.79984 0 0.381 21 872 | DC 3.2512 0 2.70002 -0.0508 0.381 21 873 | DS -4.30022 5.00126 -4.30022 14.00048 0.381 21 874 | DS -4.30022 14.00048 4.30022 14.00048 0.381 21 875 | DS 4.30022 14.00048 4.30022 5.00126 0.381 21 876 | DS 4.8006 -4.89966 5.40004 -4.89966 0.381 21 877 | DS 5.40004 -4.89966 5.40004 -3.0988 0.381 21 878 | DS 5.40004 -3.0988 4.8006 -3.0988 0.381 21 879 | DS -5.40004 -4.89966 -4.8006 -4.89966 0.381 21 880 | DS -4.8006 -3.0988 -5.40004 -3.0988 0.381 21 881 | DS -5.40004 -3.0988 -5.40004 -4.89966 0.381 21 882 | DS -4.8006 -6.79958 -1.80086 -6.79958 0.381 21 883 | DS -1.80086 -6.79958 -1.80086 -5.99948 0.381 21 884 | DS -1.80086 -5.99948 1.80086 -5.99948 0.381 21 885 | DS 1.80086 -5.99948 1.80086 -6.79958 0.381 21 886 | DS 1.80086 -6.79958 4.8006 -6.79958 0.381 21 887 | DS 4.8006 5.00126 -4.8006 5.00126 0.381 21 888 | DS -4.8006 4.99872 -4.8006 -6.80212 0.381 21 889 | DS 4.8006 -6.79958 4.8006 5.00126 0.381 21 890 | $PAD 891 | Sh "2" O 1.99898 3.19786 0 0 0 892 | Dr 0.99568 0 0 O 0.99568 2.1971 893 | At STD N 00E0FFFF 894 | Ne 0 "" 895 | Po 5.0546 -3.99796 896 | $EndPAD 897 | $PAD 898 | Sh "1" O 3.19786 1.99898 0 0 0 899 | Dr 2.1971 0 0 O 2.1971 0.99568 900 | At STD N 00E0FFFF 901 | Ne 0 "" 902 | Po 0 0 903 | $EndPAD 904 | $PAD 905 | Sh "2" O 1.99898 3.19786 0 0 0 906 | Dr 0.99568 0 0 O 0.99568 2.1971 907 | At STD N 00E0FFFF 908 | Ne 0 "" 909 | Po -5.0546 -3.99796 910 | $EndPAD 911 | $SHAPE3D 912 | Na "walter/conn_av/rca_white.wrl" 913 | Sc 1 1 1 914 | Of 0 0 0 915 | Ro 0 0 0 916 | $EndSHAPE3D 917 | $EndMODULE rca_white 918 | $MODULE rca_yellow 919 | Po 0 0 0 15 5004590E 00000000 ~~ 920 | Li rca_yellow 921 | Cd RCA Audio connector, yellow, Pro Signal p/n PSG01547 922 | Kw rca, audio 923 | Sc 0 924 | AR 925 | Op 0 0 0 926 | T0 0 15.7988 1.524 1.524 0 0.3048 N V 21 N "rca_yellow" 927 | T1 0 -7.69874 1.524 1.524 0 0.3048 N V 21 N "VAL**" 928 | DC -3.2512 -5.79882 -3.79984 -5.79882 0.381 21 929 | DC 3.2512 -5.79882 2.70002 -5.84962 0.381 21 930 | DC 3.2512 4.0005 2.70002 4.04876 0.381 21 931 | DC -3.2512 4.0005 -3.79984 3.9497 0.381 21 932 | DC -3.2512 0 -3.79984 0 0.381 21 933 | DC 3.2512 0 2.70002 -0.0508 0.381 21 934 | DS -4.30022 5.00126 -4.30022 14.00048 0.381 21 935 | DS -4.30022 14.00048 4.30022 14.00048 0.381 21 936 | DS 4.30022 14.00048 4.30022 5.00126 0.381 21 937 | DS 4.8006 -4.89966 5.40004 -4.89966 0.381 21 938 | DS 5.40004 -4.89966 5.40004 -3.0988 0.381 21 939 | DS 5.40004 -3.0988 4.8006 -3.0988 0.381 21 940 | DS -5.40004 -4.89966 -4.8006 -4.89966 0.381 21 941 | DS -4.8006 -3.0988 -5.40004 -3.0988 0.381 21 942 | DS -5.40004 -3.0988 -5.40004 -4.89966 0.381 21 943 | DS -4.8006 -6.79958 -1.80086 -6.79958 0.381 21 944 | DS -1.80086 -6.79958 -1.80086 -5.99948 0.381 21 945 | DS -1.80086 -5.99948 1.80086 -5.99948 0.381 21 946 | DS 1.80086 -5.99948 1.80086 -6.79958 0.381 21 947 | DS 1.80086 -6.79958 4.8006 -6.79958 0.381 21 948 | DS 4.8006 5.00126 -4.8006 5.00126 0.381 21 949 | DS -4.8006 4.99872 -4.8006 -6.80212 0.381 21 950 | DS 4.8006 -6.79958 4.8006 5.00126 0.381 21 951 | $PAD 952 | Sh "2" O 1.99898 3.19786 0 0 0 953 | Dr 0.99568 0 0 O 0.99568 2.1971 954 | At STD N 00E0FFFF 955 | Ne 0 "" 956 | Po 5.0546 -3.99796 957 | $EndPAD 958 | $PAD 959 | Sh "1" O 3.19786 1.99898 0 0 0 960 | Dr 2.1971 0 0 O 2.1971 0.99568 961 | At STD N 00E0FFFF 962 | Ne 0 "" 963 | Po 0 0 964 | $EndPAD 965 | $PAD 966 | Sh "2" O 1.99898 3.19786 0 0 0 967 | Dr 0.99568 0 0 O 0.99568 2.1971 968 | At STD N 00E0FFFF 969 | Ne 0 "" 970 | Po -5.0546 -3.99796 971 | $EndPAD 972 | $SHAPE3D 973 | Na "walter/conn_av/rca_yellow.wrl" 974 | Sc 1 1 1 975 | Of 0 0 0 976 | Ro 0 0 0 977 | $EndSHAPE3D 978 | $EndMODULE rca_yellow 979 | $EndLIBRARY 980 | -------------------------------------------------------------------------------- /libraries/w_conn_av/w_conn_av.pretty/SCART.kicad_mod: -------------------------------------------------------------------------------- 1 | (module SCART (layer F.Cu) 2 | (descr "SCART socket, Tyco P/N 1483465-1") 3 | (fp_text reference SCART (at 0 5.10032) (layer F.SilkS) 4 | (effects (font (thickness 0.3048))) 5 | ) 6 | (fp_text value JP*** (at 0 -9.906) (layer F.SilkS) 7 | (effects (font (thickness 0.3048))) 8 | ) 9 | (fp_line (start -25.4 -1.397) (end -25.4 1.651) (layer F.SilkS) (width 0.381)) 10 | (fp_line (start 25.4 -1.397) (end 25.4 1.651) (layer F.SilkS) (width 0.381)) 11 | (fp_line (start -23.368 8.509) (end 23.876 8.509) (layer F.SilkS) (width 0.381)) 12 | (fp_line (start -27.051 -1.397) (end -27.051 1.651) (layer F.SilkS) (width 0.381)) 13 | (fp_line (start 27.051 -1.397) (end 27.051 1.651) (layer F.SilkS) (width 0.381)) 14 | (fp_line (start -23.368 -1.397) (end -23.368 -8.509) (layer F.SilkS) (width 0.381)) 15 | (fp_line (start -23.368 -8.509) (end 23.876 -8.509) (layer F.SilkS) (width 0.381)) 16 | (fp_line (start 23.876 -8.509) (end 23.876 -1.397) (layer F.SilkS) (width 0.381)) 17 | (fp_line (start -27.051 -1.397) (end 27.051 -1.397) (layer F.SilkS) (width 0.381)) 18 | (fp_line (start 27.051 1.651) (end -27.051 1.651) (layer F.SilkS) (width 0.381)) 19 | (fp_line (start -23.368 8.509) (end -23.368 1.651) (layer F.SilkS) (width 0.381)) 20 | (fp_line (start 23.876 8.509) (end 23.876 1.651) (layer F.SilkS) (width 0.381)) 21 | (pad 1 thru_hole circle (at 19.05 -7.27964) (size 1.99898 1.99898) (drill 1.19888) (layers *.Cu *.Mask)) 22 | (pad 2 thru_hole circle (at 17.145 -2.19964) (size 1.99898 1.99898) (drill 1.19888) (layers *.Cu *.Mask)) 23 | (pad 3 thru_hole circle (at 15.24 -7.27964) (size 1.99898 1.99898) (drill 1.19888) (layers *.Cu *.Mask)) 24 | (pad 4 thru_hole circle (at 13.335 -2.19964) (size 1.99898 1.99898) (drill 1.19888) (layers *.Cu *.Mask)) 25 | (pad 5 thru_hole circle (at 11.43 -7.27964) (size 1.99898 1.99898) (drill 1.19888) (layers *.Cu *.Mask)) 26 | (pad 6 thru_hole circle (at 9.525 -2.19964) (size 1.99898 1.99898) (drill 1.19888) (layers *.Cu *.Mask)) 27 | (pad 7 thru_hole circle (at 7.62 -7.27964) (size 1.99898 1.99898) (drill 1.19888) (layers *.Cu *.Mask)) 28 | (pad 8 thru_hole circle (at 5.715 -2.19964) (size 1.99898 1.99898) (drill 1.19888) (layers *.Cu *.Mask)) 29 | (pad 9 thru_hole circle (at 3.81 -7.27964) (size 1.99898 1.99898) (drill 1.19888) (layers *.Cu *.Mask)) 30 | (pad 10 thru_hole circle (at 1.905 -2.19964) (size 1.99898 1.99898) (drill 1.19888) (layers *.Cu *.Mask)) 31 | (pad 11 thru_hole circle (at 0 -7.27964) (size 1.99898 1.99898) (drill 1.19888) (layers *.Cu *.Mask)) 32 | (pad 12 thru_hole circle (at -1.905 -2.19964) (size 1.99898 1.99898) (drill 1.19888) (layers *.Cu *.Mask)) 33 | (pad 13 thru_hole circle (at -3.81 -7.27964) (size 1.99898 1.99898) (drill 1.19888) (layers *.Cu *.Mask)) 34 | (pad 14 thru_hole circle (at -5.715 -2.19964) (size 1.99898 1.99898) (drill 1.19888) (layers *.Cu *.Mask)) 35 | (pad 15 thru_hole circle (at -7.62 -7.27964) (size 1.99898 1.99898) (drill 1.19888) (layers *.Cu *.Mask)) 36 | (pad 16 thru_hole circle (at -9.525 -2.19964) (size 1.99898 1.99898) (drill 1.19888) (layers *.Cu *.Mask)) 37 | (pad 17 thru_hole circle (at -11.43 -7.27964) (size 1.99898 1.99898) (drill 1.19888) (layers *.Cu *.Mask)) 38 | (pad 18 thru_hole circle (at -13.335 -2.19964) (size 1.99898 1.99898) (drill 1.19888) (layers *.Cu *.Mask)) 39 | (pad 19 thru_hole circle (at -15.24 -7.27964) (size 1.99898 1.99898) (drill 1.19888) (layers *.Cu *.Mask)) 40 | (pad 20 thru_hole circle (at -17.145 -2.19964) (size 1.99898 1.99898) (drill 1.19888) (layers *.Cu *.Mask)) 41 | (pad 21 thru_hole circle (at -19.05 -7.27964) (size 1.99898 1.99898) (drill 1.19888) (layers *.Cu *.Mask)) 42 | (pad "" np_thru_hole oval (at 26.49982 -0.20066) (size 3.1 4.1) (drill oval 3 4) (layers *.Cu *.Mask F.SilkS)) 43 | (pad "" np_thru_hole oval (at -26.49982 -0.20066) (size 3.1 4.1) (drill oval 3 4) (layers *.Cu *.Mask F.SilkS)) 44 | (model walter/conn_av/scart.wrl 45 | (at (xyz 0 0 0)) 46 | (scale (xyz 1 1 1)) 47 | (rotate (xyz 0 0 0)) 48 | ) 49 | ) 50 | -------------------------------------------------------------------------------- /libraries/w_conn_av/w_conn_av.pretty/din-5.kicad_mod: -------------------------------------------------------------------------------- 1 | (module din-5 (layer F.Cu) (tedit 5B4C9AD9) 2 | (descr "Din 5 (MIDI), Pro Signal P/N PSG03463") 3 | (fp_text reference din-5 (at 0 11) (layer F.SilkS) 4 | (effects (font (size 1.5 1.5) (thickness 0.3))) 5 | ) 6 | (fp_text value JP*** (at 0 -11) (layer F.SilkS) 7 | (effects (font (size 1.5 1.5) (thickness 0.3))) 8 | ) 9 | (fp_line (start -8.99922 8.7503) (end 10.50036 8.7503) (layer F.SilkS) (width 0.3048)) 10 | (fp_line (start 8.99922 8.99922) (end -8.99922 8.99922) (layer F.SilkS) (width 0.3048)) 11 | (fp_line (start -10.50036 9.25068) (end 8.99922 9.25068) (layer F.SilkS) (width 0.3048)) 12 | (fp_line (start -8.99922 -8.99922) (end -8.99922 8.001) (layer F.SilkS) (width 0.3048)) 13 | (fp_line (start -8.99922 -8.99922) (end -8.49884 -9.4996) (layer F.SilkS) (width 0.3048)) 14 | (fp_line (start -8.49884 -9.4996) (end -5.99948 -9.4996) (layer F.SilkS) (width 0.3048)) 15 | (fp_line (start -5.99948 -9.4996) (end -5.4991 -8.99922) (layer F.SilkS) (width 0.3048)) 16 | (fp_line (start -5.4991 -8.99922) (end -5.4991 -7.00024) (layer F.SilkS) (width 0.3048)) 17 | (fp_line (start -5.4991 -7.00024) (end -1.99898 -7.00024) (layer F.SilkS) (width 0.3048)) 18 | (fp_line (start 8.99922 -8.99922) (end 8.99922 8.001) (layer F.SilkS) (width 0.3048)) 19 | (fp_line (start 8.99922 -8.99922) (end 8.49884 -9.4996) (layer F.SilkS) (width 0.3048)) 20 | (fp_line (start 8.49884 -9.4996) (end 6.49986 -9.4996) (layer F.SilkS) (width 0.3048)) 21 | (fp_line (start 6.49986 -9.4996) (end 5.99948 -9.4996) (layer F.SilkS) (width 0.3048)) 22 | (fp_line (start 5.99948 -9.4996) (end 5.4991 -8.99922) (layer F.SilkS) (width 0.3048)) 23 | (fp_line (start 5.4991 -8.99922) (end 5.4991 -7.00024) (layer F.SilkS) (width 0.3048)) 24 | (fp_line (start 5.4991 -7.00024) (end 1.99898 -7.00024) (layer F.SilkS) (width 0.3048)) 25 | (fp_line (start -1.50114 -9.4996) (end -1.99898 -8.99922) (layer F.SilkS) (width 0.3048)) 26 | (fp_line (start -1.99898 -8.99922) (end -1.99898 -7.00024) (layer F.SilkS) (width 0.3048)) 27 | (fp_line (start -1.50114 -9.4996) (end 1.50114 -9.4996) (layer F.SilkS) (width 0.3048)) 28 | (fp_line (start 1.50114 -9.4996) (end 1.99898 -8.99922) (layer F.SilkS) (width 0.3048)) 29 | (fp_line (start 1.99898 -8.99922) (end 1.99898 -7.00024) (layer F.SilkS) (width 0.3048)) 30 | (fp_line (start 10.50036 8.99922) (end 8.99922 8.99922) (layer F.SilkS) (width 0.3048)) 31 | (fp_line (start 8.99922 8.99922) (end 8.99922 9.4996) (layer F.SilkS) (width 0.3048)) 32 | (fp_line (start 8.99922 9.4996) (end -10.50036 9.4996) (layer F.SilkS) (width 0.3048)) 33 | (fp_line (start -10.50036 8.99922) (end -8.99922 8.99922) (layer F.SilkS) (width 0.3048)) 34 | (fp_line (start -8.99922 8.99922) (end -8.99922 8.49884) (layer F.SilkS) (width 0.3048)) 35 | (fp_line (start -8.99922 8.49884) (end 10.50036 8.49884) (layer F.SilkS) (width 0.3048)) 36 | (fp_line (start 8.99922 8.001) (end 8.49884 8.001) (layer F.SilkS) (width 0.3048)) 37 | (fp_line (start -8.99922 8.001) (end -8.49884 8.001) (layer F.SilkS) (width 0.3048)) 38 | (fp_line (start 8.49884 8.49884) (end 8.49884 8.001) (layer F.SilkS) (width 0.3048)) 39 | (fp_line (start -8.49884 8.001) (end -8.49884 8.49884) (layer F.SilkS) (width 0.3048)) 40 | (fp_line (start -10.50036 9.4996) (end -10.50036 8.99922) (layer F.SilkS) (width 0.3048)) 41 | (fp_line (start 10.50036 8.49884) (end 10.50036 8.99922) (layer F.SilkS) (width 0.3048)) 42 | (pad 3 thru_hole circle (at -7.5 -3) (size 2.5 2.5) (drill 1.4) (layers *.Cu *.Mask)) 43 | (pad 4 thru_hole circle (at 5 -5.5) (size 2.5 2.5) (drill 1.4) (layers *.Cu *.Mask)) 44 | (pad 2 thru_hole circle (at 0 -3) (size 2.5 2.5) (drill 1.4) (layers *.Cu *.Mask)) 45 | (pad 1 thru_hole circle (at 7.5 -3) (size 2.5 2.5) (drill 1.4) (layers *.Cu *.Mask)) 46 | (pad 5 thru_hole circle (at -5 -5.5) (size 2.5 2.5) (drill 1.4) (layers *.Cu *.Mask)) 47 | (pad 6 thru_hole circle (at 5 7) (size 2.5 2.5) (drill 1.4) (layers *.Cu *.Mask)) 48 | (pad 6 thru_hole circle (at -5 7) (size 2.5 2.5) (drill 1.4) (layers *.Cu *.Mask)) 49 | (model walter/conn_av/din-5.wrl 50 | (at (xyz 0 0 0)) 51 | (scale (xyz 1 1 1)) 52 | (rotate (xyz 0 0 0)) 53 | ) 54 | ) 55 | -------------------------------------------------------------------------------- /libraries/w_conn_av/w_conn_av.pretty/jack_3.5_pj313d-smt.kicad_mod: -------------------------------------------------------------------------------- 1 | (module jack_3.5_pj313d-smt (layer F.Cu) 2 | (descr "3.5mm jack, HK RTL PJ313D") 3 | (fp_text reference JP*** (at 0.1 -6.7) (layer F.SilkS) 4 | (effects (font (size 0.99822 0.99822) (thickness 0.19812))) 5 | ) 6 | (fp_text value jack_3.5_pj313d-smt (at 0 9.5) (layer F.SilkS) 7 | (effects (font (size 0.99822 0.99822) (thickness 0.19812))) 8 | ) 9 | (fp_line (start -2.5 5.8) (end -2.5 8.3) (layer F.SilkS) (width 0.3048)) 10 | (fp_line (start -2.5 8.3) (end 2.5 8.3) (layer F.SilkS) (width 0.3048)) 11 | (fp_line (start 2.5 5.8) (end 2.5 8.3) (layer F.SilkS) (width 0.3048)) 12 | (fp_line (start -3 -5.8) (end -3 5.8) (layer F.SilkS) (width 0.3048)) 13 | (fp_line (start -3 -5.8) (end 3 -5.8) (layer F.SilkS) (width 0.3048)) 14 | (fp_line (start 3 -5.8) (end 3 5.8) (layer F.SilkS) (width 0.3048)) 15 | (fp_line (start -3 5.8) (end 3 5.8) (layer F.SilkS) (width 0.3048)) 16 | (pad "" np_thru_hole circle (at 0 3.25) (size 1.5 1.5) (drill 1.5) (layers *.Cu *.Mask F.SilkS)) 17 | (pad "" np_thru_hole circle (at 0 -2.75) (size 1.5 1.5) (drill 1.5) (layers *.Cu *.Mask F.SilkS)) 18 | (pad 1 smd rect (at -3.3 3.95) (size 1.5 1.5) (layers F.Cu F.Paste F.Mask)) 19 | (pad 2 smd rect (at -3.3 -2.75) (size 1.5 1.5) (layers F.Cu F.Paste F.Mask)) 20 | (pad 3 smd rect (at -3.3 0.75) (size 1.5 1.5) (layers F.Cu F.Paste F.Mask)) 21 | (pad 1 smd rect (at 3.3 3.95) (size 1.5 1.5) (layers F.Cu F.Paste F.Mask)) 22 | (pad 3 smd rect (at 3.3 0.75) (size 1.5 1.5) (layers F.Cu F.Paste F.Mask)) 23 | (pad 2 smd rect (at 3.3 -2.75) (size 1.5 1.5) (layers F.Cu F.Paste F.Mask)) 24 | (model walter/conn_av/jack_3.5_pj313d-smt.wrl 25 | (at (xyz 0 0 0)) 26 | (scale (xyz 1 1 1)) 27 | (rotate (xyz 0 0 0)) 28 | ) 29 | ) 30 | -------------------------------------------------------------------------------- /libraries/w_conn_av/w_conn_av.pretty/jack_3.5_sj1-3513-smt.kicad_mod: -------------------------------------------------------------------------------- 1 | (module jack_3.5_sj1-3513-smt (layer F.Cu) 2 | (descr "3.5mm jack, CUI SJ1-3513-SMT") 3 | (fp_text reference JP*** (at 0.1 -6.7) (layer F.SilkS) 4 | (effects (font (size 0.99822 0.99822) (thickness 0.19812))) 5 | ) 6 | (fp_text value jack_3.5_sj1-3513-smt (at 0 10.2) (layer F.SilkS) 7 | (effects (font (size 0.99822 0.99822) (thickness 0.19812))) 8 | ) 9 | (fp_line (start -2.5 6.1) (end -2.5 9.1) (layer F.SilkS) (width 0.3048)) 10 | (fp_line (start -2.5 9.1) (end 2.5 9.1) (layer F.SilkS) (width 0.3048)) 11 | (fp_line (start 2.5 9.1) (end 2.5 6.1) (layer F.SilkS) (width 0.3048)) 12 | (fp_line (start -5 6.1) (end -5 -5.9) (layer F.SilkS) (width 0.3048)) 13 | (fp_line (start -5 -5.9) (end 4.5 -5.9) (layer F.SilkS) (width 0.3048)) 14 | (fp_line (start 4.5 -5.9) (end 4.5 6.1) (layer F.SilkS) (width 0.3048)) 15 | (fp_line (start 4.5 6.1) (end -5 6.1) (layer F.SilkS) (width 0.3048)) 16 | (pad "" np_thru_hole circle (at 0 3.1) (size 1.6 1.6) (drill 1.6) (layers *.Cu *.Mask F.SilkS)) 17 | (pad "" np_thru_hole circle (at 0 -2.9) (size 1.6 1.6) (drill 1.6) (layers *.Cu *.Mask F.SilkS)) 18 | (pad 1 smd rect (at -5.9 3.3) (size 1.75 2.9) (layers F.Cu F.Paste F.Mask)) 19 | (pad 2 smd rect (at 5.7 -3.1) (size 2.25 2.9) (layers F.Cu F.Paste F.Mask)) 20 | (pad 3 smd rect (at -5.9 -3.05) (size 1.75 2.1) (layers F.Cu F.Paste F.Mask)) 21 | (model walter/conn_av/jack_3.5_sj1-3513-smt.wrl 22 | (at (xyz 0 0 0)) 23 | (scale (xyz 1 1 1)) 24 | (rotate (xyz 0 0 0)) 25 | ) 26 | ) 27 | -------------------------------------------------------------------------------- /libraries/w_conn_av/w_conn_av.pretty/jack_3.5_sj1-3514-smt.kicad_mod: -------------------------------------------------------------------------------- 1 | (module jack_3.5_sj1-3514-smt (layer F.Cu) 2 | (descr "3.5mm jack, CUI SJ1-3514-SMT") 3 | (fp_text reference JP*** (at 0.1 -6.7) (layer F.SilkS) 4 | (effects (font (size 0.99822 0.99822) (thickness 0.19812))) 5 | ) 6 | (fp_text value jack_3.5_sj1-3514-smt (at 0 10.2) (layer F.SilkS) 7 | (effects (font (size 0.99822 0.99822) (thickness 0.19812))) 8 | ) 9 | (fp_line (start -2.5 6.1) (end -2.5 9.1) (layer F.SilkS) (width 0.3048)) 10 | (fp_line (start -2.5 9.1) (end 2.5 9.1) (layer F.SilkS) (width 0.3048)) 11 | (fp_line (start 2.5 9.1) (end 2.5 6.1) (layer F.SilkS) (width 0.3048)) 12 | (fp_line (start -5 6.1) (end -5 -5.9) (layer F.SilkS) (width 0.3048)) 13 | (fp_line (start -5 -5.9) (end 4.5 -5.9) (layer F.SilkS) (width 0.3048)) 14 | (fp_line (start 4.5 -5.9) (end 4.5 6.1) (layer F.SilkS) (width 0.3048)) 15 | (fp_line (start 4.5 6.1) (end -5 6.1) (layer F.SilkS) (width 0.3048)) 16 | (pad "" np_thru_hole circle (at 0 3.1) (size 1.6 1.6) (drill 1.6) (layers *.Cu *.Mask F.SilkS)) 17 | (pad "" np_thru_hole circle (at 0 -2.9) (size 1.6 1.6) (drill 1.6) (layers *.Cu *.Mask F.SilkS)) 18 | (pad 1 smd rect (at -5.9 3.3) (size 1.75 2.9) (layers F.Cu F.Paste F.Mask)) 19 | (pad 3 smd rect (at 5.7 -3.1) (size 2.25 2.9) (layers F.Cu F.Paste F.Mask)) 20 | (pad 4 smd rect (at -5.9 -3.05) (size 1.75 2.1) (layers F.Cu F.Paste F.Mask)) 21 | (pad 2 smd rect (at 5.7 1.2) (size 2.25 2.4) (layers F.Cu F.Paste F.Mask)) 22 | (model walter/conn_av/jack_3.5_sj1-3514-smt.wrl 23 | (at (xyz 0 0 0)) 24 | (scale (xyz 1 1 1)) 25 | (rotate (xyz 0 0 0)) 26 | ) 27 | ) 28 | -------------------------------------------------------------------------------- /libraries/w_conn_av/w_conn_av.pretty/jack_3.5_sj1-3515-smt.kicad_mod: -------------------------------------------------------------------------------- 1 | (module jack_3.5_sj1-3515-smt (layer F.Cu) 2 | (descr "3.5mm jack, CUI SJ1-3515-SMT") 3 | (fp_text reference JP*** (at 0.1 -6.7) (layer F.SilkS) 4 | (effects (font (size 0.99822 0.99822) (thickness 0.19812))) 5 | ) 6 | (fp_text value jack_3.5_sj1-3515-smt (at 0 10.2) (layer F.SilkS) 7 | (effects (font (size 0.99822 0.99822) (thickness 0.19812))) 8 | ) 9 | (fp_line (start -2.5 6.1) (end -2.5 9.1) (layer F.SilkS) (width 0.3048)) 10 | (fp_line (start -2.5 9.1) (end 2.5 9.1) (layer F.SilkS) (width 0.3048)) 11 | (fp_line (start 2.5 9.1) (end 2.5 6.1) (layer F.SilkS) (width 0.3048)) 12 | (fp_line (start -5 6.1) (end -5 -5.9) (layer F.SilkS) (width 0.3048)) 13 | (fp_line (start -5 -5.9) (end 4.5 -5.9) (layer F.SilkS) (width 0.3048)) 14 | (fp_line (start 4.5 -5.9) (end 4.5 6.1) (layer F.SilkS) (width 0.3048)) 15 | (fp_line (start 4.5 6.1) (end -5 6.1) (layer F.SilkS) (width 0.3048)) 16 | (pad "" np_thru_hole circle (at 0 3.1) (size 1.6 1.6) (drill 1.6) (layers *.Cu *.Mask F.SilkS)) 17 | (pad "" np_thru_hole circle (at 0 -2.9) (size 1.6 1.6) (drill 1.6) (layers *.Cu *.Mask F.SilkS)) 18 | (pad 1 smd rect (at -5.9 3.3) (size 1.75 2.9) (layers F.Cu F.Paste F.Mask)) 19 | (pad 2 smd rect (at 5.7 -3.1) (size 2.25 2.9) (layers F.Cu F.Paste F.Mask)) 20 | (pad 3 smd rect (at -5.9 -3.05) (size 1.75 2.1) (layers F.Cu F.Paste F.Mask)) 21 | (pad 4 smd rect (at 5.7 1.2) (size 2.25 2.4) (layers F.Cu F.Paste F.Mask)) 22 | (pad 5 smd rect (at -5.9 0) (size 1.75 1.8) (layers F.Cu F.Paste F.Mask)) 23 | (model walter/conn_av/jack_3.5_sj1-3515-smt.wrl 24 | (at (xyz 0 0 0)) 25 | (scale (xyz 1 1 1)) 26 | (rotate (xyz 0 0 0)) 27 | ) 28 | ) 29 | -------------------------------------------------------------------------------- /libraries/w_conn_av/w_conn_av.pretty/jack_3.5_vert_lje0352-4r.kicad_mod: -------------------------------------------------------------------------------- 1 | (module jack_3.5_vert_lje0352-4r (layer F.Cu) 2 | (descr "Vertical 3.5mm jack, Lih Sheng LJE0352-4R") 3 | (fp_text reference JP*** (at 0 -5.90042) (layer F.SilkS) 4 | (effects (font (size 0.99822 0.99822) (thickness 0.19812))) 5 | ) 6 | (fp_text value jack_3.5_vert_lje0352-4r (at 0 6.59892) (layer F.SilkS) 7 | (effects (font (size 0.99822 0.99822) (thickness 0.19812))) 8 | ) 9 | (fp_circle (center 0 0) (end 3.79984 0) (layer F.SilkS) (width 0.3048)) 10 | (fp_circle (center 0 0) (end 1.99898 0) (layer F.SilkS) (width 0.3048)) 11 | (fp_circle (center 0 0) (end 4.0005 0) (layer F.SilkS) (width 0.3048)) 12 | (fp_circle (center 0 0) (end 1.80086 0) (layer F.SilkS) (width 0.3048)) 13 | (fp_line (start -4.50088 5.4991) (end 4.50088 5.4991) (layer F.SilkS) (width 0.3048)) 14 | (fp_line (start 4.50088 5.4991) (end 4.50088 -4.50088) (layer F.SilkS) (width 0.3048)) 15 | (fp_line (start 4.50088 -4.50088) (end 2.99974 -5.00126) (layer F.SilkS) (width 0.3048)) 16 | (fp_line (start 2.99974 -5.00126) (end -2.99974 -5.00126) (layer F.SilkS) (width 0.3048)) 17 | (fp_line (start -2.99974 -5.00126) (end -4.50088 -4.50088) (layer F.SilkS) (width 0.3048)) 18 | (fp_line (start -4.50088 -4.50088) (end -4.50088 5.4991) (layer F.SilkS) (width 0.3048)) 19 | (pad 3 thru_hole oval (at 0 4.29768) (size 3.49758 2.19964) (drill oval 2.19964 0.99822) (layers *.Cu *.Mask F.SilkS)) 20 | (pad 1 thru_hole oval (at 3.6957 -0.5969) (size 2.19964 3.49758) (drill oval 0.99568 2.1971) (layers *.Cu *.Mask F.SilkS)) 21 | (pad 4 thru_hole oval (at 0 -3.7973) (size 3.49758 2.19964) (drill oval 2.19964 0.99822) (layers *.Cu *.Mask F.SilkS)) 22 | (pad 2 thru_hole oval (at -3.49758 -0.5969) (size 2.19964 3.49758) (drill oval 0.99568 2.1971) (layers *.Cu *.Mask F.SilkS)) 23 | (model walter/conn_av/jack_3.5_vert_plug.wrl 24 | (at (xyz 0 0 0)) 25 | (scale (xyz 1 1 1)) 26 | (rotate (xyz 0 0 0)) 27 | ) 28 | ) 29 | -------------------------------------------------------------------------------- /libraries/w_conn_av/w_conn_av.pretty/minidin-8.kicad_mod: -------------------------------------------------------------------------------- 1 | (module minidin-8 (layer F.Cu) 2 | (descr "MiniDin 8 (S-Video), Tyco P/N 1734096-1") 3 | (fp_text reference minidin-8 (at 0 8.128) (layer F.SilkS) 4 | (effects (font (thickness 0.3048))) 5 | ) 6 | (fp_text value JP*** (at 0 -7.366) (layer F.SilkS) 7 | (effects (font (thickness 0.3048))) 8 | ) 9 | (fp_line (start -3.937 5.842) (end -3.937 6.35) (layer F.SilkS) (width 0.381)) 10 | (fp_line (start 3.937 5.842) (end 3.937 6.35) (layer F.SilkS) (width 0.381)) 11 | (fp_line (start -3.937 5.842) (end 3.937 5.842) (layer F.SilkS) (width 0.381)) 12 | (fp_line (start -3.937 6.096) (end 3.937 6.096) (layer F.SilkS) (width 0.381)) 13 | (fp_line (start 3.937 6.35) (end -3.937 6.35) (layer F.SilkS) (width 0.381)) 14 | (fp_line (start 7.112 6.477) (end 7.112 -6.477) (layer F.SilkS) (width 0.381)) 15 | (fp_line (start 7.112 -6.477) (end -7.112 -6.477) (layer F.SilkS) (width 0.381)) 16 | (fp_line (start -7.112 -6.477) (end -7.112 6.477) (layer F.SilkS) (width 0.381)) 17 | (fp_line (start -7.112 6.477) (end 7.112 6.477) (layer F.SilkS) (width 0.381)) 18 | (pad 9 thru_hole circle (at -6.74878 1.00076) (size 3.50012 3.50012) (drill 2.19964) (layers *.Cu)) 19 | (pad 11 thru_hole circle (at 6.74878 1.00076) (size 3.50012 3.50012) (drill 2.19964) (layers *.Cu)) 20 | (pad 6 thru_hole circle (at -2.90068 -1.99898) (size 1.50114 1.50114) (drill 0.89916) (layers *.Cu *.SilkS *.Mask)) 21 | (pad 7 thru_hole circle (at -0.89916 -1.99898) (size 1.50114 1.50114) (drill 0.89916) (layers *.Cu *.SilkS *.Mask)) 22 | (pad 8 thru_hole circle (at 2.90068 -1.99898) (size 1.50114 1.50114) (drill 0.89916) (layers *.Cu *.SilkS *.Mask)) 23 | (pad 1 thru_hole circle (at -0.09906 -4.50088) (size 1.50114 1.50114) (drill 0.89916) (layers *.Cu *.SilkS *.Mask)) 24 | (pad 2 thru_hole circle (at 1.89992 -4.50088) (size 1.50114 1.50114) (drill 0.89916) (layers *.Cu *.SilkS *.Mask)) 25 | (pad 3 thru_hole circle (at -3.8989 -4.50088) (size 1.50114 1.50114) (drill 0.89916) (layers *.Cu *.SilkS *.Mask)) 26 | (pad 4 thru_hole circle (at -1.80086 -4.50088) (size 1.50114 1.50114) (drill 0.89916) (layers *.Cu *.SilkS *.Mask)) 27 | (pad 5 thru_hole circle (at 3.8989 -4.50088) (size 1.50114 1.50114) (drill 0.89916) (layers *.Cu *.SilkS *.Mask)) 28 | (pad 10 thru_hole circle (at 0 1.80086) (size 3.50012 3.50012) (drill 2.19964) (layers *.Cu)) 29 | (model walter/conn_av/minidin-8.wrl 30 | (at (xyz 0 0 0)) 31 | (scale (xyz 1 1 1)) 32 | (rotate (xyz 0 0 0)) 33 | ) 34 | ) 35 | -------------------------------------------------------------------------------- /libraries/w_conn_av/w_conn_av.pretty/rca_black.kicad_mod: -------------------------------------------------------------------------------- 1 | (module rca_black (layer F.Cu) (tedit 54B6CDBA) 2 | (descr "RCA Audio connector, black, Pro Signal p/n PSG01544") 3 | (tags "rca, audio") 4 | (fp_text reference rca_black (at 0 15.7988) (layer F.SilkS) 5 | (effects (font (thickness 0.3048))) 6 | ) 7 | (fp_text value VAL** (at 0 -7.69874) (layer F.SilkS) 8 | (effects (font (thickness 0.3048))) 9 | ) 10 | (fp_circle (center -3.2512 -5.79882) (end -3.79984 -5.79882) (layer F.SilkS) (width 0.381)) 11 | (fp_circle (center 3.2512 -5.79882) (end 2.70002 -5.84962) (layer F.SilkS) (width 0.381)) 12 | (fp_circle (center 3.2512 4.0005) (end 2.70002 4.04876) (layer F.SilkS) (width 0.381)) 13 | (fp_circle (center -3.2512 4.0005) (end -3.79984 3.9497) (layer F.SilkS) (width 0.381)) 14 | (fp_circle (center -3.2512 0) (end -3.79984 0) (layer F.SilkS) (width 0.381)) 15 | (fp_circle (center 3.2512 0) (end 2.70002 -0.0508) (layer F.SilkS) (width 0.381)) 16 | (fp_line (start -4.30022 5.00126) (end -4.30022 14.00048) (layer F.SilkS) (width 0.381)) 17 | (fp_line (start -4.30022 14.00048) (end 4.30022 14.00048) (layer F.SilkS) (width 0.381)) 18 | (fp_line (start 4.30022 14.00048) (end 4.30022 5.00126) (layer F.SilkS) (width 0.381)) 19 | (fp_line (start 4.8006 -4.89966) (end 5.40004 -4.89966) (layer F.SilkS) (width 0.381)) 20 | (fp_line (start 5.40004 -4.89966) (end 5.40004 -3.0988) (layer F.SilkS) (width 0.381)) 21 | (fp_line (start 5.40004 -3.0988) (end 4.8006 -3.0988) (layer F.SilkS) (width 0.381)) 22 | (fp_line (start -5.40004 -4.89966) (end -4.8006 -4.89966) (layer F.SilkS) (width 0.381)) 23 | (fp_line (start -4.8006 -3.0988) (end -5.40004 -3.0988) (layer F.SilkS) (width 0.381)) 24 | (fp_line (start -5.40004 -3.0988) (end -5.40004 -4.89966) (layer F.SilkS) (width 0.381)) 25 | (fp_line (start -4.8006 -6.79958) (end -1.80086 -6.79958) (layer F.SilkS) (width 0.381)) 26 | (fp_line (start -1.80086 -6.79958) (end -1.80086 -5.99948) (layer F.SilkS) (width 0.381)) 27 | (fp_line (start -1.80086 -5.99948) (end 1.80086 -5.99948) (layer F.SilkS) (width 0.381)) 28 | (fp_line (start 1.80086 -5.99948) (end 1.80086 -6.79958) (layer F.SilkS) (width 0.381)) 29 | (fp_line (start 1.80086 -6.79958) (end 4.8006 -6.79958) (layer F.SilkS) (width 0.381)) 30 | (fp_line (start 4.8006 5.00126) (end -4.8006 5.00126) (layer F.SilkS) (width 0.381)) 31 | (fp_line (start -4.8006 4.99872) (end -4.8006 -6.80212) (layer F.SilkS) (width 0.381)) 32 | (fp_line (start 4.8006 -6.79958) (end 4.8006 5.00126) (layer F.SilkS) (width 0.381)) 33 | (pad 2 thru_hole oval (at 5.05 -4) (size 2 3.2) (drill oval 1 2.2) (layers *.Cu *.Mask F.SilkS)) 34 | (pad 1 thru_hole oval (at 0 0) (size 3.2 2) (drill oval 2.2 1) (layers *.Cu *.Mask F.SilkS)) 35 | (pad 2 thru_hole oval (at -5.05 -4) (size 2 3.2) (drill oval 1 2.2) (layers *.Cu *.Mask F.SilkS)) 36 | (model walter/conn_av/rca_black.wrl 37 | (at (xyz 0 0 0)) 38 | (scale (xyz 1 1 1)) 39 | (rotate (xyz 0 0 0)) 40 | ) 41 | ) 42 | -------------------------------------------------------------------------------- /libraries/w_conn_av/w_conn_av.pretty/rca_red.kicad_mod: -------------------------------------------------------------------------------- 1 | (module rca_red (layer F.Cu) 2 | (descr "RCA Audio connector, red, Pro Signal p/n PSG01545") 3 | (tags "rca, audio") 4 | (fp_text reference rca_red (at 0 15.7988) (layer F.SilkS) 5 | (effects (font (thickness 0.3048))) 6 | ) 7 | (fp_text value VAL** (at 0 -7.69874) (layer F.SilkS) 8 | (effects (font (thickness 0.3048))) 9 | ) 10 | (fp_circle (center -3.2512 -5.79882) (end -3.79984 -5.79882) (layer F.SilkS) (width 0.381)) 11 | (fp_circle (center 3.2512 -5.79882) (end 2.70002 -5.84962) (layer F.SilkS) (width 0.381)) 12 | (fp_circle (center 3.2512 4.0005) (end 2.70002 4.04876) (layer F.SilkS) (width 0.381)) 13 | (fp_circle (center -3.2512 4.0005) (end -3.79984 3.9497) (layer F.SilkS) (width 0.381)) 14 | (fp_circle (center -3.2512 0) (end -3.79984 0) (layer F.SilkS) (width 0.381)) 15 | (fp_circle (center 3.2512 0) (end 2.70002 -0.0508) (layer F.SilkS) (width 0.381)) 16 | (fp_line (start -4.30022 5.00126) (end -4.30022 14.00048) (layer F.SilkS) (width 0.381)) 17 | (fp_line (start -4.30022 14.00048) (end 4.30022 14.00048) (layer F.SilkS) (width 0.381)) 18 | (fp_line (start 4.30022 14.00048) (end 4.30022 5.00126) (layer F.SilkS) (width 0.381)) 19 | (fp_line (start 4.8006 -4.89966) (end 5.40004 -4.89966) (layer F.SilkS) (width 0.381)) 20 | (fp_line (start 5.40004 -4.89966) (end 5.40004 -3.0988) (layer F.SilkS) (width 0.381)) 21 | (fp_line (start 5.40004 -3.0988) (end 4.8006 -3.0988) (layer F.SilkS) (width 0.381)) 22 | (fp_line (start -5.40004 -4.89966) (end -4.8006 -4.89966) (layer F.SilkS) (width 0.381)) 23 | (fp_line (start -4.8006 -3.0988) (end -5.40004 -3.0988) (layer F.SilkS) (width 0.381)) 24 | (fp_line (start -5.40004 -3.0988) (end -5.40004 -4.89966) (layer F.SilkS) (width 0.381)) 25 | (fp_line (start -4.8006 -6.79958) (end -1.80086 -6.79958) (layer F.SilkS) (width 0.381)) 26 | (fp_line (start -1.80086 -6.79958) (end -1.80086 -5.99948) (layer F.SilkS) (width 0.381)) 27 | (fp_line (start -1.80086 -5.99948) (end 1.80086 -5.99948) (layer F.SilkS) (width 0.381)) 28 | (fp_line (start 1.80086 -5.99948) (end 1.80086 -6.79958) (layer F.SilkS) (width 0.381)) 29 | (fp_line (start 1.80086 -6.79958) (end 4.8006 -6.79958) (layer F.SilkS) (width 0.381)) 30 | (fp_line (start 4.8006 5.00126) (end -4.8006 5.00126) (layer F.SilkS) (width 0.381)) 31 | (fp_line (start -4.8006 4.99872) (end -4.8006 -6.80212) (layer F.SilkS) (width 0.381)) 32 | (fp_line (start 4.8006 -6.79958) (end 4.8006 5.00126) (layer F.SilkS) (width 0.381)) 33 | (pad 2 thru_hole oval (at 5.0546 -3.99796) (size 1.99898 3.19786) (drill oval 0.99568 2.1971) (layers *.Cu *.Mask F.SilkS)) 34 | (pad 1 thru_hole oval (at 0 0) (size 3.19786 1.99898) (drill oval 2.1971 0.99568) (layers *.Cu *.Mask F.SilkS)) 35 | (pad 2 thru_hole oval (at -5.0546 -3.99796) (size 1.99898 3.19786) (drill oval 0.99568 2.1971) (layers *.Cu *.Mask F.SilkS)) 36 | (model walter/conn_av/rca_red.wrl 37 | (at (xyz 0 0 0)) 38 | (scale (xyz 1 1 1)) 39 | (rotate (xyz 0 0 0)) 40 | ) 41 | ) 42 | -------------------------------------------------------------------------------- /libraries/w_conn_av/w_conn_av.pretty/rca_white.kicad_mod: -------------------------------------------------------------------------------- 1 | (module rca_white (layer F.Cu) 2 | (descr "RCA Audio connector, white, Pro Signal p/n PSG01546") 3 | (tags "rca, audio") 4 | (fp_text reference rca_white (at 0 15.7988) (layer F.SilkS) 5 | (effects (font (thickness 0.3048))) 6 | ) 7 | (fp_text value VAL** (at 0 -7.69874) (layer F.SilkS) 8 | (effects (font (thickness 0.3048))) 9 | ) 10 | (fp_circle (center -3.2512 -5.79882) (end -3.79984 -5.79882) (layer F.SilkS) (width 0.381)) 11 | (fp_circle (center 3.2512 -5.79882) (end 2.70002 -5.84962) (layer F.SilkS) (width 0.381)) 12 | (fp_circle (center 3.2512 4.0005) (end 2.70002 4.04876) (layer F.SilkS) (width 0.381)) 13 | (fp_circle (center -3.2512 4.0005) (end -3.79984 3.9497) (layer F.SilkS) (width 0.381)) 14 | (fp_circle (center -3.2512 0) (end -3.79984 0) (layer F.SilkS) (width 0.381)) 15 | (fp_circle (center 3.2512 0) (end 2.70002 -0.0508) (layer F.SilkS) (width 0.381)) 16 | (fp_line (start -4.30022 5.00126) (end -4.30022 14.00048) (layer F.SilkS) (width 0.381)) 17 | (fp_line (start -4.30022 14.00048) (end 4.30022 14.00048) (layer F.SilkS) (width 0.381)) 18 | (fp_line (start 4.30022 14.00048) (end 4.30022 5.00126) (layer F.SilkS) (width 0.381)) 19 | (fp_line (start 4.8006 -4.89966) (end 5.40004 -4.89966) (layer F.SilkS) (width 0.381)) 20 | (fp_line (start 5.40004 -4.89966) (end 5.40004 -3.0988) (layer F.SilkS) (width 0.381)) 21 | (fp_line (start 5.40004 -3.0988) (end 4.8006 -3.0988) (layer F.SilkS) (width 0.381)) 22 | (fp_line (start -5.40004 -4.89966) (end -4.8006 -4.89966) (layer F.SilkS) (width 0.381)) 23 | (fp_line (start -4.8006 -3.0988) (end -5.40004 -3.0988) (layer F.SilkS) (width 0.381)) 24 | (fp_line (start -5.40004 -3.0988) (end -5.40004 -4.89966) (layer F.SilkS) (width 0.381)) 25 | (fp_line (start -4.8006 -6.79958) (end -1.80086 -6.79958) (layer F.SilkS) (width 0.381)) 26 | (fp_line (start -1.80086 -6.79958) (end -1.80086 -5.99948) (layer F.SilkS) (width 0.381)) 27 | (fp_line (start -1.80086 -5.99948) (end 1.80086 -5.99948) (layer F.SilkS) (width 0.381)) 28 | (fp_line (start 1.80086 -5.99948) (end 1.80086 -6.79958) (layer F.SilkS) (width 0.381)) 29 | (fp_line (start 1.80086 -6.79958) (end 4.8006 -6.79958) (layer F.SilkS) (width 0.381)) 30 | (fp_line (start 4.8006 5.00126) (end -4.8006 5.00126) (layer F.SilkS) (width 0.381)) 31 | (fp_line (start -4.8006 4.99872) (end -4.8006 -6.80212) (layer F.SilkS) (width 0.381)) 32 | (fp_line (start 4.8006 -6.79958) (end 4.8006 5.00126) (layer F.SilkS) (width 0.381)) 33 | (pad 2 thru_hole oval (at 5.0546 -3.99796) (size 1.99898 3.19786) (drill oval 0.99568 2.1971) (layers *.Cu *.Mask F.SilkS)) 34 | (pad 1 thru_hole oval (at 0 0) (size 3.19786 1.99898) (drill oval 2.1971 0.99568) (layers *.Cu *.Mask F.SilkS)) 35 | (pad 2 thru_hole oval (at -5.0546 -3.99796) (size 1.99898 3.19786) (drill oval 0.99568 2.1971) (layers *.Cu *.Mask F.SilkS)) 36 | (model walter/conn_av/rca_white.wrl 37 | (at (xyz 0 0 0)) 38 | (scale (xyz 1 1 1)) 39 | (rotate (xyz 0 0 0)) 40 | ) 41 | ) 42 | -------------------------------------------------------------------------------- /libraries/w_conn_av/w_conn_av.pretty/rca_yellow.kicad_mod: -------------------------------------------------------------------------------- 1 | (module rca_yellow (layer F.Cu) 2 | (descr "RCA Audio connector, yellow, Pro Signal p/n PSG01547") 3 | (tags "rca, audio") 4 | (fp_text reference rca_yellow (at 0 15.7988) (layer F.SilkS) 5 | (effects (font (thickness 0.3048))) 6 | ) 7 | (fp_text value VAL** (at 0 -7.69874) (layer F.SilkS) 8 | (effects (font (thickness 0.3048))) 9 | ) 10 | (fp_circle (center -3.2512 -5.79882) (end -3.79984 -5.79882) (layer F.SilkS) (width 0.381)) 11 | (fp_circle (center 3.2512 -5.79882) (end 2.70002 -5.84962) (layer F.SilkS) (width 0.381)) 12 | (fp_circle (center 3.2512 4.0005) (end 2.70002 4.04876) (layer F.SilkS) (width 0.381)) 13 | (fp_circle (center -3.2512 4.0005) (end -3.79984 3.9497) (layer F.SilkS) (width 0.381)) 14 | (fp_circle (center -3.2512 0) (end -3.79984 0) (layer F.SilkS) (width 0.381)) 15 | (fp_circle (center 3.2512 0) (end 2.70002 -0.0508) (layer F.SilkS) (width 0.381)) 16 | (fp_line (start -4.30022 5.00126) (end -4.30022 14.00048) (layer F.SilkS) (width 0.381)) 17 | (fp_line (start -4.30022 14.00048) (end 4.30022 14.00048) (layer F.SilkS) (width 0.381)) 18 | (fp_line (start 4.30022 14.00048) (end 4.30022 5.00126) (layer F.SilkS) (width 0.381)) 19 | (fp_line (start 4.8006 -4.89966) (end 5.40004 -4.89966) (layer F.SilkS) (width 0.381)) 20 | (fp_line (start 5.40004 -4.89966) (end 5.40004 -3.0988) (layer F.SilkS) (width 0.381)) 21 | (fp_line (start 5.40004 -3.0988) (end 4.8006 -3.0988) (layer F.SilkS) (width 0.381)) 22 | (fp_line (start -5.40004 -4.89966) (end -4.8006 -4.89966) (layer F.SilkS) (width 0.381)) 23 | (fp_line (start -4.8006 -3.0988) (end -5.40004 -3.0988) (layer F.SilkS) (width 0.381)) 24 | (fp_line (start -5.40004 -3.0988) (end -5.40004 -4.89966) (layer F.SilkS) (width 0.381)) 25 | (fp_line (start -4.8006 -6.79958) (end -1.80086 -6.79958) (layer F.SilkS) (width 0.381)) 26 | (fp_line (start -1.80086 -6.79958) (end -1.80086 -5.99948) (layer F.SilkS) (width 0.381)) 27 | (fp_line (start -1.80086 -5.99948) (end 1.80086 -5.99948) (layer F.SilkS) (width 0.381)) 28 | (fp_line (start 1.80086 -5.99948) (end 1.80086 -6.79958) (layer F.SilkS) (width 0.381)) 29 | (fp_line (start 1.80086 -6.79958) (end 4.8006 -6.79958) (layer F.SilkS) (width 0.381)) 30 | (fp_line (start 4.8006 5.00126) (end -4.8006 5.00126) (layer F.SilkS) (width 0.381)) 31 | (fp_line (start -4.8006 4.99872) (end -4.8006 -6.80212) (layer F.SilkS) (width 0.381)) 32 | (fp_line (start 4.8006 -6.79958) (end 4.8006 5.00126) (layer F.SilkS) (width 0.381)) 33 | (pad 2 thru_hole oval (at 5.0546 -3.99796) (size 1.99898 3.19786) (drill oval 0.99568 2.1971) (layers *.Cu *.Mask F.SilkS)) 34 | (pad 1 thru_hole oval (at 0 0) (size 3.19786 1.99898) (drill oval 2.1971 0.99568) (layers *.Cu *.Mask F.SilkS)) 35 | (pad 2 thru_hole oval (at -5.0546 -3.99796) (size 1.99898 3.19786) (drill oval 0.99568 2.1971) (layers *.Cu *.Mask F.SilkS)) 36 | (model walter/conn_av/rca_yellow.wrl 37 | (at (xyz 0 0 0)) 38 | (scale (xyz 1 1 1)) 39 | (rotate (xyz 0 0 0)) 40 | ) 41 | ) 42 | -------------------------------------------------------------------------------- /pics/CGA_Redux_board.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/CGA_Redux/7de4c81dc1ceb90fc55c72288f9114ce27a3869b/pics/CGA_Redux_board.jpg -------------------------------------------------------------------------------- /sym-lib-table: -------------------------------------------------------------------------------- 1 | (sym_lib_table 2 | (version 7) 3 | (lib (name "my_components")(type "Legacy")(uri "${KIPRJMOD}/libraries/my_kicad_library/library/my_components.lib")(options "")(descr "")) 4 | (lib (name "ISA_CGA")(type "Legacy")(uri "${KIPRJMOD}/libraries/ISA_CGA.lib")(options "")(descr "")) 5 | (lib (name "ISA_CGA-rescue")(type "KiCad")(uri "${KIPRJMOD}/ISA_CGA-rescue.kicad_sym")(options "")(descr "")) 6 | ) 7 | --------------------------------------------------------------------------------