├── .gitignore ├── C128Diag-Connectors.kicad_sch ├── C128Diag.kicad_pcb ├── C128Diag.kicad_pro ├── C128Diag.kicad_sch ├── C128Diag.pdf ├── README.md ├── fp-lib-table ├── gerber └── Makefile ├── lib ├── C128Diag.kicad_sym ├── C128Diag.pretty │ ├── C64-Cart-C128Diag.kicad_mod │ ├── Cassete-C128Diag.kicad_mod │ ├── Hole_3.2mm.kicad_mod │ ├── Jumper.kicad_mod │ ├── PinHeader_1x02_P5.08mm_Vertical.kicad_mod │ ├── Potentiometer_Bourns_3339P_Vertical.kicad_mod │ └── R_Axial_P12.70mm_Horizontal.kicad_mod ├── c128diag-pcb-bot.jpg └── c128diag-pcb-top.jpg ├── media ├── C128Diag-1.jpg ├── C128Diag-2.jpg └── Manual_Commodore Diagnostic-Tester C128.pdf └── sym-lib-table /.gitignore: -------------------------------------------------------------------------------- 1 | # For PCBs designed using KiCad: https://www.kicad.org/ 2 | # Format documentation: https://kicad.org/help/file-formats/ 3 | 4 | # Temporary files 5 | *.000 6 | *.bak 7 | *.bck 8 | *.kicad_pcb-bak 9 | *.kicad_sch-bak 10 | *-backups 11 | *.kicad_prl 12 | *.sch-bak 13 | *~ 14 | ~* 15 | _autosave-* 16 | *.tmp 17 | *-save.pro 18 | *-save.kicad_pcb 19 | fp-info-cache 20 | 21 | # Netlist files (exported from Eeschema) 22 | *.net 23 | 24 | # Autorouter files (exported from Pcbnew) 25 | *.dsn 26 | *.ses 27 | 28 | # Exported BOM files 29 | *.xml 30 | *.csv 31 | 32 | -------------------------------------------------------------------------------- /C128Diag-Connectors.kicad_sch: -------------------------------------------------------------------------------- 1 | (kicad_sch (version 20230121) (generator eeschema) 2 | 3 | (uuid c1da52df-015d-4fc7-a4ee-587a7c0d2634) 4 | 5 | (paper "A4") 6 | 7 | (title_block 8 | (title "C128Diag Connectors") 9 | (date "2024-01-09") 10 | (rev "1") 11 | (company "www.hackup.net") 12 | (comment 1 "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.") 13 | (comment 2 "This work is licensed under a") 14 | (comment 4 "Replica of C128 Diagnostic Test PCB ASSY NO. 325093-01 REV B") 15 | ) 16 | 17 | (lib_symbols 18 | (symbol "Connector:DB25_Receptacle" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) 19 | (property "Reference" "J" (at 0 34.29 0) 20 | (effects (font (size 1.27 1.27))) 21 | ) 22 | (property "Value" "DB25_Receptacle" (at 0 -34.925 0) 23 | (effects (font (size 1.27 1.27))) 24 | ) 25 | (property "Footprint" "" (at 0 0 0) 26 | (effects (font (size 1.27 1.27)) hide) 27 | ) 28 | (property "Datasheet" " ~" (at 0 0 0) 29 | (effects (font (size 1.27 1.27)) hide) 30 | ) 31 | (property "ki_keywords" "female receptacle D-SUB connector" (at 0 0 0) 32 | (effects (font (size 1.27 1.27)) hide) 33 | ) 34 | (property "ki_description" "25-pin female receptacle socket D-SUB connector" (at 0 0 0) 35 | (effects (font (size 1.27 1.27)) hide) 36 | ) 37 | (property "ki_fp_filters" "DSUB*Female*" (at 0 0 0) 38 | (effects (font (size 1.27 1.27)) hide) 39 | ) 40 | (symbol "DB25_Receptacle_0_1" 41 | (circle (center -1.778 -30.48) (radius 0.762) 42 | (stroke (width 0) (type default)) 43 | (fill (type none)) 44 | ) 45 | (circle (center -1.778 -25.4) (radius 0.762) 46 | (stroke (width 0) (type default)) 47 | (fill (type none)) 48 | ) 49 | (circle (center -1.778 -20.32) (radius 0.762) 50 | (stroke (width 0) (type default)) 51 | (fill (type none)) 52 | ) 53 | (circle (center -1.778 -15.24) (radius 0.762) 54 | (stroke (width 0) (type default)) 55 | (fill (type none)) 56 | ) 57 | (circle (center -1.778 -10.16) (radius 0.762) 58 | (stroke (width 0) (type default)) 59 | (fill (type none)) 60 | ) 61 | (circle (center -1.778 -5.08) (radius 0.762) 62 | (stroke (width 0) (type default)) 63 | (fill (type none)) 64 | ) 65 | (circle (center -1.778 0) (radius 0.762) 66 | (stroke (width 0) (type default)) 67 | (fill (type none)) 68 | ) 69 | (circle (center -1.778 5.08) (radius 0.762) 70 | (stroke (width 0) (type default)) 71 | (fill (type none)) 72 | ) 73 | (circle (center -1.778 10.16) (radius 0.762) 74 | (stroke (width 0) (type default)) 75 | (fill (type none)) 76 | ) 77 | (circle (center -1.778 15.24) (radius 0.762) 78 | (stroke (width 0) (type default)) 79 | (fill (type none)) 80 | ) 81 | (circle (center -1.778 20.32) (radius 0.762) 82 | (stroke (width 0) (type default)) 83 | (fill (type none)) 84 | ) 85 | (circle (center -1.778 25.4) (radius 0.762) 86 | (stroke (width 0) (type default)) 87 | (fill (type none)) 88 | ) 89 | (circle (center -1.778 30.48) (radius 0.762) 90 | (stroke (width 0) (type default)) 91 | (fill (type none)) 92 | ) 93 | (polyline 94 | (pts 95 | (xy -3.81 -30.48) 96 | (xy -2.54 -30.48) 97 | ) 98 | (stroke (width 0) (type default)) 99 | (fill (type none)) 100 | ) 101 | (polyline 102 | (pts 103 | (xy -3.81 -27.94) 104 | (xy 0.508 -27.94) 105 | ) 106 | (stroke (width 0) (type default)) 107 | (fill (type none)) 108 | ) 109 | (polyline 110 | (pts 111 | (xy -3.81 -25.4) 112 | (xy -2.54 -25.4) 113 | ) 114 | (stroke (width 0) (type default)) 115 | (fill (type none)) 116 | ) 117 | (polyline 118 | (pts 119 | (xy -3.81 -22.86) 120 | (xy 0.508 -22.86) 121 | ) 122 | (stroke (width 0) (type default)) 123 | (fill (type none)) 124 | ) 125 | (polyline 126 | (pts 127 | (xy -3.81 -20.32) 128 | (xy -2.54 -20.32) 129 | ) 130 | (stroke (width 0) (type default)) 131 | (fill (type none)) 132 | ) 133 | (polyline 134 | (pts 135 | (xy -3.81 -17.78) 136 | (xy 0.508 -17.78) 137 | ) 138 | (stroke (width 0) (type default)) 139 | (fill (type none)) 140 | ) 141 | (polyline 142 | (pts 143 | (xy -3.81 -15.24) 144 | (xy -2.54 -15.24) 145 | ) 146 | (stroke (width 0) (type default)) 147 | (fill (type none)) 148 | ) 149 | (polyline 150 | (pts 151 | (xy -3.81 -12.7) 152 | (xy 0.508 -12.7) 153 | ) 154 | (stroke (width 0) (type default)) 155 | (fill (type none)) 156 | ) 157 | (polyline 158 | (pts 159 | (xy -3.81 -10.16) 160 | (xy -2.54 -10.16) 161 | ) 162 | (stroke (width 0) (type default)) 163 | (fill (type none)) 164 | ) 165 | (polyline 166 | (pts 167 | (xy -3.81 -7.62) 168 | (xy 0.508 -7.62) 169 | ) 170 | (stroke (width 0) (type default)) 171 | (fill (type none)) 172 | ) 173 | (polyline 174 | (pts 175 | (xy -3.81 -5.08) 176 | (xy -2.54 -5.08) 177 | ) 178 | (stroke (width 0) (type default)) 179 | (fill (type none)) 180 | ) 181 | (polyline 182 | (pts 183 | (xy -3.81 -2.54) 184 | (xy 0.508 -2.54) 185 | ) 186 | (stroke (width 0) (type default)) 187 | (fill (type none)) 188 | ) 189 | (polyline 190 | (pts 191 | (xy -3.81 0) 192 | (xy -2.54 0) 193 | ) 194 | (stroke (width 0) (type default)) 195 | (fill (type none)) 196 | ) 197 | (polyline 198 | (pts 199 | (xy -3.81 2.54) 200 | (xy 0.508 2.54) 201 | ) 202 | (stroke (width 0) (type default)) 203 | (fill (type none)) 204 | ) 205 | (polyline 206 | (pts 207 | (xy -3.81 5.08) 208 | (xy -2.54 5.08) 209 | ) 210 | (stroke (width 0) (type default)) 211 | (fill (type none)) 212 | ) 213 | (polyline 214 | (pts 215 | (xy -3.81 7.62) 216 | (xy 0.508 7.62) 217 | ) 218 | (stroke (width 0) (type default)) 219 | (fill (type none)) 220 | ) 221 | (polyline 222 | (pts 223 | (xy -3.81 10.16) 224 | (xy -2.54 10.16) 225 | ) 226 | (stroke (width 0) (type default)) 227 | (fill (type none)) 228 | ) 229 | (polyline 230 | (pts 231 | (xy -3.81 12.7) 232 | (xy 0.508 12.7) 233 | ) 234 | (stroke (width 0) (type default)) 235 | (fill (type none)) 236 | ) 237 | (polyline 238 | (pts 239 | (xy -3.81 15.24) 240 | (xy -2.54 15.24) 241 | ) 242 | (stroke (width 0) (type default)) 243 | (fill (type none)) 244 | ) 245 | (polyline 246 | (pts 247 | (xy -3.81 17.78) 248 | (xy 0.508 17.78) 249 | ) 250 | (stroke (width 0) (type default)) 251 | (fill (type none)) 252 | ) 253 | (polyline 254 | (pts 255 | (xy -3.81 20.32) 256 | (xy -2.54 20.32) 257 | ) 258 | (stroke (width 0) (type default)) 259 | (fill (type none)) 260 | ) 261 | (polyline 262 | (pts 263 | (xy -3.81 22.86) 264 | (xy 0.508 22.86) 265 | ) 266 | (stroke (width 0) (type default)) 267 | (fill (type none)) 268 | ) 269 | (polyline 270 | (pts 271 | (xy -3.81 25.4) 272 | (xy -2.54 25.4) 273 | ) 274 | (stroke (width 0) (type default)) 275 | (fill (type none)) 276 | ) 277 | (polyline 278 | (pts 279 | (xy -3.81 27.94) 280 | (xy 0.508 27.94) 281 | ) 282 | (stroke (width 0) (type default)) 283 | (fill (type none)) 284 | ) 285 | (polyline 286 | (pts 287 | (xy -3.81 30.48) 288 | (xy -2.54 30.48) 289 | ) 290 | (stroke (width 0) (type default)) 291 | (fill (type none)) 292 | ) 293 | (polyline 294 | (pts 295 | (xy -3.81 33.655) 296 | (xy 3.81 29.845) 297 | (xy 3.81 -29.845) 298 | (xy -3.81 -33.655) 299 | (xy -3.81 33.655) 300 | ) 301 | (stroke (width 0.254) (type default)) 302 | (fill (type background)) 303 | ) 304 | (circle (center 1.27 -27.94) (radius 0.762) 305 | (stroke (width 0) (type default)) 306 | (fill (type none)) 307 | ) 308 | (circle (center 1.27 -22.86) (radius 0.762) 309 | (stroke (width 0) (type default)) 310 | (fill (type none)) 311 | ) 312 | (circle (center 1.27 -17.78) (radius 0.762) 313 | (stroke (width 0) (type default)) 314 | (fill (type none)) 315 | ) 316 | (circle (center 1.27 -12.7) (radius 0.762) 317 | (stroke (width 0) (type default)) 318 | (fill (type none)) 319 | ) 320 | (circle (center 1.27 -7.62) (radius 0.762) 321 | (stroke (width 0) (type default)) 322 | (fill (type none)) 323 | ) 324 | (circle (center 1.27 -2.54) (radius 0.762) 325 | (stroke (width 0) (type default)) 326 | (fill (type none)) 327 | ) 328 | (circle (center 1.27 2.54) (radius 0.762) 329 | (stroke (width 0) (type default)) 330 | (fill (type none)) 331 | ) 332 | (circle (center 1.27 7.62) (radius 0.762) 333 | (stroke (width 0) (type default)) 334 | (fill (type none)) 335 | ) 336 | (circle (center 1.27 12.7) (radius 0.762) 337 | (stroke (width 0) (type default)) 338 | (fill (type none)) 339 | ) 340 | (circle (center 1.27 17.78) (radius 0.762) 341 | (stroke (width 0) (type default)) 342 | (fill (type none)) 343 | ) 344 | (circle (center 1.27 22.86) (radius 0.762) 345 | (stroke (width 0) (type default)) 346 | (fill (type none)) 347 | ) 348 | (circle (center 1.27 27.94) (radius 0.762) 349 | (stroke (width 0) (type default)) 350 | (fill (type none)) 351 | ) 352 | ) 353 | (symbol "DB25_Receptacle_1_1" 354 | (pin passive line (at -7.62 30.48 0) (length 3.81) 355 | (name "1" (effects (font (size 1.27 1.27)))) 356 | (number "1" (effects (font (size 1.27 1.27)))) 357 | ) 358 | (pin passive line (at -7.62 -15.24 0) (length 3.81) 359 | (name "10" (effects (font (size 1.27 1.27)))) 360 | (number "10" (effects (font (size 1.27 1.27)))) 361 | ) 362 | (pin passive line (at -7.62 -20.32 0) (length 3.81) 363 | (name "11" (effects (font (size 1.27 1.27)))) 364 | (number "11" (effects (font (size 1.27 1.27)))) 365 | ) 366 | (pin passive line (at -7.62 -25.4 0) (length 3.81) 367 | (name "12" (effects (font (size 1.27 1.27)))) 368 | (number "12" (effects (font (size 1.27 1.27)))) 369 | ) 370 | (pin passive line (at -7.62 -30.48 0) (length 3.81) 371 | (name "13" (effects (font (size 1.27 1.27)))) 372 | (number "13" (effects (font (size 1.27 1.27)))) 373 | ) 374 | (pin passive line (at -7.62 27.94 0) (length 3.81) 375 | (name "P14" (effects (font (size 1.27 1.27)))) 376 | (number "14" (effects (font (size 1.27 1.27)))) 377 | ) 378 | (pin passive line (at -7.62 22.86 0) (length 3.81) 379 | (name "P15" (effects (font (size 1.27 1.27)))) 380 | (number "15" (effects (font (size 1.27 1.27)))) 381 | ) 382 | (pin passive line (at -7.62 17.78 0) (length 3.81) 383 | (name "P16" (effects (font (size 1.27 1.27)))) 384 | (number "16" (effects (font (size 1.27 1.27)))) 385 | ) 386 | (pin passive line (at -7.62 12.7 0) (length 3.81) 387 | (name "P17" (effects (font (size 1.27 1.27)))) 388 | (number "17" (effects (font (size 1.27 1.27)))) 389 | ) 390 | (pin passive line (at -7.62 7.62 0) (length 3.81) 391 | (name "P18" (effects (font (size 1.27 1.27)))) 392 | (number "18" (effects (font (size 1.27 1.27)))) 393 | ) 394 | (pin passive line (at -7.62 2.54 0) (length 3.81) 395 | (name "P19" (effects (font (size 1.27 1.27)))) 396 | (number "19" (effects (font (size 1.27 1.27)))) 397 | ) 398 | (pin passive line (at -7.62 25.4 0) (length 3.81) 399 | (name "2" (effects (font (size 1.27 1.27)))) 400 | (number "2" (effects (font (size 1.27 1.27)))) 401 | ) 402 | (pin passive line (at -7.62 -2.54 0) (length 3.81) 403 | (name "P20" (effects (font (size 1.27 1.27)))) 404 | (number "20" (effects (font (size 1.27 1.27)))) 405 | ) 406 | (pin passive line (at -7.62 -7.62 0) (length 3.81) 407 | (name "P21" (effects (font (size 1.27 1.27)))) 408 | (number "21" (effects (font (size 1.27 1.27)))) 409 | ) 410 | (pin passive line (at -7.62 -12.7 0) (length 3.81) 411 | (name "P22" (effects (font (size 1.27 1.27)))) 412 | (number "22" (effects (font (size 1.27 1.27)))) 413 | ) 414 | (pin passive line (at -7.62 -17.78 0) (length 3.81) 415 | (name "P23" (effects (font (size 1.27 1.27)))) 416 | (number "23" (effects (font (size 1.27 1.27)))) 417 | ) 418 | (pin passive line (at -7.62 -22.86 0) (length 3.81) 419 | (name "P24" (effects (font (size 1.27 1.27)))) 420 | (number "24" (effects (font (size 1.27 1.27)))) 421 | ) 422 | (pin passive line (at -7.62 -27.94 0) (length 3.81) 423 | (name "P25" (effects (font (size 1.27 1.27)))) 424 | (number "25" (effects (font (size 1.27 1.27)))) 425 | ) 426 | (pin passive line (at -7.62 20.32 0) (length 3.81) 427 | (name "3" (effects (font (size 1.27 1.27)))) 428 | (number "3" (effects (font (size 1.27 1.27)))) 429 | ) 430 | (pin passive line (at -7.62 15.24 0) (length 3.81) 431 | (name "4" (effects (font (size 1.27 1.27)))) 432 | (number "4" (effects (font (size 1.27 1.27)))) 433 | ) 434 | (pin passive line (at -7.62 10.16 0) (length 3.81) 435 | (name "5" (effects (font (size 1.27 1.27)))) 436 | (number "5" (effects (font (size 1.27 1.27)))) 437 | ) 438 | (pin passive line (at -7.62 5.08 0) (length 3.81) 439 | (name "6" (effects (font (size 1.27 1.27)))) 440 | (number "6" (effects (font (size 1.27 1.27)))) 441 | ) 442 | (pin passive line (at -7.62 0 0) (length 3.81) 443 | (name "7" (effects (font (size 1.27 1.27)))) 444 | (number "7" (effects (font (size 1.27 1.27)))) 445 | ) 446 | (pin passive line (at -7.62 -5.08 0) (length 3.81) 447 | (name "8" (effects (font (size 1.27 1.27)))) 448 | (number "8" (effects (font (size 1.27 1.27)))) 449 | ) 450 | (pin passive line (at -7.62 -10.16 0) (length 3.81) 451 | (name "9" (effects (font (size 1.27 1.27)))) 452 | (number "9" (effects (font (size 1.27 1.27)))) 453 | ) 454 | ) 455 | ) 456 | (symbol "Connector:DE9_Receptacle" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) 457 | (property "Reference" "J" (at 0 13.97 0) 458 | (effects (font (size 1.27 1.27))) 459 | ) 460 | (property "Value" "DE9_Receptacle" (at 0 -14.605 0) 461 | (effects (font (size 1.27 1.27))) 462 | ) 463 | (property "Footprint" "" (at 0 0 0) 464 | (effects (font (size 1.27 1.27)) hide) 465 | ) 466 | (property "Datasheet" " ~" (at 0 0 0) 467 | (effects (font (size 1.27 1.27)) hide) 468 | ) 469 | (property "ki_keywords" "connector receptacle female D-SUB DB9" (at 0 0 0) 470 | (effects (font (size 1.27 1.27)) hide) 471 | ) 472 | (property "ki_description" "9-pin female receptacle socket D-SUB connector" (at 0 0 0) 473 | (effects (font (size 1.27 1.27)) hide) 474 | ) 475 | (property "ki_fp_filters" "DSUB*Female*" (at 0 0 0) 476 | (effects (font (size 1.27 1.27)) hide) 477 | ) 478 | (symbol "DE9_Receptacle_0_1" 479 | (circle (center -1.778 -10.16) (radius 0.762) 480 | (stroke (width 0) (type default)) 481 | (fill (type none)) 482 | ) 483 | (circle (center -1.778 -5.08) (radius 0.762) 484 | (stroke (width 0) (type default)) 485 | (fill (type none)) 486 | ) 487 | (circle (center -1.778 0) (radius 0.762) 488 | (stroke (width 0) (type default)) 489 | (fill (type none)) 490 | ) 491 | (circle (center -1.778 5.08) (radius 0.762) 492 | (stroke (width 0) (type default)) 493 | (fill (type none)) 494 | ) 495 | (circle (center -1.778 10.16) (radius 0.762) 496 | (stroke (width 0) (type default)) 497 | (fill (type none)) 498 | ) 499 | (polyline 500 | (pts 501 | (xy -3.81 -10.16) 502 | (xy -2.54 -10.16) 503 | ) 504 | (stroke (width 0) (type default)) 505 | (fill (type none)) 506 | ) 507 | (polyline 508 | (pts 509 | (xy -3.81 -7.62) 510 | (xy 0.508 -7.62) 511 | ) 512 | (stroke (width 0) (type default)) 513 | (fill (type none)) 514 | ) 515 | (polyline 516 | (pts 517 | (xy -3.81 -5.08) 518 | (xy -2.54 -5.08) 519 | ) 520 | (stroke (width 0) (type default)) 521 | (fill (type none)) 522 | ) 523 | (polyline 524 | (pts 525 | (xy -3.81 -2.54) 526 | (xy 0.508 -2.54) 527 | ) 528 | (stroke (width 0) (type default)) 529 | (fill (type none)) 530 | ) 531 | (polyline 532 | (pts 533 | (xy -3.81 0) 534 | (xy -2.54 0) 535 | ) 536 | (stroke (width 0) (type default)) 537 | (fill (type none)) 538 | ) 539 | (polyline 540 | (pts 541 | (xy -3.81 2.54) 542 | (xy 0.508 2.54) 543 | ) 544 | (stroke (width 0) (type default)) 545 | (fill (type none)) 546 | ) 547 | (polyline 548 | (pts 549 | (xy -3.81 5.08) 550 | (xy -2.54 5.08) 551 | ) 552 | (stroke (width 0) (type default)) 553 | (fill (type none)) 554 | ) 555 | (polyline 556 | (pts 557 | (xy -3.81 7.62) 558 | (xy 0.508 7.62) 559 | ) 560 | (stroke (width 0) (type default)) 561 | (fill (type none)) 562 | ) 563 | (polyline 564 | (pts 565 | (xy -3.81 10.16) 566 | (xy -2.54 10.16) 567 | ) 568 | (stroke (width 0) (type default)) 569 | (fill (type none)) 570 | ) 571 | (polyline 572 | (pts 573 | (xy -3.81 13.335) 574 | (xy -3.81 -13.335) 575 | (xy 3.81 -9.525) 576 | (xy 3.81 9.525) 577 | (xy -3.81 13.335) 578 | ) 579 | (stroke (width 0.254) (type default)) 580 | (fill (type background)) 581 | ) 582 | (circle (center 1.27 -7.62) (radius 0.762) 583 | (stroke (width 0) (type default)) 584 | (fill (type none)) 585 | ) 586 | (circle (center 1.27 -2.54) (radius 0.762) 587 | (stroke (width 0) (type default)) 588 | (fill (type none)) 589 | ) 590 | (circle (center 1.27 2.54) (radius 0.762) 591 | (stroke (width 0) (type default)) 592 | (fill (type none)) 593 | ) 594 | (circle (center 1.27 7.62) (radius 0.762) 595 | (stroke (width 0) (type default)) 596 | (fill (type none)) 597 | ) 598 | ) 599 | (symbol "DE9_Receptacle_1_1" 600 | (pin passive line (at -7.62 10.16 0) (length 3.81) 601 | (name "1" (effects (font (size 1.27 1.27)))) 602 | (number "1" (effects (font (size 1.27 1.27)))) 603 | ) 604 | (pin passive line (at -7.62 5.08 0) (length 3.81) 605 | (name "2" (effects (font (size 1.27 1.27)))) 606 | (number "2" (effects (font (size 1.27 1.27)))) 607 | ) 608 | (pin passive line (at -7.62 0 0) (length 3.81) 609 | (name "3" (effects (font (size 1.27 1.27)))) 610 | (number "3" (effects (font (size 1.27 1.27)))) 611 | ) 612 | (pin passive line (at -7.62 -5.08 0) (length 3.81) 613 | (name "4" (effects (font (size 1.27 1.27)))) 614 | (number "4" (effects (font (size 1.27 1.27)))) 615 | ) 616 | (pin passive line (at -7.62 -10.16 0) (length 3.81) 617 | (name "5" (effects (font (size 1.27 1.27)))) 618 | (number "5" (effects (font (size 1.27 1.27)))) 619 | ) 620 | (pin passive line (at -7.62 7.62 0) (length 3.81) 621 | (name "6" (effects (font (size 1.27 1.27)))) 622 | (number "6" (effects (font (size 1.27 1.27)))) 623 | ) 624 | (pin passive line (at -7.62 2.54 0) (length 3.81) 625 | (name "7" (effects (font (size 1.27 1.27)))) 626 | (number "7" (effects (font (size 1.27 1.27)))) 627 | ) 628 | (pin passive line (at -7.62 -2.54 0) (length 3.81) 629 | (name "8" (effects (font (size 1.27 1.27)))) 630 | (number "8" (effects (font (size 1.27 1.27)))) 631 | ) 632 | (pin passive line (at -7.62 -7.62 0) (length 3.81) 633 | (name "9" (effects (font (size 1.27 1.27)))) 634 | (number "9" (effects (font (size 1.27 1.27)))) 635 | ) 636 | ) 637 | ) 638 | (symbol "Connector:DIN-6" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 639 | (property "Reference" "J" (at 3.175 5.715 0) 640 | (effects (font (size 1.27 1.27))) 641 | ) 642 | (property "Value" "DIN-6" (at 4.445 -4.445 0) 643 | (effects (font (size 1.27 1.27)) (justify left)) 644 | ) 645 | (property "Footprint" "" (at 0 0 0) 646 | (effects (font (size 1.27 1.27)) hide) 647 | ) 648 | (property "Datasheet" "http://www.mouser.com/ds/2/18/40_c091_abd_e-75918.pdf" (at 0 0 0) 649 | (effects (font (size 1.27 1.27)) hide) 650 | ) 651 | (property "ki_keywords" "circular DIN connector" (at 0 0 0) 652 | (effects (font (size 1.27 1.27)) hide) 653 | ) 654 | (property "ki_description" "6-pin DIN connector" (at 0 0 0) 655 | (effects (font (size 1.27 1.27)) hide) 656 | ) 657 | (property "ki_fp_filters" "DIN*" (at 0 0 0) 658 | (effects (font (size 1.27 1.27)) hide) 659 | ) 660 | (symbol "DIN-6_0_1" 661 | (arc (start -5.08 0) (mid -3.8609 -3.3364) (end -0.762 -5.08) 662 | (stroke (width 0.254) (type default)) 663 | (fill (type none)) 664 | ) 665 | (circle (center -2.794 -1.524) (radius 0.508) 666 | (stroke (width 0) (type default)) 667 | (fill (type none)) 668 | ) 669 | (circle (center -2.794 1.524) (radius 0.508) 670 | (stroke (width 0) (type default)) 671 | (fill (type none)) 672 | ) 673 | (polyline 674 | (pts 675 | (xy 0 -5.08) 676 | (xy 0 -0.508) 677 | ) 678 | (stroke (width 0) (type default)) 679 | (fill (type none)) 680 | ) 681 | (polyline 682 | (pts 683 | (xy 0 5.08) 684 | (xy 0 3.81) 685 | ) 686 | (stroke (width 0) (type default)) 687 | (fill (type none)) 688 | ) 689 | (polyline 690 | (pts 691 | (xy -5.08 -2.54) 692 | (xy -4.318 -2.54) 693 | (xy -3.175 -1.905) 694 | ) 695 | (stroke (width 0) (type default)) 696 | (fill (type none)) 697 | ) 698 | (polyline 699 | (pts 700 | (xy -5.08 2.54) 701 | (xy -4.318 2.54) 702 | (xy -3.175 1.905) 703 | ) 704 | (stroke (width 0) (type default)) 705 | (fill (type none)) 706 | ) 707 | (polyline 708 | (pts 709 | (xy 5.08 -2.54) 710 | (xy 4.318 -2.54) 711 | (xy 3.175 -1.905) 712 | ) 713 | (stroke (width 0) (type default)) 714 | (fill (type none)) 715 | ) 716 | (polyline 717 | (pts 718 | (xy 5.08 2.54) 719 | (xy 4.318 2.54) 720 | (xy 3.175 1.905) 721 | ) 722 | (stroke (width 0) (type default)) 723 | (fill (type none)) 724 | ) 725 | (polyline 726 | (pts 727 | (xy -0.762 -4.953) 728 | (xy -0.762 -4.191) 729 | (xy 0.762 -4.191) 730 | (xy 0.762 -4.953) 731 | ) 732 | (stroke (width 0.254) (type default)) 733 | (fill (type none)) 734 | ) 735 | (circle (center 0 0) (radius 0.508) 736 | (stroke (width 0) (type default)) 737 | (fill (type none)) 738 | ) 739 | (circle (center 0 3.302) (radius 0.508) 740 | (stroke (width 0) (type default)) 741 | (fill (type none)) 742 | ) 743 | (arc (start 0.762 -5.08) (mid 3.8685 -3.343) (end 5.08 0) 744 | (stroke (width 0.254) (type default)) 745 | (fill (type none)) 746 | ) 747 | (circle (center 2.794 -1.524) (radius 0.508) 748 | (stroke (width 0) (type default)) 749 | (fill (type none)) 750 | ) 751 | (circle (center 2.794 1.524) (radius 0.508) 752 | (stroke (width 0) (type default)) 753 | (fill (type none)) 754 | ) 755 | (arc (start 5.08 0) (mid 0 5.0579) (end -5.08 0) 756 | (stroke (width 0.254) (type default)) 757 | (fill (type none)) 758 | ) 759 | ) 760 | (symbol "DIN-6_1_1" 761 | (pin passive line (at -7.62 -2.54 0) (length 2.54) 762 | (name "~" (effects (font (size 1.27 1.27)))) 763 | (number "1" (effects (font (size 1.27 1.27)))) 764 | ) 765 | (pin passive line (at -7.62 2.54 0) (length 2.54) 766 | (name "~" (effects (font (size 1.27 1.27)))) 767 | (number "2" (effects (font (size 1.27 1.27)))) 768 | ) 769 | (pin passive line (at 0 7.62 270) (length 2.54) 770 | (name "~" (effects (font (size 1.27 1.27)))) 771 | (number "3" (effects (font (size 1.27 1.27)))) 772 | ) 773 | (pin passive line (at 7.62 2.54 180) (length 2.54) 774 | (name "~" (effects (font (size 1.27 1.27)))) 775 | (number "4" (effects (font (size 1.27 1.27)))) 776 | ) 777 | (pin passive line (at 7.62 -2.54 180) (length 2.54) 778 | (name "~" (effects (font (size 1.27 1.27)))) 779 | (number "5" (effects (font (size 1.27 1.27)))) 780 | ) 781 | (pin passive line (at 0 -7.62 90) (length 2.54) 782 | (name "~" (effects (font (size 1.27 1.27)))) 783 | (number "6" (effects (font (size 1.27 1.27)))) 784 | ) 785 | ) 786 | ) 787 | (symbol "Connector:DIN-8" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 788 | (property "Reference" "J" (at 3.175 5.715 0) 789 | (effects (font (size 1.27 1.27))) 790 | ) 791 | (property "Value" "DIN-8" (at 2.032 -5.842 0) 792 | (effects (font (size 1.27 1.27)) (justify left)) 793 | ) 794 | (property "Footprint" "" (at 0 0 0) 795 | (effects (font (size 1.27 1.27)) hide) 796 | ) 797 | (property "Datasheet" "http://www.mouser.com/ds/2/18/40_c091_abd_e-75918.pdf" (at 0 0 0) 798 | (effects (font (size 1.27 1.27)) hide) 799 | ) 800 | (property "ki_keywords" "circular DIN connector" (at 0 0 0) 801 | (effects (font (size 1.27 1.27)) hide) 802 | ) 803 | (property "ki_description" "8-pin DIN connector" (at 0 0 0) 804 | (effects (font (size 1.27 1.27)) hide) 805 | ) 806 | (property "ki_fp_filters" "DIN*" (at 0 0 0) 807 | (effects (font (size 1.27 1.27)) hide) 808 | ) 809 | (symbol "DIN-8_0_1" 810 | (arc (start -5.08 0) (mid -3.8609 -3.3364) (end -0.762 -5.08) 811 | (stroke (width 0.254) (type default)) 812 | (fill (type none)) 813 | ) 814 | (circle (center -3.048 -0.762) (radius 0.508) 815 | (stroke (width 0) (type default)) 816 | (fill (type none)) 817 | ) 818 | (circle (center -2.54 2.032) (radius 0.508) 819 | (stroke (width 0) (type default)) 820 | (fill (type none)) 821 | ) 822 | (circle (center -1.524 -2.794) (radius 0.508) 823 | (stroke (width 0) (type default)) 824 | (fill (type none)) 825 | ) 826 | (polyline 827 | (pts 828 | (xy -5.08 0) 829 | (xy -3.556 -0.508) 830 | ) 831 | (stroke (width 0) (type default)) 832 | (fill (type none)) 833 | ) 834 | (polyline 835 | (pts 836 | (xy 0 -0.508) 837 | (xy 0 -5.08) 838 | ) 839 | (stroke (width 0) (type default)) 840 | (fill (type none)) 841 | ) 842 | (polyline 843 | (pts 844 | (xy 0 5.08) 845 | (xy 0 3.81) 846 | ) 847 | (stroke (width 0) (type default)) 848 | (fill (type none)) 849 | ) 850 | (polyline 851 | (pts 852 | (xy 5.08 0) 853 | (xy 3.556 -0.508) 854 | ) 855 | (stroke (width 0) (type default)) 856 | (fill (type none)) 857 | ) 858 | (polyline 859 | (pts 860 | (xy -5.08 -2.54) 861 | (xy -4.318 -2.54) 862 | (xy -2.032 -2.794) 863 | ) 864 | (stroke (width 0) (type default)) 865 | (fill (type none)) 866 | ) 867 | (polyline 868 | (pts 869 | (xy -5.08 2.54) 870 | (xy -4.318 2.54) 871 | (xy -3.048 2.286) 872 | ) 873 | (stroke (width 0) (type default)) 874 | (fill (type none)) 875 | ) 876 | (polyline 877 | (pts 878 | (xy 5.08 -2.54) 879 | (xy 4.318 -2.54) 880 | (xy 2.032 -2.794) 881 | ) 882 | (stroke (width 0) (type default)) 883 | (fill (type none)) 884 | ) 885 | (polyline 886 | (pts 887 | (xy 5.08 2.54) 888 | (xy 4.318 2.54) 889 | (xy 3.048 2.286) 890 | ) 891 | (stroke (width 0) (type default)) 892 | (fill (type none)) 893 | ) 894 | (polyline 895 | (pts 896 | (xy -0.762 -4.953) 897 | (xy -0.762 -4.191) 898 | (xy 0.762 -4.191) 899 | (xy 0.762 -4.953) 900 | ) 901 | (stroke (width 0.254) (type default)) 902 | (fill (type none)) 903 | ) 904 | (circle (center 0 0) (radius 0.508) 905 | (stroke (width 0) (type default)) 906 | (fill (type none)) 907 | ) 908 | (circle (center 0 3.302) (radius 0.508) 909 | (stroke (width 0) (type default)) 910 | (fill (type none)) 911 | ) 912 | (arc (start 0.762 -5.08) (mid 3.8685 -3.343) (end 5.08 0) 913 | (stroke (width 0.254) (type default)) 914 | (fill (type none)) 915 | ) 916 | (circle (center 1.524 -2.794) (radius 0.508) 917 | (stroke (width 0) (type default)) 918 | (fill (type none)) 919 | ) 920 | (circle (center 2.54 2.032) (radius 0.508) 921 | (stroke (width 0) (type default)) 922 | (fill (type none)) 923 | ) 924 | (circle (center 3.048 -0.762) (radius 0.508) 925 | (stroke (width 0) (type default)) 926 | (fill (type none)) 927 | ) 928 | (arc (start 5.08 0) (mid 0 5.0579) (end -5.08 0) 929 | (stroke (width 0.254) (type default)) 930 | (fill (type none)) 931 | ) 932 | ) 933 | (symbol "DIN-8_1_1" 934 | (pin passive line (at -7.62 0 0) (length 2.54) 935 | (name "~" (effects (font (size 1.27 1.27)))) 936 | (number "1" (effects (font (size 1.27 1.27)))) 937 | ) 938 | (pin passive line (at 0 7.62 270) (length 2.54) 939 | (name "~" (effects (font (size 1.27 1.27)))) 940 | (number "2" (effects (font (size 1.27 1.27)))) 941 | ) 942 | (pin passive line (at 7.62 0 180) (length 2.54) 943 | (name "~" (effects (font (size 1.27 1.27)))) 944 | (number "3" (effects (font (size 1.27 1.27)))) 945 | ) 946 | (pin passive line (at -7.62 2.54 0) (length 2.54) 947 | (name "~" (effects (font (size 1.27 1.27)))) 948 | (number "4" (effects (font (size 1.27 1.27)))) 949 | ) 950 | (pin passive line (at 7.62 2.54 180) (length 2.54) 951 | (name "~" (effects (font (size 1.27 1.27)))) 952 | (number "5" (effects (font (size 1.27 1.27)))) 953 | ) 954 | (pin passive line (at -7.62 -2.54 0) (length 2.54) 955 | (name "~" (effects (font (size 1.27 1.27)))) 956 | (number "6" (effects (font (size 1.27 1.27)))) 957 | ) 958 | (pin passive line (at 7.62 -2.54 180) (length 2.54) 959 | (name "~" (effects (font (size 1.27 1.27)))) 960 | (number "7" (effects (font (size 1.27 1.27)))) 961 | ) 962 | (pin passive line (at 0 -7.62 90) (length 2.54) 963 | (name "~" (effects (font (size 1.27 1.27)))) 964 | (number "8" (effects (font (size 1.27 1.27)))) 965 | ) 966 | ) 967 | ) 968 | (symbol "Device:LED_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) 969 | (property "Reference" "D" (at -1.27 3.175 0) 970 | (effects (font (size 1.27 1.27)) (justify left)) 971 | ) 972 | (property "Value" "LED_Small" (at -4.445 -2.54 0) 973 | (effects (font (size 1.27 1.27)) (justify left)) 974 | ) 975 | (property "Footprint" "" (at 0 0 90) 976 | (effects (font (size 1.27 1.27)) hide) 977 | ) 978 | (property "Datasheet" "~" (at 0 0 90) 979 | (effects (font (size 1.27 1.27)) hide) 980 | ) 981 | (property "ki_keywords" "LED diode light-emitting-diode" (at 0 0 0) 982 | (effects (font (size 1.27 1.27)) hide) 983 | ) 984 | (property "ki_description" "Light emitting diode, small symbol" (at 0 0 0) 985 | (effects (font (size 1.27 1.27)) hide) 986 | ) 987 | (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) 988 | (effects (font (size 1.27 1.27)) hide) 989 | ) 990 | (symbol "LED_Small_0_1" 991 | (polyline 992 | (pts 993 | (xy -0.762 -1.016) 994 | (xy -0.762 1.016) 995 | ) 996 | (stroke (width 0.254) (type default)) 997 | (fill (type none)) 998 | ) 999 | (polyline 1000 | (pts 1001 | (xy 1.016 0) 1002 | (xy -0.762 0) 1003 | ) 1004 | (stroke (width 0) (type default)) 1005 | (fill (type none)) 1006 | ) 1007 | (polyline 1008 | (pts 1009 | (xy 0.762 -1.016) 1010 | (xy -0.762 0) 1011 | (xy 0.762 1.016) 1012 | (xy 0.762 -1.016) 1013 | ) 1014 | (stroke (width 0.254) (type default)) 1015 | (fill (type none)) 1016 | ) 1017 | (polyline 1018 | (pts 1019 | (xy 0 0.762) 1020 | (xy -0.508 1.27) 1021 | (xy -0.254 1.27) 1022 | (xy -0.508 1.27) 1023 | (xy -0.508 1.016) 1024 | ) 1025 | (stroke (width 0) (type default)) 1026 | (fill (type none)) 1027 | ) 1028 | (polyline 1029 | (pts 1030 | (xy 0.508 1.27) 1031 | (xy 0 1.778) 1032 | (xy 0.254 1.778) 1033 | (xy 0 1.778) 1034 | (xy 0 1.524) 1035 | ) 1036 | (stroke (width 0) (type default)) 1037 | (fill (type none)) 1038 | ) 1039 | ) 1040 | (symbol "LED_Small_1_1" 1041 | (pin passive line (at -2.54 0 0) (length 1.778) 1042 | (name "K" (effects (font (size 1.27 1.27)))) 1043 | (number "1" (effects (font (size 1.27 1.27)))) 1044 | ) 1045 | (pin passive line (at 2.54 0 180) (length 1.778) 1046 | (name "A" (effects (font (size 1.27 1.27)))) 1047 | (number "2" (effects (font (size 1.27 1.27)))) 1048 | ) 1049 | ) 1050 | ) 1051 | (symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) 1052 | (property "Reference" "R" (at 0.762 0.508 0) 1053 | (effects (font (size 1.27 1.27)) (justify left)) 1054 | ) 1055 | (property "Value" "R_Small" (at 0.762 -1.016 0) 1056 | (effects (font (size 1.27 1.27)) (justify left)) 1057 | ) 1058 | (property "Footprint" "" (at 0 0 0) 1059 | (effects (font (size 1.27 1.27)) hide) 1060 | ) 1061 | (property "Datasheet" "~" (at 0 0 0) 1062 | (effects (font (size 1.27 1.27)) hide) 1063 | ) 1064 | (property "ki_keywords" "R resistor" (at 0 0 0) 1065 | (effects (font (size 1.27 1.27)) hide) 1066 | ) 1067 | (property "ki_description" "Resistor, small symbol" (at 0 0 0) 1068 | (effects (font (size 1.27 1.27)) hide) 1069 | ) 1070 | (property "ki_fp_filters" "R_*" (at 0 0 0) 1071 | (effects (font (size 1.27 1.27)) hide) 1072 | ) 1073 | (symbol "R_Small_0_1" 1074 | (rectangle (start -0.762 1.778) (end 0.762 -1.778) 1075 | (stroke (width 0.2032) (type default)) 1076 | (fill (type none)) 1077 | ) 1078 | ) 1079 | (symbol "R_Small_1_1" 1080 | (pin passive line (at 0 2.54 270) (length 0.762) 1081 | (name "~" (effects (font (size 1.27 1.27)))) 1082 | (number "1" (effects (font (size 1.27 1.27)))) 1083 | ) 1084 | (pin passive line (at 0 -2.54 90) (length 0.762) 1085 | (name "~" (effects (font (size 1.27 1.27)))) 1086 | (number "2" (effects (font (size 1.27 1.27)))) 1087 | ) 1088 | ) 1089 | ) 1090 | (symbol "hackup-commodore:C64-UserPort" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 1091 | (property "Reference" "J" (at 0 -11.43 0) 1092 | (effects (font (size 1.524 1.524))) 1093 | ) 1094 | (property "Value" "C64-UserPort" (at 0 -8.89 0) 1095 | (effects (font (size 1.524 1.524))) 1096 | ) 1097 | (property "Footprint" "Hackup_Commodore:C64-User-Port-Female" (at 0 26.67 0) 1098 | (effects (font (size 1.524 1.524)) hide) 1099 | ) 1100 | (property "Datasheet" "~" (at 0 -21.59 0) 1101 | (effects (font (size 1.524 1.524)) hide) 1102 | ) 1103 | (property "ki_keywords" "C64 Userport User-Port Commodore" (at 0 0 0) 1104 | (effects (font (size 1.27 1.27)) hide) 1105 | ) 1106 | (property "ki_description" "Board edge connector for the User Port of the Commodore 64 computer." (at 0 0 0) 1107 | (effects (font (size 1.27 1.27)) hide) 1108 | ) 1109 | (property "ki_fp_filters" "C64-User-Port-* C64-UserPort*" (at 0 0 0) 1110 | (effects (font (size 1.27 1.27)) hide) 1111 | ) 1112 | (symbol "C64-UserPort_0_1" 1113 | (rectangle (start -7.62 24.13) (end 7.62 -6.35) 1114 | (stroke (width 0) (type default)) 1115 | (fill (type none)) 1116 | ) 1117 | (rectangle (start 7.62 22.86) (end 7.62 22.86) 1118 | (stroke (width 0) (type default)) 1119 | (fill (type none)) 1120 | ) 1121 | ) 1122 | (symbol "C64-UserPort_1_1" 1123 | (pin power_out line (at 12.7 22.86 180) (length 5.08) 1124 | (name "GND2" (effects (font (size 1.27 1.27)))) 1125 | (number "1" (effects (font (size 1.27 1.27)))) 1126 | ) 1127 | (pin power_out line (at 12.7 0 180) (length 5.08) 1128 | (name "9VAC1" (effects (font (size 1.27 1.27)))) 1129 | (number "10" (effects (font (size 1.27 1.27)))) 1130 | ) 1131 | (pin power_out line (at 12.7 -2.54 180) (length 5.08) 1132 | (name "9VAC2" (effects (font (size 1.27 1.27)))) 1133 | (number "11" (effects (font (size 1.27 1.27)))) 1134 | ) 1135 | (pin power_out line (at 12.7 -5.08 180) (length 5.08) 1136 | (name "GND4" (effects (font (size 1.27 1.27)))) 1137 | (number "12" (effects (font (size 1.27 1.27)))) 1138 | ) 1139 | (pin power_out line (at 12.7 20.32 180) (length 5.08) 1140 | (name "5V" (effects (font (size 1.27 1.27)))) 1141 | (number "2" (effects (font (size 1.27 1.27)))) 1142 | ) 1143 | (pin bidirectional line (at 12.7 17.78 180) (length 5.08) 1144 | (name "/RST" (effects (font (size 1.27 1.27)))) 1145 | (number "3" (effects (font (size 1.27 1.27)))) 1146 | ) 1147 | (pin input line (at 12.7 15.24 180) (length 5.08) 1148 | (name "CNT1" (effects (font (size 1.27 1.27)))) 1149 | (number "4" (effects (font (size 1.27 1.27)))) 1150 | ) 1151 | (pin bidirectional line (at 12.7 12.7 180) (length 5.08) 1152 | (name "SP1" (effects (font (size 1.27 1.27)))) 1153 | (number "5" (effects (font (size 1.27 1.27)))) 1154 | ) 1155 | (pin input line (at 12.7 10.16 180) (length 5.08) 1156 | (name "CNT2" (effects (font (size 1.27 1.27)))) 1157 | (number "6" (effects (font (size 1.27 1.27)))) 1158 | ) 1159 | (pin bidirectional line (at 12.7 7.62 180) (length 5.08) 1160 | (name "SP2" (effects (font (size 1.27 1.27)))) 1161 | (number "7" (effects (font (size 1.27 1.27)))) 1162 | ) 1163 | (pin output line (at 12.7 5.08 180) (length 5.08) 1164 | (name "/PC2" (effects (font (size 1.27 1.27)))) 1165 | (number "8" (effects (font (size 1.27 1.27)))) 1166 | ) 1167 | (pin input line (at 12.7 2.54 180) (length 5.08) 1168 | (name "ATN" (effects (font (size 1.27 1.27)))) 1169 | (number "9" (effects (font (size 1.27 1.27)))) 1170 | ) 1171 | (pin power_out line (at -12.7 22.86 0) (length 5.08) 1172 | (name "GND1" (effects (font (size 1.27 1.27)))) 1173 | (number "A" (effects (font (size 1.27 1.27)))) 1174 | ) 1175 | (pin input line (at -12.7 20.32 0) (length 5.08) 1176 | (name "/FLAG2" (effects (font (size 1.27 1.27)))) 1177 | (number "B" (effects (font (size 1.27 1.27)))) 1178 | ) 1179 | (pin bidirectional line (at -12.7 17.78 0) (length 5.08) 1180 | (name "PB0" (effects (font (size 1.27 1.27)))) 1181 | (number "C" (effects (font (size 1.27 1.27)))) 1182 | ) 1183 | (pin bidirectional line (at -12.7 15.24 0) (length 5.08) 1184 | (name "PB1" (effects (font (size 1.27 1.27)))) 1185 | (number "D" (effects (font (size 1.27 1.27)))) 1186 | ) 1187 | (pin bidirectional line (at -12.7 12.7 0) (length 5.08) 1188 | (name "PB2" (effects (font (size 1.27 1.27)))) 1189 | (number "E" (effects (font (size 1.27 1.27)))) 1190 | ) 1191 | (pin bidirectional line (at -12.7 10.16 0) (length 5.08) 1192 | (name "PB3" (effects (font (size 1.27 1.27)))) 1193 | (number "F" (effects (font (size 1.27 1.27)))) 1194 | ) 1195 | (pin bidirectional line (at -12.7 7.62 0) (length 5.08) 1196 | (name "PB4" (effects (font (size 1.27 1.27)))) 1197 | (number "H" (effects (font (size 1.27 1.27)))) 1198 | ) 1199 | (pin bidirectional line (at -12.7 5.08 0) (length 5.08) 1200 | (name "PB5" (effects (font (size 1.27 1.27)))) 1201 | (number "J" (effects (font (size 1.27 1.27)))) 1202 | ) 1203 | (pin bidirectional line (at -12.7 2.54 0) (length 5.08) 1204 | (name "PB6" (effects (font (size 1.27 1.27)))) 1205 | (number "K" (effects (font (size 1.27 1.27)))) 1206 | ) 1207 | (pin bidirectional line (at -12.7 0 0) (length 5.08) 1208 | (name "PB7" (effects (font (size 1.27 1.27)))) 1209 | (number "L" (effects (font (size 1.27 1.27)))) 1210 | ) 1211 | (pin bidirectional line (at -12.7 -2.54 0) (length 5.08) 1212 | (name "PA2" (effects (font (size 1.27 1.27)))) 1213 | (number "M" (effects (font (size 1.27 1.27)))) 1214 | ) 1215 | (pin power_out line (at -12.7 -5.08 0) (length 5.08) 1216 | (name "GND3" (effects (font (size 1.27 1.27)))) 1217 | (number "N" (effects (font (size 1.27 1.27)))) 1218 | ) 1219 | ) 1220 | ) 1221 | ) 1222 | 1223 | (junction (at 30.48 162.56) (diameter 0) (color 0 0 0 0) 1224 | (uuid 1517a7e9-e6dd-4344-9532-81f6ebabbb16) 1225 | ) 1226 | (junction (at 30.48 124.46) (diameter 0) (color 0 0 0 0) 1227 | (uuid 1eff2c7a-ba6f-44ec-8ad5-805c6b7942df) 1228 | ) 1229 | (junction (at 130.81 87.63) (diameter 0) (color 0 0 0 0) 1230 | (uuid 59f11339-97a2-486b-a177-5dc364d538b7) 1231 | ) 1232 | 1233 | (no_connect (at 139.7 43.18) (uuid 0bfd9040-fd52-484b-a76d-f837bed6e281)) 1234 | (no_connect (at 114.3 60.96) (uuid 21245e57-c8d4-4013-9b57-ea3d8a4482cd)) 1235 | (no_connect (at 57.15 29.21) (uuid 3466e9ce-fb4f-4401-916f-2ae5ed1e8984)) 1236 | (no_connect (at 57.15 34.29) (uuid 541c6338-dd5d-4624-bd5c-ce56254e4e15)) 1237 | (no_connect (at 139.7 38.1) (uuid 5c74fc58-28d7-4bae-88ef-2552cbc49f8a)) 1238 | (no_connect (at 57.15 167.64) (uuid 72355073-3e7d-4867-ae7c-8dbe4ec26ce1)) 1239 | (no_connect (at 57.15 77.47) (uuid 8ebc94d9-59d3-42e0-9d28-81c4ade493cd)) 1240 | (no_connect (at 114.3 33.02) (uuid 8ed0122f-c6d6-4ac1-856a-227a88f1db9d)) 1241 | (no_connect (at 57.15 129.54) (uuid 97336237-ed1d-4f8e-aa20-69d0463ad756)) 1242 | (no_connect (at 139.7 40.64) (uuid b33a8ec5-e7c1-44ea-ab94-6f1e6d98cc2e)) 1243 | (no_connect (at 57.15 87.63) (uuid b928cae4-0ab9-43b4-af41-1d8d660aad39)) 1244 | (no_connect (at 139.7 60.96) (uuid d308af71-0ff3-4d12-a554-72ae96b27ab7)) 1245 | (no_connect (at 121.92 142.24) (uuid da29ec40-3c01-4a79-be91-017e890be090)) 1246 | (no_connect (at 57.15 72.39) (uuid ddf5d84f-bac1-4540-aca1-cd284d29da89)) 1247 | (no_connect (at 57.15 82.55) (uuid df804daf-89f8-47bc-bb8a-f2b2d2ac0ae5)) 1248 | (no_connect (at 114.3 132.08) (uuid eecc6744-b5d0-443f-babc-1a4091eb1e19)) 1249 | 1250 | (wire (pts (xy 111.76 64.77) (xy 151.13 64.77)) 1251 | (stroke (width 0) (type default)) 1252 | (uuid 02f9aaa4-7868-4f76-aa17-c5758dea0b41) 1253 | ) 1254 | (wire (pts (xy 130.81 97.79) (xy 130.81 87.63)) 1255 | (stroke (width 0) (type default)) 1256 | (uuid 04051a36-1258-403e-b62c-795474a1c450) 1257 | ) 1258 | (wire (pts (xy 130.81 102.87) (xy 133.35 102.87)) 1259 | (stroke (width 0) (type default)) 1260 | (uuid 0570738c-ba31-4644-a291-7d84025cbd8f) 1261 | ) 1262 | (wire (pts (xy 44.45 121.92) (xy 57.15 121.92)) 1263 | (stroke (width 0) (type default)) 1264 | (uuid 07d5f46e-17a1-4ba7-b92e-a9717a17578e) 1265 | ) 1266 | (wire (pts (xy 138.43 97.79) (xy 138.43 111.76)) 1267 | (stroke (width 0) (type default)) 1268 | (uuid 0d799027-b640-412a-886f-9a99fe2f8de5) 1269 | ) 1270 | (wire (pts (xy 30.48 172.72) (xy 57.15 172.72)) 1271 | (stroke (width 0) (type default)) 1272 | (uuid 0e415499-3650-4123-93ef-5b12582d5f8f) 1273 | ) 1274 | (wire (pts (xy 53.34 59.69) (xy 57.15 59.69)) 1275 | (stroke (width 0) (type default)) 1276 | (uuid 10b38d47-b72a-4769-af03-949d6e25cf3b) 1277 | ) 1278 | (wire (pts (xy 114.3 35.56) (xy 111.76 35.56)) 1279 | (stroke (width 0) (type default)) 1280 | (uuid 1157e7ec-07b7-44c1-9991-961a26c39f33) 1281 | ) 1282 | (wire (pts (xy 111.76 38.1) (xy 111.76 48.26)) 1283 | (stroke (width 0) (type default)) 1284 | (uuid 133bb039-d70e-48b5-8b16-6e4ee95f0cf6) 1285 | ) 1286 | (wire (pts (xy 53.34 44.45) (xy 57.15 44.45)) 1287 | (stroke (width 0) (type default)) 1288 | (uuid 13c910ef-3c37-45d4-835e-23c90df60c7d) 1289 | ) 1290 | (wire (pts (xy 114.3 100.33) (xy 114.3 110.49)) 1291 | (stroke (width 0) (type default)) 1292 | (uuid 1409980a-89e8-46d4-b160-fedaca1c6ad0) 1293 | ) 1294 | (wire (pts (xy 140.97 109.22) (xy 140.97 102.87)) 1295 | (stroke (width 0) (type default)) 1296 | (uuid 15d62ddc-a0bd-4f0e-93f5-147225793dbf) 1297 | ) 1298 | (wire (pts (xy 130.81 87.63) (xy 156.21 87.63)) 1299 | (stroke (width 0) (type default)) 1300 | (uuid 17646f5c-ccfe-40df-9c37-e93719079289) 1301 | ) 1302 | (wire (pts (xy 57.15 57.15) (xy 36.83 57.15)) 1303 | (stroke (width 0) (type default)) 1304 | (uuid 1887a45e-0f44-44ca-a1ba-7e88aec975e7) 1305 | ) 1306 | (wire (pts (xy 57.15 137.16) (xy 22.86 137.16)) 1307 | (stroke (width 0) (type default)) 1308 | (uuid 1fa7e8e1-2b8f-4f33-974e-7a783f5f244e) 1309 | ) 1310 | (wire (pts (xy 114.3 38.1) (xy 111.76 38.1)) 1311 | (stroke (width 0) (type default)) 1312 | (uuid 205a053a-c323-4f90-bb70-a6c5006b5230) 1313 | ) 1314 | (wire (pts (xy 44.45 132.08) (xy 57.15 132.08)) 1315 | (stroke (width 0) (type default)) 1316 | (uuid 2386ff47-4e56-46ea-b45f-cda0e86eba58) 1317 | ) 1318 | (wire (pts (xy 44.45 127) (xy 57.15 127)) 1319 | (stroke (width 0) (type default)) 1320 | (uuid 23f108ee-a964-4955-b756-f6a86ab3deab) 1321 | ) 1322 | (wire (pts (xy 157.48 86.36) (xy 157.48 100.33)) 1323 | (stroke (width 0) (type default)) 1324 | (uuid 245e8f77-3864-4397-9913-dfac1e2df872) 1325 | ) 1326 | (wire (pts (xy 44.45 160.02) (xy 57.15 160.02)) 1327 | (stroke (width 0) (type default)) 1328 | (uuid 26255662-7002-4c48-bc53-3b251fb4813e) 1329 | ) 1330 | (wire (pts (xy 140.97 97.79) (xy 138.43 97.79)) 1331 | (stroke (width 0) (type default)) 1332 | (uuid 281736c5-219b-40a6-861c-a87f598c934c) 1333 | ) 1334 | (wire (pts (xy 110.49 40.64) (xy 110.49 50.8)) 1335 | (stroke (width 0) (type default)) 1336 | (uuid 290cf5d9-1d32-4d00-86c0-33ad2861630b) 1337 | ) 1338 | (wire (pts (xy 44.45 52.07) (xy 57.15 52.07)) 1339 | (stroke (width 0) (type default)) 1340 | (uuid 2bbd2368-45c2-4120-a1ce-8c1a7491146c) 1341 | ) 1342 | (wire (pts (xy 139.7 45.72) (xy 143.51 45.72)) 1343 | (stroke (width 0) (type default)) 1344 | (uuid 33a1c118-bd79-4901-aebb-3b37a475ef70) 1345 | ) 1346 | (wire (pts (xy 57.15 46.99) (xy 36.83 46.99)) 1347 | (stroke (width 0) (type default)) 1348 | (uuid 372d2436-1fe3-40f0-874d-c611ee96a7dc) 1349 | ) 1350 | (wire (pts (xy 36.83 57.15) (xy 36.83 80.01)) 1351 | (stroke (width 0) (type default)) 1352 | (uuid 37573400-600b-4613-9fde-292fc1eaf5c6) 1353 | ) 1354 | (wire (pts (xy 151.13 25.4) (xy 151.13 50.8)) 1355 | (stroke (width 0) (type default)) 1356 | (uuid 3794694c-48d4-48dd-88b2-abaec936f893) 1357 | ) 1358 | (wire (pts (xy 123.19 92.71) (xy 123.19 88.9)) 1359 | (stroke (width 0) (type default)) 1360 | (uuid 3fa4df01-07b4-41b3-8bb9-632566045cd0) 1361 | ) 1362 | (wire (pts (xy 121.92 123.19) (xy 133.35 123.19)) 1363 | (stroke (width 0) (type default)) 1364 | (uuid 3fed615f-b58a-4ee8-8200-a7c868a16a3d) 1365 | ) 1366 | (wire (pts (xy 36.83 80.01) (xy 57.15 80.01)) 1367 | (stroke (width 0) (type default)) 1368 | (uuid 4375a158-6427-4cb2-b5b7-9b2a7d823a42) 1369 | ) 1370 | (wire (pts (xy 114.3 45.72) (xy 107.95 45.72)) 1371 | (stroke (width 0) (type default)) 1372 | (uuid 453f4c8c-f264-4dcd-a15f-a3d9688a6de0) 1373 | ) 1374 | (wire (pts (xy 44.45 116.84) (xy 57.15 116.84)) 1375 | (stroke (width 0) (type default)) 1376 | (uuid 460cb76e-861b-4947-aad0-8ce3b28bf908) 1377 | ) 1378 | (wire (pts (xy 133.35 132.08) (xy 129.54 132.08)) 1379 | (stroke (width 0) (type default)) 1380 | (uuid 46ddd233-9143-4618-9673-da5394893870) 1381 | ) 1382 | (wire (pts (xy 139.7 110.49) (xy 139.7 100.33)) 1383 | (stroke (width 0) (type default)) 1384 | (uuid 4ad4c592-30c0-4e73-b969-fc9cd09f231b) 1385 | ) 1386 | (wire (pts (xy 34.29 62.23) (xy 34.29 85.09)) 1387 | (stroke (width 0) (type default)) 1388 | (uuid 5031c4ab-29bf-4aea-a794-ad68aa58b0ec) 1389 | ) 1390 | (wire (pts (xy 115.57 109.22) (xy 140.97 109.22)) 1391 | (stroke (width 0) (type default)) 1392 | (uuid 50657862-b288-4ea9-a662-78bc20055e43) 1393 | ) 1394 | (wire (pts (xy 57.15 124.46) (xy 30.48 124.46)) 1395 | (stroke (width 0) (type default)) 1396 | (uuid 50725de2-c58b-411b-900c-efebfcf464c5) 1397 | ) 1398 | (wire (pts (xy 107.95 55.88) (xy 114.3 55.88)) 1399 | (stroke (width 0) (type default)) 1400 | (uuid 536c77a8-8c14-41ec-b691-256cfe66098f) 1401 | ) 1402 | (wire (pts (xy 156.21 87.63) (xy 156.21 97.79)) 1403 | (stroke (width 0) (type default)) 1404 | (uuid 54dc553e-d081-470e-ba75-2ddecb27e000) 1405 | ) 1406 | (wire (pts (xy 113.03 97.79) (xy 115.57 97.79)) 1407 | (stroke (width 0) (type default)) 1408 | (uuid 5643620a-0629-4816-b099-de2a6d6212f1) 1409 | ) 1410 | (wire (pts (xy 30.48 170.18) (xy 30.48 172.72)) 1411 | (stroke (width 0) (type default)) 1412 | (uuid 57269990-76ba-4dbe-88a6-4f26684ce7ae) 1413 | ) 1414 | (wire (pts (xy 22.86 162.56) (xy 22.86 165.1)) 1415 | (stroke (width 0) (type default)) 1416 | (uuid 58cbf37e-edce-45ab-afc5-366b445b6674) 1417 | ) 1418 | (wire (pts (xy 30.48 132.08) (xy 30.48 134.62)) 1419 | (stroke (width 0) (type default)) 1420 | (uuid 5910be81-dc92-4ea9-9dc3-29a98050f67c) 1421 | ) 1422 | (wire (pts (xy 53.34 69.85) (xy 57.15 69.85)) 1423 | (stroke (width 0) (type default)) 1424 | (uuid 591304fa-5666-48f8-a530-bdc140f3729a) 1425 | ) 1426 | (wire (pts (xy 115.57 100.33) (xy 114.3 100.33)) 1427 | (stroke (width 0) (type default)) 1428 | (uuid 5a54ff01-606b-4231-87bf-045c3e7d6f73) 1429 | ) 1430 | (wire (pts (xy 57.15 62.23) (xy 34.29 62.23)) 1431 | (stroke (width 0) (type default)) 1432 | (uuid 5c035ce4-3940-49b9-b243-c57f23bc6796) 1433 | ) 1434 | (wire (pts (xy 133.35 123.19) (xy 133.35 132.08)) 1435 | (stroke (width 0) (type default)) 1436 | (uuid 5e36a84a-6be0-4b79-bb01-ec00bbc87c9f) 1437 | ) 1438 | (wire (pts (xy 107.95 45.72) (xy 107.95 55.88)) 1439 | (stroke (width 0) (type default)) 1440 | (uuid 614dbc60-6974-43c0-a9ee-4f92b788de27) 1441 | ) 1442 | (wire (pts (xy 139.7 58.42) (xy 168.91 58.42)) 1443 | (stroke (width 0) (type default)) 1444 | (uuid 65d6fcc7-6e85-47f9-b156-84254bec1673) 1445 | ) 1446 | (wire (pts (xy 114.3 58.42) (xy 111.76 58.42)) 1447 | (stroke (width 0) (type default)) 1448 | (uuid 68a9e118-973c-4b07-809b-9b5891655e1f) 1449 | ) 1450 | (wire (pts (xy 123.19 107.95) (xy 148.59 107.95)) 1451 | (stroke (width 0) (type default)) 1452 | (uuid 69e166f3-a4b6-44ab-b72c-fafc65f9f2d9) 1453 | ) 1454 | (wire (pts (xy 109.22 43.18) (xy 109.22 53.34)) 1455 | (stroke (width 0) (type default)) 1456 | (uuid 6bb0e36f-f7ac-47de-8678-09ec62ce84d0) 1457 | ) 1458 | (wire (pts (xy 114.3 43.18) (xy 109.22 43.18)) 1459 | (stroke (width 0) (type default)) 1460 | (uuid 6bfed0d8-5a34-49ca-9b88-137f153f073d) 1461 | ) 1462 | (wire (pts (xy 113.03 111.76) (xy 113.03 97.79)) 1463 | (stroke (width 0) (type default)) 1464 | (uuid 6ffec046-cd49-4140-b402-c47a6534da06) 1465 | ) 1466 | (wire (pts (xy 34.29 85.09) (xy 57.15 85.09)) 1467 | (stroke (width 0) (type default)) 1468 | (uuid 728b0609-a745-4aa0-828e-f57d18d552ed) 1469 | ) 1470 | (wire (pts (xy 36.83 46.99) (xy 36.83 54.61)) 1471 | (stroke (width 0) (type default)) 1472 | (uuid 73d88e91-f1cc-48d2-bb09-07fc947ad141) 1473 | ) 1474 | (wire (pts (xy 57.15 162.56) (xy 30.48 162.56)) 1475 | (stroke (width 0) (type default)) 1476 | (uuid 74cf91c6-0ec5-4ba0-adb7-43215d0a315d) 1477 | ) 1478 | (wire (pts (xy 114.3 110.49) (xy 139.7 110.49)) 1479 | (stroke (width 0) (type default)) 1480 | (uuid 786f32b8-af79-4c90-b87f-f29971223c74) 1481 | ) 1482 | (wire (pts (xy 111.76 25.4) (xy 151.13 25.4)) 1483 | (stroke (width 0) (type default)) 1484 | (uuid 7b693175-523b-4d2b-9988-df54e8bbe98a) 1485 | ) 1486 | (wire (pts (xy 53.34 49.53) (xy 57.15 49.53)) 1487 | (stroke (width 0) (type default)) 1488 | (uuid 7c4bd0cb-5e6e-45dd-bfde-f3b1e950452c) 1489 | ) 1490 | (wire (pts (xy 44.45 67.31) (xy 57.15 67.31)) 1491 | (stroke (width 0) (type default)) 1492 | (uuid 8009293f-a79e-49c3-8290-1ead6891855c) 1493 | ) 1494 | (wire (pts (xy 132.08 86.36) (xy 157.48 86.36)) 1495 | (stroke (width 0) (type default)) 1496 | (uuid 80bcb95d-cc17-4840-ba8f-4060acdae695) 1497 | ) 1498 | (wire (pts (xy 148.59 88.9) (xy 148.59 92.71)) 1499 | (stroke (width 0) (type default)) 1500 | (uuid 8246b4eb-9594-43c3-988e-e46e986bbd7e) 1501 | ) 1502 | (wire (pts (xy 168.91 55.88) (xy 167.64 55.88)) 1503 | (stroke (width 0) (type default)) 1504 | (uuid 85140ae9-1863-4b99-a320-4efcc1ae7a8c) 1505 | ) 1506 | (wire (pts (xy 111.76 35.56) (xy 111.76 25.4)) 1507 | (stroke (width 0) (type default)) 1508 | (uuid 8799df0e-d7c7-48bf-8466-42acf2fe99ae) 1509 | ) 1510 | (wire (pts (xy 44.45 26.67) (xy 57.15 26.67)) 1511 | (stroke (width 0) (type default)) 1512 | (uuid 8864f8c9-0012-4d6a-8c31-bb3824598ee9) 1513 | ) 1514 | (wire (pts (xy 44.45 41.91) (xy 57.15 41.91)) 1515 | (stroke (width 0) (type default)) 1516 | (uuid 8ee49acc-1585-4649-b7cf-6b7d9fd73429) 1517 | ) 1518 | (wire (pts (xy 53.34 74.93) (xy 57.15 74.93)) 1519 | (stroke (width 0) (type default)) 1520 | (uuid 9168709a-18ca-4d0c-9796-67a9f11eae59) 1521 | ) 1522 | (wire (pts (xy 158.75 85.09) (xy 158.75 102.87)) 1523 | (stroke (width 0) (type default)) 1524 | (uuid 922989b4-68df-4a7f-95af-38259ce06eef) 1525 | ) 1526 | (wire (pts (xy 110.49 50.8) (xy 114.3 50.8)) 1527 | (stroke (width 0) (type default)) 1528 | (uuid 9332c819-e9bd-4c7f-936e-dc1117328421) 1529 | ) 1530 | (wire (pts (xy 160.02 55.88) (xy 162.56 55.88)) 1531 | (stroke (width 0) (type default)) 1532 | (uuid 94ae3ac0-2e21-4d10-a769-a8b452fa9c2d) 1533 | ) 1534 | (wire (pts (xy 30.48 124.46) (xy 22.86 124.46)) 1535 | (stroke (width 0) (type default)) 1536 | (uuid 958296b8-051f-491b-9a10-b0d3eb7754ee) 1537 | ) 1538 | (wire (pts (xy 115.57 102.87) (xy 115.57 109.22)) 1539 | (stroke (width 0) (type default)) 1540 | (uuid 96dd1b0c-8c22-487a-93d5-5b4263998534) 1541 | ) 1542 | (wire (pts (xy 130.81 100.33) (xy 132.08 100.33)) 1543 | (stroke (width 0) (type default)) 1544 | (uuid 97032764-5dd7-4632-8568-551e1a3d1a28) 1545 | ) 1546 | (wire (pts (xy 139.7 100.33) (xy 140.97 100.33)) 1547 | (stroke (width 0) (type default)) 1548 | (uuid 99bfad76-746a-45fe-8829-8bbfed01dc97) 1549 | ) 1550 | (wire (pts (xy 36.83 54.61) (xy 57.15 54.61)) 1551 | (stroke (width 0) (type default)) 1552 | (uuid 9c45bd41-93d9-4d2c-a1e4-f3efcb895f19) 1553 | ) 1554 | (wire (pts (xy 158.75 102.87) (xy 156.21 102.87)) 1555 | (stroke (width 0) (type default)) 1556 | (uuid 9e5d67b2-7e0d-4f98-89ba-30fbb84c7a61) 1557 | ) 1558 | (wire (pts (xy 30.48 162.56) (xy 22.86 162.56)) 1559 | (stroke (width 0) (type default)) 1560 | (uuid 9eba1456-b9d8-4565-a828-694ca3ecbe75) 1561 | ) 1562 | (wire (pts (xy 30.48 124.46) (xy 30.48 127)) 1563 | (stroke (width 0) (type default)) 1564 | (uuid 9ec54c5c-5428-46f9-9b73-2a1ad30b1047) 1565 | ) 1566 | (wire (pts (xy 151.13 64.77) (xy 151.13 53.34)) 1567 | (stroke (width 0) (type default)) 1568 | (uuid a601b038-bf2c-4f27-87fb-a60e4c660779) 1569 | ) 1570 | (wire (pts (xy 111.76 48.26) (xy 114.3 48.26)) 1571 | (stroke (width 0) (type default)) 1572 | (uuid a6ee1a2d-55de-4b3b-966e-96b81f22ff5b) 1573 | ) 1574 | (wire (pts (xy 44.45 36.83) (xy 57.15 36.83)) 1575 | (stroke (width 0) (type default)) 1576 | (uuid a7276bd0-f146-4e06-bdd6-5e1f000adb34) 1577 | ) 1578 | (wire (pts (xy 130.81 80.01) (xy 130.81 87.63)) 1579 | (stroke (width 0) (type default)) 1580 | (uuid a963348f-dc06-467e-865a-dbcbabc38564) 1581 | ) 1582 | (wire (pts (xy 109.22 53.34) (xy 114.3 53.34)) 1583 | (stroke (width 0) (type default)) 1584 | (uuid aa054327-9c26-4d77-bf24-22862b89e9b6) 1585 | ) 1586 | (wire (pts (xy 139.7 35.56) (xy 168.91 35.56)) 1587 | (stroke (width 0) (type default)) 1588 | (uuid ae620c3b-828d-4e54-8f6a-c9cf0f53ecdb) 1589 | ) 1590 | (wire (pts (xy 129.54 137.16) (xy 133.35 137.16)) 1591 | (stroke (width 0) (type default)) 1592 | (uuid aef8f6b2-f569-490f-abea-a9a22c52597b) 1593 | ) 1594 | (wire (pts (xy 57.15 175.26) (xy 22.86 175.26)) 1595 | (stroke (width 0) (type default)) 1596 | (uuid b2ba535d-71c6-477e-89fe-2fbd2404167b) 1597 | ) 1598 | (wire (pts (xy 133.35 102.87) (xy 133.35 85.09)) 1599 | (stroke (width 0) (type default)) 1600 | (uuid b4fe38b1-4b01-4d62-8078-6856daf0a771) 1601 | ) 1602 | (wire (pts (xy 123.19 88.9) (xy 148.59 88.9)) 1603 | (stroke (width 0) (type default)) 1604 | (uuid b9bdbeae-f971-495e-aac9-e37db174ef85) 1605 | ) 1606 | (wire (pts (xy 114.3 40.64) (xy 110.49 40.64)) 1607 | (stroke (width 0) (type default)) 1608 | (uuid b9ec15fb-8e85-4afa-a7a1-d2957ffdc566) 1609 | ) 1610 | (wire (pts (xy 22.86 124.46) (xy 22.86 127)) 1611 | (stroke (width 0) (type default)) 1612 | (uuid bf9d9eb3-bff0-4ed2-9ac2-629fff3eb2e9) 1613 | ) 1614 | (wire (pts (xy 53.34 39.37) (xy 57.15 39.37)) 1615 | (stroke (width 0) (type default)) 1616 | (uuid c8b16c25-eaa2-4e78-a230-b9ce6b0836eb) 1617 | ) 1618 | (wire (pts (xy 139.7 55.88) (xy 154.94 55.88)) 1619 | (stroke (width 0) (type default)) 1620 | (uuid c9f9c645-ecb9-45e5-bd6d-35b2342375b5) 1621 | ) 1622 | (wire (pts (xy 53.34 64.77) (xy 57.15 64.77)) 1623 | (stroke (width 0) (type default)) 1624 | (uuid cbad0010-e429-4897-9cd0-e0cae79f0969) 1625 | ) 1626 | (wire (pts (xy 44.45 31.75) (xy 57.15 31.75)) 1627 | (stroke (width 0) (type default)) 1628 | (uuid cd572d26-c5c1-4028-bb2f-edcf506ac01f) 1629 | ) 1630 | (wire (pts (xy 160.02 33.02) (xy 162.56 33.02)) 1631 | (stroke (width 0) (type default)) 1632 | (uuid cef65c21-b877-4678-932b-bfdd415ae58b) 1633 | ) 1634 | (wire (pts (xy 22.86 175.26) (xy 22.86 170.18)) 1635 | (stroke (width 0) (type default)) 1636 | (uuid cff230ab-af24-4156-a5cd-ac90128ec921) 1637 | ) 1638 | (wire (pts (xy 53.34 119.38) (xy 57.15 119.38)) 1639 | (stroke (width 0) (type default)) 1640 | (uuid d215e8d7-b49f-46e7-88db-89fd78dbe051) 1641 | ) 1642 | (wire (pts (xy 30.48 134.62) (xy 57.15 134.62)) 1643 | (stroke (width 0) (type default)) 1644 | (uuid d2727bff-1202-49c1-9f39-dca69ce30ca1) 1645 | ) 1646 | (wire (pts (xy 132.08 100.33) (xy 132.08 86.36)) 1647 | (stroke (width 0) (type default)) 1648 | (uuid d4ff091f-fae2-492d-a9d3-ca6bc54296f3) 1649 | ) 1650 | (wire (pts (xy 151.13 53.34) (xy 139.7 53.34)) 1651 | (stroke (width 0) (type default)) 1652 | (uuid d9444275-70fd-438a-99cf-926f56ff27b6) 1653 | ) 1654 | (wire (pts (xy 139.7 33.02) (xy 154.94 33.02)) 1655 | (stroke (width 0) (type default)) 1656 | (uuid d9890a17-489c-4870-ab56-b72c6ebf7bc1) 1657 | ) 1658 | (wire (pts (xy 138.43 111.76) (xy 113.03 111.76)) 1659 | (stroke (width 0) (type default)) 1660 | (uuid dbbe95e3-cb5d-4ab6-bdfd-f81ef943b1db) 1661 | ) 1662 | (wire (pts (xy 111.76 58.42) (xy 111.76 64.77)) 1663 | (stroke (width 0) (type default)) 1664 | (uuid dc1f7c02-c094-4881-891e-0df6185bb8b5) 1665 | ) 1666 | (wire (pts (xy 44.45 154.94) (xy 57.15 154.94)) 1667 | (stroke (width 0) (type default)) 1668 | (uuid dcba4831-8a1a-4664-a276-8949724ec65c) 1669 | ) 1670 | (wire (pts (xy 132.08 80.01) (xy 130.81 80.01)) 1671 | (stroke (width 0) (type default)) 1672 | (uuid df92b844-1b2f-4429-a0fe-6c514386a543) 1673 | ) 1674 | (wire (pts (xy 168.91 58.42) (xy 168.91 55.88)) 1675 | (stroke (width 0) (type default)) 1676 | (uuid e12d0696-f752-430e-935f-a4e4b542ad07) 1677 | ) 1678 | (wire (pts (xy 44.45 165.1) (xy 57.15 165.1)) 1679 | (stroke (width 0) (type default)) 1680 | (uuid e29f2e7b-49f5-4c9a-a17c-9282de79c9bd) 1681 | ) 1682 | (wire (pts (xy 157.48 100.33) (xy 156.21 100.33)) 1683 | (stroke (width 0) (type default)) 1684 | (uuid e2b44c58-f40f-4a1b-8db2-2822dd63a8a3) 1685 | ) 1686 | (wire (pts (xy 133.35 85.09) (xy 158.75 85.09)) 1687 | (stroke (width 0) (type default)) 1688 | (uuid e5aee7ea-a862-43a0-81d5-19fd98e77969) 1689 | ) 1690 | (wire (pts (xy 53.34 157.48) (xy 57.15 157.48)) 1691 | (stroke (width 0) (type default)) 1692 | (uuid e6928f59-2173-4cdf-b44d-98884a5d3958) 1693 | ) 1694 | (wire (pts (xy 22.86 137.16) (xy 22.86 132.08)) 1695 | (stroke (width 0) (type default)) 1696 | (uuid e7b19157-bc0c-4be8-aebf-b3418b839c1b) 1697 | ) 1698 | (wire (pts (xy 139.7 48.26) (xy 143.51 48.26)) 1699 | (stroke (width 0) (type default)) 1700 | (uuid ecbc642a-18d6-4de1-a181-4b616d67ff35) 1701 | ) 1702 | (wire (pts (xy 44.45 170.18) (xy 57.15 170.18)) 1703 | (stroke (width 0) (type default)) 1704 | (uuid f2052978-2b5a-42f8-9322-237f2725ff9f) 1705 | ) 1706 | (wire (pts (xy 30.48 162.56) (xy 30.48 165.1)) 1707 | (stroke (width 0) (type default)) 1708 | (uuid f2223822-ff2f-4a5e-8e5c-e26f2321daa6) 1709 | ) 1710 | (wire (pts (xy 168.91 33.02) (xy 167.64 33.02)) 1711 | (stroke (width 0) (type default)) 1712 | (uuid f357a52f-64d2-4e0a-8a79-ab407b234d21) 1713 | ) 1714 | (wire (pts (xy 110.49 137.16) (xy 114.3 137.16)) 1715 | (stroke (width 0) (type default)) 1716 | (uuid f55b8958-e0d7-4ba9-b305-2fb67d2ec034) 1717 | ) 1718 | (wire (pts (xy 151.13 50.8) (xy 139.7 50.8)) 1719 | (stroke (width 0) (type default)) 1720 | (uuid f9c89f17-d0a2-4107-bcfe-04f6fcf6a1ce) 1721 | ) 1722 | (wire (pts (xy 168.91 35.56) (xy 168.91 33.02)) 1723 | (stroke (width 0) (type default)) 1724 | (uuid fcd60506-6ed8-473c-b711-ed853167905a) 1725 | ) 1726 | (wire (pts (xy 121.92 127) (xy 121.92 123.19)) 1727 | (stroke (width 0) (type default)) 1728 | (uuid fdd3017a-8191-48fc-b5c4-abc6aa289a54) 1729 | ) 1730 | 1731 | (text_box "Note: The given values for R9 and R10 are those found on the original harness. For modern LEDs you might want higher values. I used 1k and 1k5, respectively." 1732 | (at 172.72 25.4 0) (size 27.94 15.24) 1733 | (stroke (width 0) (type dash)) 1734 | (fill (type none)) 1735 | (effects (font (size 1.27 1.27)) (justify left top)) 1736 | (uuid 2f6ce6b6-a4ec-4a6e-b9ee-77a3bde31c44) 1737 | ) 1738 | 1739 | (global_label "UP6" (shape passive) (at 143.51 45.72 0) (fields_autoplaced) 1740 | (effects (font (size 1.27 1.27)) (justify left)) 1741 | (uuid 000fdfb9-8e23-4a9e-8ebe-7b06abaa0643) 1742 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 149.1939 45.72 0) 1743 | (effects (font (size 1.27 1.27)) (justify left) hide) 1744 | ) 1745 | ) 1746 | (global_label "CP2_4" (shape passive) (at 44.45 170.18 180) (fields_autoplaced) 1747 | (effects (font (size 1.27 1.27)) (justify right)) 1748 | (uuid 02efb300-dba7-4493-bafa-9c2d1a727bb4) 1749 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 36.7289 170.18 0) 1750 | (effects (font (size 1.27 1.27)) (justify right) hide) 1751 | ) 1752 | ) 1753 | (global_label "KB9" (shape passive) (at 44.45 67.31 180) (fields_autoplaced) 1754 | (effects (font (size 1.27 1.27)) (justify right)) 1755 | (uuid 19ea48d7-4a7b-46de-828d-05a90566e849) 1756 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 38.906 67.31 0) 1757 | (effects (font (size 1.27 1.27)) (justify right) hide) 1758 | ) 1759 | ) 1760 | (global_label "KB16" (shape passive) (at 53.34 39.37 180) (fields_autoplaced) 1761 | (effects (font (size 1.27 1.27)) (justify right)) 1762 | (uuid 1b21467d-a778-43f0-8bbb-98185f7b78b2) 1763 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 46.5865 39.37 0) 1764 | (effects (font (size 1.27 1.27)) (justify right) hide) 1765 | ) 1766 | ) 1767 | (global_label "KB23" (shape passive) (at 53.34 74.93 180) (fields_autoplaced) 1768 | (effects (font (size 1.27 1.27)) (justify right)) 1769 | (uuid 289d0970-b68a-4565-88d0-dc8192f07db6) 1770 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 46.5865 74.93 0) 1771 | (effects (font (size 1.27 1.27)) (justify right) hide) 1772 | ) 1773 | ) 1774 | (global_label "CP2_1" (shape passive) (at 44.45 154.94 180) (fields_autoplaced) 1775 | (effects (font (size 1.27 1.27)) (justify right)) 1776 | (uuid 2cdaeb8c-2734-4067-8495-319a99dbdd48) 1777 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 36.7289 154.94 0) 1778 | (effects (font (size 1.27 1.27)) (justify right) hide) 1779 | ) 1780 | ) 1781 | (global_label "CP1_1" (shape passive) (at 44.45 116.84 180) (fields_autoplaced) 1782 | (effects (font (size 1.27 1.27)) (justify right)) 1783 | (uuid 2f1b9cf4-f333-416c-94f7-222a0523971c) 1784 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 36.7289 116.84 0) 1785 | (effects (font (size 1.27 1.27)) (justify right) hide) 1786 | ) 1787 | ) 1788 | (global_label "CP1_4" (shape passive) (at 44.45 132.08 180) (fields_autoplaced) 1789 | (effects (font (size 1.27 1.27)) (justify right)) 1790 | (uuid 6a303c8d-2351-48c5-b4c7-61b71ae7e703) 1791 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 36.7289 132.08 0) 1792 | (effects (font (size 1.27 1.27)) (justify right) hide) 1793 | ) 1794 | ) 1795 | (global_label "CP1_3" (shape passive) (at 44.45 127 180) (fields_autoplaced) 1796 | (effects (font (size 1.27 1.27)) (justify right)) 1797 | (uuid 72af61ea-d9ca-4850-9d0d-1139b3417f83) 1798 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 36.7289 127 0) 1799 | (effects (font (size 1.27 1.27)) (justify right) hide) 1800 | ) 1801 | ) 1802 | (global_label "KB2" (shape passive) (at 44.45 31.75 180) (fields_autoplaced) 1803 | (effects (font (size 1.27 1.27)) (justify right)) 1804 | (uuid 82ffb0e4-b243-47ce-a774-5d99adff027a) 1805 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 38.906 31.75 0) 1806 | (effects (font (size 1.27 1.27)) (justify right) hide) 1807 | ) 1808 | ) 1809 | (global_label "CP2_2" (shape passive) (at 44.45 160.02 180) (fields_autoplaced) 1810 | (effects (font (size 1.27 1.27)) (justify right)) 1811 | (uuid 83416cd1-c643-430b-aa43-948f490f358f) 1812 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 36.7289 160.02 0) 1813 | (effects (font (size 1.27 1.27)) (justify right) hide) 1814 | ) 1815 | ) 1816 | (global_label "AV5" (shape passive) (at 132.08 80.01 0) (fields_autoplaced) 1817 | (effects (font (size 1.27 1.27)) (justify left)) 1818 | (uuid 908da586-6e4e-4083-9957-fe750b514ccb) 1819 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 137.2612 80.01 0) 1820 | (effects (font (size 1.27 1.27)) (justify left) hide) 1821 | ) 1822 | ) 1823 | (global_label "CP1_6" (shape passive) (at 53.34 119.38 180) (fields_autoplaced) 1824 | (effects (font (size 1.27 1.27)) (justify right)) 1825 | (uuid 93c8cf09-c735-444a-880a-bfb143344691) 1826 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 45.6189 119.38 0) 1827 | (effects (font (size 1.27 1.27)) (justify right) hide) 1828 | ) 1829 | ) 1830 | (global_label "KB22" (shape passive) (at 53.34 69.85 180) (fields_autoplaced) 1831 | (effects (font (size 1.27 1.27)) (justify right)) 1832 | (uuid 9fd054f5-a377-4e53-a5a9-35cef254c9cd) 1833 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 46.5865 69.85 0) 1834 | (effects (font (size 1.27 1.27)) (justify right) hide) 1835 | ) 1836 | ) 1837 | (global_label "CP2_6" (shape passive) (at 53.34 157.48 180) (fields_autoplaced) 1838 | (effects (font (size 1.27 1.27)) (justify right)) 1839 | (uuid a1cc60c9-60e7-4fa5-a13b-69de27d3b7d8) 1840 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 45.6189 157.48 0) 1841 | (effects (font (size 1.27 1.27)) (justify right) hide) 1842 | ) 1843 | ) 1844 | (global_label "KB4" (shape passive) (at 44.45 41.91 180) (fields_autoplaced) 1845 | (effects (font (size 1.27 1.27)) (justify right)) 1846 | (uuid a84acdf5-0117-4354-8e95-ce6ef5a6b163) 1847 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 38.906 41.91 0) 1848 | (effects (font (size 1.27 1.27)) (justify right) hide) 1849 | ) 1850 | ) 1851 | (global_label "KB21" (shape passive) (at 53.34 64.77 180) (fields_autoplaced) 1852 | (effects (font (size 1.27 1.27)) (justify right)) 1853 | (uuid b4cf1f04-2bc0-41bd-851d-c161d3218f6f) 1854 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 46.5865 64.77 0) 1855 | (effects (font (size 1.27 1.27)) (justify right) hide) 1856 | ) 1857 | ) 1858 | (global_label "KB17" (shape passive) (at 53.34 44.45 180) (fields_autoplaced) 1859 | (effects (font (size 1.27 1.27)) (justify right)) 1860 | (uuid b4d46828-b3cd-4cce-ab88-c0ad882a82c3) 1861 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 46.5865 44.45 0) 1862 | (effects (font (size 1.27 1.27)) (justify right) hide) 1863 | ) 1864 | ) 1865 | (global_label "UP7" (shape passive) (at 143.51 48.26 0) (fields_autoplaced) 1866 | (effects (font (size 1.27 1.27)) (justify left)) 1867 | (uuid cb02e3e1-ad52-463a-956d-6767bad10b07) 1868 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 149.1939 48.26 0) 1869 | (effects (font (size 1.27 1.27)) (justify left) hide) 1870 | ) 1871 | ) 1872 | (global_label "KB3" (shape passive) (at 44.45 36.83 180) (fields_autoplaced) 1873 | (effects (font (size 1.27 1.27)) (justify right)) 1874 | (uuid ceb5a2db-65f5-44e4-a311-db5a793818b2) 1875 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 38.906 36.83 0) 1876 | (effects (font (size 1.27 1.27)) (justify right) hide) 1877 | ) 1878 | ) 1879 | (global_label "KB18" (shape passive) (at 53.34 49.53 180) (fields_autoplaced) 1880 | (effects (font (size 1.27 1.27)) (justify right)) 1881 | (uuid d0e9e853-f76e-470e-9286-69fddfa776da) 1882 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 46.5865 49.53 0) 1883 | (effects (font (size 1.27 1.27)) (justify right) hide) 1884 | ) 1885 | ) 1886 | (global_label "CP2_3" (shape passive) (at 44.45 165.1 180) (fields_autoplaced) 1887 | (effects (font (size 1.27 1.27)) (justify right)) 1888 | (uuid ddf44142-3341-4184-956e-35ef248ee161) 1889 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 36.7289 165.1 0) 1890 | (effects (font (size 1.27 1.27)) (justify right) hide) 1891 | ) 1892 | ) 1893 | (global_label "KB6" (shape passive) (at 44.45 52.07 180) (fields_autoplaced) 1894 | (effects (font (size 1.27 1.27)) (justify right)) 1895 | (uuid e9637edb-9f3f-4cab-a370-d30e79ab9826) 1896 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 38.906 52.07 0) 1897 | (effects (font (size 1.27 1.27)) (justify right) hide) 1898 | ) 1899 | ) 1900 | (global_label "SER1" (shape passive) (at 110.49 137.16 180) (fields_autoplaced) 1901 | (effects (font (size 1.27 1.27)) (justify right)) 1902 | (uuid ebd85dbb-e3d1-4698-b64b-d1bea6de33b9) 1903 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 103.8575 137.16 0) 1904 | (effects (font (size 1.27 1.27)) (justify right) hide) 1905 | ) 1906 | ) 1907 | (global_label "SER5" (shape passive) (at 133.35 137.16 0) (fields_autoplaced) 1908 | (effects (font (size 1.27 1.27)) (justify left)) 1909 | (uuid f553cd16-1f7b-4b17-9e3c-8c15b8626639) 1910 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 139.9825 137.16 0) 1911 | (effects (font (size 1.27 1.27)) (justify left) hide) 1912 | ) 1913 | ) 1914 | (global_label "KB20" (shape passive) (at 53.34 59.69 180) (fields_autoplaced) 1915 | (effects (font (size 1.27 1.27)) (justify right)) 1916 | (uuid fa3830ae-09ce-4108-a690-439ef923df81) 1917 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 46.5865 59.69 0) 1918 | (effects (font (size 1.27 1.27)) (justify right) hide) 1919 | ) 1920 | ) 1921 | (global_label "CP1_2" (shape passive) (at 44.45 121.92 180) (fields_autoplaced) 1922 | (effects (font (size 1.27 1.27)) (justify right)) 1923 | (uuid fd30de90-af1e-46e7-8b73-a779d3a3bb9a) 1924 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 36.7289 121.92 0) 1925 | (effects (font (size 1.27 1.27)) (justify right) hide) 1926 | ) 1927 | ) 1928 | (global_label "KB1" (shape passive) (at 44.45 26.67 180) (fields_autoplaced) 1929 | (effects (font (size 1.27 1.27)) (justify right)) 1930 | (uuid fe8822d8-3bcf-4b04-92a7-42dab466235a) 1931 | (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 38.906 26.67 0) 1932 | (effects (font (size 1.27 1.27)) (justify right) hide) 1933 | ) 1934 | ) 1935 | 1936 | (symbol (lib_id "Device:R_Small") (at 22.86 167.64 0) (unit 1) 1937 | (in_bom yes) (on_board no) (dnp no) (fields_autoplaced) 1938 | (uuid 09f200de-0f39-4630-8e4c-a57160fb5dde) 1939 | (property "Reference" "R8" (at 24.3586 166.9963 0) 1940 | (effects (font (size 1.27 1.27)) (justify left)) 1941 | ) 1942 | (property "Value" "110k" (at 24.3586 168.9173 0) 1943 | (effects (font (size 1.27 1.27)) (justify left)) 1944 | ) 1945 | (property "Footprint" "" (at 22.86 167.64 0) 1946 | (effects (font (size 1.27 1.27)) hide) 1947 | ) 1948 | (property "Datasheet" "~" (at 22.86 167.64 0) 1949 | (effects (font (size 1.27 1.27)) hide) 1950 | ) 1951 | (pin "1" (uuid 205a172f-6040-450b-bb8a-ce28cca16621)) 1952 | (pin "2" (uuid 8b5692a1-97a8-49e2-8b54-726ac9fa76fc)) 1953 | (instances 1954 | (project "C128Diag" 1955 | (path "/d6448c7c-7429-4ab1-9e39-03f0a923e852/d490610e-0800-43a1-8bff-6535011f9f40" 1956 | (reference "R8") (unit 1) 1957 | ) 1958 | ) 1959 | ) 1960 | ) 1961 | 1962 | (symbol (lib_id "Connector:DB25_Receptacle") (at 64.77 57.15 0) (unit 1) 1963 | (in_bom yes) (on_board no) (dnp no) (fields_autoplaced) 1964 | (uuid 1046975f-4673-49be-aea8-3f179d505fa2) 1965 | (property "Reference" "J8" (at 69.342 56.5063 0) 1966 | (effects (font (size 1.27 1.27)) (justify left)) 1967 | ) 1968 | (property "Value" "Keyboard" (at 69.342 58.4273 0) 1969 | (effects (font (size 1.27 1.27)) (justify left)) 1970 | ) 1971 | (property "Footprint" "" (at 64.77 57.15 0) 1972 | (effects (font (size 1.27 1.27)) hide) 1973 | ) 1974 | (property "Datasheet" " ~" (at 64.77 57.15 0) 1975 | (effects (font (size 1.27 1.27)) hide) 1976 | ) 1977 | (pin "1" (uuid 13eb9682-a352-4fce-8c12-4903c118ae57)) 1978 | (pin "10" (uuid 0c59fb15-ad2d-45f1-be85-004af734bff7)) 1979 | (pin "11" (uuid e523e11c-f6e9-4883-9c69-dd8620c58fab)) 1980 | (pin "12" (uuid 4ac45b96-0872-48a7-a90e-915bb8546427)) 1981 | (pin "13" (uuid ad213d9f-6f9d-4919-87e9-764f79f93f3c)) 1982 | (pin "14" (uuid 528bebcb-7734-430d-b8fe-c44ad0a005cc)) 1983 | (pin "15" (uuid 88fb0679-4782-4edc-b672-3e68f55a3955)) 1984 | (pin "16" (uuid fecca61c-2f01-4c2e-8657-73b8703f969d)) 1985 | (pin "17" (uuid 81ad3ca6-eda6-444c-ae3e-ce57ef7f9057)) 1986 | (pin "18" (uuid a2621515-9489-4c73-b957-43a7dd9426fb)) 1987 | (pin "19" (uuid d43953c5-eb31-4d02-8003-e53ad40ac511)) 1988 | (pin "2" (uuid 0453f7b7-b38e-4c1c-ad6d-7e48c518b608)) 1989 | (pin "20" (uuid cf8fbe9b-601e-4175-8b4f-c3c3111cff90)) 1990 | (pin "21" (uuid d9d2b94c-8247-42d4-812a-ec208021ba83)) 1991 | (pin "22" (uuid 248c781b-848d-40d1-8e2a-ae12f20066d7)) 1992 | (pin "23" (uuid a47a94eb-916e-477d-8061-cef5c10c6e95)) 1993 | (pin "24" (uuid e839422e-3706-484a-9f8c-81ba49da3bfc)) 1994 | (pin "25" (uuid c3a73699-5e55-426b-a354-54f64a6d0583)) 1995 | (pin "3" (uuid 53b636a3-adba-460e-9de8-d988947fbbab)) 1996 | (pin "4" (uuid 35a69b5f-baca-4bcc-9cdb-085f528565f7)) 1997 | (pin "5" (uuid ecd2c72f-e4eb-4cc7-8782-5c1dd6149c4a)) 1998 | (pin "6" (uuid 2a5292ba-2369-4bcf-b119-22d3ed90cece)) 1999 | (pin "7" (uuid 4c9718b8-7042-4070-bc59-05850f032008)) 2000 | (pin "8" (uuid 7599252c-8bea-4d24-90ce-3b6d142c9d97)) 2001 | (pin "9" (uuid f21157d6-9b99-48fb-bf8c-90e1ae63567f)) 2002 | (instances 2003 | (project "C128Diag" 2004 | (path "/d6448c7c-7429-4ab1-9e39-03f0a923e852/d490610e-0800-43a1-8bff-6535011f9f40" 2005 | (reference "J8") (unit 1) 2006 | ) 2007 | ) 2008 | ) 2009 | ) 2010 | 2011 | (symbol (lib_id "Device:LED_Small") (at 165.1 33.02 0) (unit 1) 2012 | (in_bom yes) (on_board no) (dnp no) (fields_autoplaced) 2013 | (uuid 1d0fca4d-b03b-4209-a327-e21493235baa) 2014 | (property "Reference" "D1" (at 165.1635 27.2247 0) 2015 | (effects (font (size 1.27 1.27))) 2016 | ) 2017 | (property "Value" "LED" (at 165.1635 29.6489 0) 2018 | (effects (font (size 1.27 1.27))) 2019 | ) 2020 | (property "Footprint" "" (at 165.1 33.02 90) 2021 | (effects (font (size 1.27 1.27)) hide) 2022 | ) 2023 | (property "Datasheet" "~" (at 165.1 33.02 90) 2024 | (effects (font (size 1.27 1.27)) hide) 2025 | ) 2026 | (pin "1" (uuid d71f94d3-d4f8-4e21-8ada-bd68e2096248)) 2027 | (pin "2" (uuid de3fb6bb-c9dd-452f-ad93-c48087617787)) 2028 | (instances 2029 | (project "C128Diag" 2030 | (path "/d6448c7c-7429-4ab1-9e39-03f0a923e852/d490610e-0800-43a1-8bff-6535011f9f40" 2031 | (reference "D1") (unit 1) 2032 | ) 2033 | ) 2034 | ) 2035 | ) 2036 | 2037 | (symbol (lib_id "Device:R_Small") (at 30.48 167.64 0) (unit 1) 2038 | (in_bom yes) (on_board no) (dnp no) (fields_autoplaced) 2039 | (uuid 32048a19-5270-454f-9eb5-b36faee6205e) 2040 | (property "Reference" "R7" (at 31.9786 166.9963 0) 2041 | (effects (font (size 1.27 1.27)) (justify left)) 2042 | ) 2043 | (property "Value" "110k" (at 31.9786 168.9173 0) 2044 | (effects (font (size 1.27 1.27)) (justify left)) 2045 | ) 2046 | (property "Footprint" "" (at 30.48 167.64 0) 2047 | (effects (font (size 1.27 1.27)) hide) 2048 | ) 2049 | (property "Datasheet" "~" (at 30.48 167.64 0) 2050 | (effects (font (size 1.27 1.27)) hide) 2051 | ) 2052 | (pin "1" (uuid 937dd655-8f09-4605-b27d-f37490706187)) 2053 | (pin "2" (uuid 35449f4b-af5f-45fc-98f1-195585401fed)) 2054 | (instances 2055 | (project "C128Diag" 2056 | (path "/d6448c7c-7429-4ab1-9e39-03f0a923e852/d490610e-0800-43a1-8bff-6535011f9f40" 2057 | (reference "R7") (unit 1) 2058 | ) 2059 | ) 2060 | ) 2061 | ) 2062 | 2063 | (symbol (lib_id "Device:R_Small") (at 22.86 129.54 0) (unit 1) 2064 | (in_bom yes) (on_board no) (dnp no) (fields_autoplaced) 2065 | (uuid 4255c3da-4ef3-49b3-a9aa-3a9c54d7781e) 2066 | (property "Reference" "R6" (at 24.3586 128.8963 0) 2067 | (effects (font (size 1.27 1.27)) (justify left)) 2068 | ) 2069 | (property "Value" "110k" (at 24.3586 130.8173 0) 2070 | (effects (font (size 1.27 1.27)) (justify left)) 2071 | ) 2072 | (property "Footprint" "" (at 22.86 129.54 0) 2073 | (effects (font (size 1.27 1.27)) hide) 2074 | ) 2075 | (property "Datasheet" "~" (at 22.86 129.54 0) 2076 | (effects (font (size 1.27 1.27)) hide) 2077 | ) 2078 | (pin "1" (uuid f6d65a70-d409-424c-aaa9-ab56e48873d7)) 2079 | (pin "2" (uuid 87366c79-c5ba-40f6-8cbe-afce02264c30)) 2080 | (instances 2081 | (project "C128Diag" 2082 | (path "/d6448c7c-7429-4ab1-9e39-03f0a923e852/d490610e-0800-43a1-8bff-6535011f9f40" 2083 | (reference "R6") (unit 1) 2084 | ) 2085 | ) 2086 | ) 2087 | ) 2088 | 2089 | (symbol (lib_id "Connector:DIN-8") (at 148.59 100.33 0) (unit 1) 2090 | (in_bom yes) (on_board no) (dnp no) (fields_autoplaced) 2091 | (uuid 45576635-41de-4927-b979-6f9417b2cfba) 2092 | (property "Reference" "J13" (at 150.2411 92.2621 0) 2093 | (effects (font (size 1.27 1.27)) (justify left)) 2094 | ) 2095 | (property "Value" "A/V" (at 150.2411 94.1831 0) 2096 | (effects (font (size 1.27 1.27)) (justify left)) 2097 | ) 2098 | (property "Footprint" "" (at 148.59 100.33 0) 2099 | (effects (font (size 1.27 1.27)) hide) 2100 | ) 2101 | (property "Datasheet" "http://www.mouser.com/ds/2/18/40_c091_abd_e-75918.pdf" (at 148.59 100.33 0) 2102 | (effects (font (size 1.27 1.27)) hide) 2103 | ) 2104 | (pin "1" (uuid 97e4d443-18b8-4786-b7de-d623215fb202)) 2105 | (pin "2" (uuid 8df3ba5d-0e51-4343-a5cc-72d2ef080956)) 2106 | (pin "3" (uuid 44901a3a-f5f8-4552-9162-674671d7ad65)) 2107 | (pin "4" (uuid b57988e3-7aa8-4bb9-8cd7-735f493bab14)) 2108 | (pin "5" (uuid ce847d91-a41a-456c-ada6-9d154fe6c88b)) 2109 | (pin "6" (uuid 0f5f5695-2106-4cb9-8df5-0a872f3495ea)) 2110 | (pin "7" (uuid 6257a5f8-7d55-4959-8648-27962712171f)) 2111 | (pin "8" (uuid 40c0e033-7a25-49f5-93e2-c9d52e8a5fb0)) 2112 | (instances 2113 | (project "C128Diag" 2114 | (path "/d6448c7c-7429-4ab1-9e39-03f0a923e852/d490610e-0800-43a1-8bff-6535011f9f40" 2115 | (reference "J13") (unit 1) 2116 | ) 2117 | ) 2118 | ) 2119 | ) 2120 | 2121 | (symbol (lib_id "Device:LED_Small") (at 165.1 55.88 0) (unit 1) 2122 | (in_bom yes) (on_board no) (dnp no) (fields_autoplaced) 2123 | (uuid 48b46a57-aab7-4f4d-96e4-24c0e02e83e9) 2124 | (property "Reference" "D2" (at 165.1635 50.0847 0) 2125 | (effects (font (size 1.27 1.27))) 2126 | ) 2127 | (property "Value" "LED" (at 165.1635 52.5089 0) 2128 | (effects (font (size 1.27 1.27))) 2129 | ) 2130 | (property "Footprint" "" (at 165.1 55.88 90) 2131 | (effects (font (size 1.27 1.27)) hide) 2132 | ) 2133 | (property "Datasheet" "~" (at 165.1 55.88 90) 2134 | (effects (font (size 1.27 1.27)) hide) 2135 | ) 2136 | (pin "1" (uuid 6b833332-da33-4084-82e7-109580e7ba40)) 2137 | (pin "2" (uuid ed4f6f09-088d-4bdf-bcb5-5a4a665538e8)) 2138 | (instances 2139 | (project "C128Diag" 2140 | (path "/d6448c7c-7429-4ab1-9e39-03f0a923e852/d490610e-0800-43a1-8bff-6535011f9f40" 2141 | (reference "D2") (unit 1) 2142 | ) 2143 | ) 2144 | ) 2145 | ) 2146 | 2147 | (symbol (lib_id "Connector:DIN-6") (at 121.92 134.62 0) (unit 1) 2148 | (in_bom yes) (on_board no) (dnp no) (fields_autoplaced) 2149 | (uuid 66817cef-a309-48d9-8d91-48f6241a1b60) 2150 | (property "Reference" "J11" (at 123.5711 126.5521 0) 2151 | (effects (font (size 1.27 1.27)) (justify left)) 2152 | ) 2153 | (property "Value" "IEC" (at 123.5711 128.4731 0) 2154 | (effects (font (size 1.27 1.27)) (justify left)) 2155 | ) 2156 | (property "Footprint" "" (at 121.92 134.62 0) 2157 | (effects (font (size 1.27 1.27)) hide) 2158 | ) 2159 | (property "Datasheet" "http://www.mouser.com/ds/2/18/40_c091_abd_e-75918.pdf" (at 121.92 134.62 0) 2160 | (effects (font (size 1.27 1.27)) hide) 2161 | ) 2162 | (pin "1" (uuid 3b4773d5-1697-4ed4-9272-00dfa6cba8dc)) 2163 | (pin "2" (uuid 72f616c6-ade1-497e-861f-4cc90f1265a6)) 2164 | (pin "3" (uuid ec5a236c-e4fa-46b2-912b-d733dd34ec41)) 2165 | (pin "4" (uuid 7322b47e-4153-4255-af7c-86d5d013b61c)) 2166 | (pin "5" (uuid 46602c1e-d946-44d9-8660-31b5132e3802)) 2167 | (pin "6" (uuid ea5c5704-ab81-4ccb-935e-2a0ea5f7fa98)) 2168 | (instances 2169 | (project "C128Diag" 2170 | (path "/d6448c7c-7429-4ab1-9e39-03f0a923e852/d490610e-0800-43a1-8bff-6535011f9f40" 2171 | (reference "J11") (unit 1) 2172 | ) 2173 | ) 2174 | ) 2175 | ) 2176 | 2177 | (symbol (lib_id "Device:R_Small") (at 157.48 33.02 90) (unit 1) 2178 | (in_bom yes) (on_board no) (dnp no) (fields_autoplaced) 2179 | (uuid 91ae80b2-5578-4586-b66f-cec7b525d64e) 2180 | (property "Reference" "R9" (at 157.48 28.1391 90) 2181 | (effects (font (size 1.27 1.27))) 2182 | ) 2183 | (property "Value" "330R" (at 157.48 30.5633 90) 2184 | (effects (font (size 1.27 1.27))) 2185 | ) 2186 | (property "Footprint" "" (at 157.48 33.02 0) 2187 | (effects (font (size 1.27 1.27)) hide) 2188 | ) 2189 | (property "Datasheet" "~" (at 157.48 33.02 0) 2190 | (effects (font (size 1.27 1.27)) hide) 2191 | ) 2192 | (pin "2" (uuid dd3061bb-1f8b-454c-9f47-6cad65c2f564)) 2193 | (pin "1" (uuid cc96e3b5-f881-4587-ad68-42828b9843d8)) 2194 | (instances 2195 | (project "C128Diag" 2196 | (path "/d6448c7c-7429-4ab1-9e39-03f0a923e852/d490610e-0800-43a1-8bff-6535011f9f40" 2197 | (reference "R9") (unit 1) 2198 | ) 2199 | ) 2200 | ) 2201 | ) 2202 | 2203 | (symbol (lib_id "Connector:DE9_Receptacle") (at 64.77 165.1 0) (unit 1) 2204 | (in_bom yes) (on_board no) (dnp no) (fields_autoplaced) 2205 | (uuid d993880b-84f6-48d6-8c96-7e336420c9f1) 2206 | (property "Reference" "J10" (at 69.342 164.4563 0) 2207 | (effects (font (size 1.27 1.27)) (justify left)) 2208 | ) 2209 | (property "Value" "CP2" (at 69.342 166.3773 0) 2210 | (effects (font (size 1.27 1.27)) (justify left)) 2211 | ) 2212 | (property "Footprint" "" (at 64.77 165.1 0) 2213 | (effects (font (size 1.27 1.27)) hide) 2214 | ) 2215 | (property "Datasheet" " ~" (at 64.77 165.1 0) 2216 | (effects (font (size 1.27 1.27)) hide) 2217 | ) 2218 | (pin "1" (uuid 1c50287f-7a15-48b8-b246-82feb20da807)) 2219 | (pin "2" (uuid e3b538a8-08b6-4889-ae92-43fe765d1c6e)) 2220 | (pin "3" (uuid ab9561d0-092a-4bd9-803b-7559255c482d)) 2221 | (pin "4" (uuid c2a88f7e-1679-4362-bb3b-5b94a1149e30)) 2222 | (pin "5" (uuid 4ae9176d-0a64-4296-aff8-c8e5d781ab62)) 2223 | (pin "6" (uuid 91cc845a-1271-4a44-8962-cd99140f365b)) 2224 | (pin "7" (uuid 33679829-d844-4c15-84f9-d611e95ccce4)) 2225 | (pin "8" (uuid 8d1eef39-14fe-4b67-adce-c9d566641a28)) 2226 | (pin "9" (uuid 02a5dccb-a672-457d-be42-e7e3c407ba01)) 2227 | (instances 2228 | (project "C128Diag" 2229 | (path "/d6448c7c-7429-4ab1-9e39-03f0a923e852/d490610e-0800-43a1-8bff-6535011f9f40" 2230 | (reference "J10") (unit 1) 2231 | ) 2232 | ) 2233 | ) 2234 | ) 2235 | 2236 | (symbol (lib_id "hackup-commodore:C64-UserPort") (at 127 55.88 0) (unit 1) 2237 | (in_bom yes) (on_board no) (dnp no) (fields_autoplaced) 2238 | (uuid e417a2b7-c2f9-4566-8262-ebfb25f8f9b9) 2239 | (property "Reference" "J14" (at 127 27.1198 0) 2240 | (effects (font (size 1.524 1.524))) 2241 | ) 2242 | (property "Value" "C64-UserPort" (at 127 29.9526 0) 2243 | (effects (font (size 1.524 1.524))) 2244 | ) 2245 | (property "Footprint" "Hackup_Commodore:C64-User-Port-Female" (at 127 29.21 0) 2246 | (effects (font (size 1.524 1.524)) hide) 2247 | ) 2248 | (property "Datasheet" "~" (at 127 77.47 0) 2249 | (effects (font (size 1.524 1.524)) hide) 2250 | ) 2251 | (pin "11" (uuid 9f2f42aa-f3be-4ece-b74c-a8031e61dc2c)) 2252 | (pin "5" (uuid fc6246fe-6a4e-40bf-b326-a3127c9e2a23)) 2253 | (pin "9" (uuid 3d52a182-8f31-4422-ab40-d0de894079d4)) 2254 | (pin "M" (uuid 549bd9d1-82e0-45e6-8357-776b0c11849a)) 2255 | (pin "D" (uuid f9e673cd-d0be-4424-aa20-449ea5bea207)) 2256 | (pin "10" (uuid 5ae40bde-30b4-4d41-83bd-5480a080c843)) 2257 | (pin "4" (uuid 84e2c8f3-5242-41e4-9e05-2679717633e9)) 2258 | (pin "N" (uuid 4624518c-6704-47ca-b393-7d7e1b595105)) 2259 | (pin "6" (uuid 8c847c7b-9ef3-4ef3-b99c-f9a7bc71bb69)) 2260 | (pin "3" (uuid ca3a1426-aa37-4d5d-ba77-b4aff1a3ae70)) 2261 | (pin "7" (uuid 044e9dc1-8b82-4a24-9486-b8193283cadd)) 2262 | (pin "2" (uuid a7d4dba7-8073-4df5-b906-4e77aad68204)) 2263 | (pin "H" (uuid 0f2e92ab-d91b-49dd-adc1-27479f269bea)) 2264 | (pin "C" (uuid 4953e4b9-2ae2-49f7-ad47-5d28470f90cc)) 2265 | (pin "A" (uuid 0c0a77c0-2612-41c5-9b57-deb5e1ab192c)) 2266 | (pin "B" (uuid 42dda5bd-79c7-4e83-9497-efa5ed4c620a)) 2267 | (pin "J" (uuid bdb5d83a-256e-4b7a-8068-75afa770682d)) 2268 | (pin "1" (uuid 37c2591c-3f20-49e7-a9d4-9a2c6e6dbe21)) 2269 | (pin "12" (uuid c5e8c8e8-2d80-46be-b3aa-6082b6da504f)) 2270 | (pin "F" (uuid 615462a2-7904-4288-b19f-2b5b28306b05)) 2271 | (pin "K" (uuid 91c9c0c8-388b-471d-87e4-fcd13dcf7457)) 2272 | (pin "L" (uuid fd718411-a74c-43d6-85cb-abfaebf0ac7b)) 2273 | (pin "8" (uuid 2d9c6cb9-b796-41c3-a800-7d218f1998ba)) 2274 | (pin "E" (uuid 40fb1000-45fb-47c5-b768-b44fbdab80ce)) 2275 | (instances 2276 | (project "C128Diag" 2277 | (path "/d6448c7c-7429-4ab1-9e39-03f0a923e852/d490610e-0800-43a1-8bff-6535011f9f40" 2278 | (reference "J14") (unit 1) 2279 | ) 2280 | ) 2281 | ) 2282 | ) 2283 | 2284 | (symbol (lib_id "Connector:DE9_Receptacle") (at 64.77 127 0) (unit 1) 2285 | (in_bom yes) (on_board no) (dnp no) (fields_autoplaced) 2286 | (uuid f17c5b2f-5080-4d30-85e1-63209e92cadb) 2287 | (property "Reference" "J9" (at 69.342 126.3563 0) 2288 | (effects (font (size 1.27 1.27)) (justify left)) 2289 | ) 2290 | (property "Value" "CP1" (at 69.342 128.2773 0) 2291 | (effects (font (size 1.27 1.27)) (justify left)) 2292 | ) 2293 | (property "Footprint" "" (at 64.77 127 0) 2294 | (effects (font (size 1.27 1.27)) hide) 2295 | ) 2296 | (property "Datasheet" " ~" (at 64.77 127 0) 2297 | (effects (font (size 1.27 1.27)) hide) 2298 | ) 2299 | (pin "1" (uuid 411a98cb-ea55-437b-bb07-a8213d2af582)) 2300 | (pin "2" (uuid df812467-ed99-40c3-a30f-baa7b6e4b140)) 2301 | (pin "3" (uuid 80bbb012-40cb-495a-8493-b112fc8ac187)) 2302 | (pin "4" (uuid 63274bc1-510c-4f2e-935a-cc5eda5c11ac)) 2303 | (pin "5" (uuid b6a360ca-50e1-4803-9814-58df191da792)) 2304 | (pin "6" (uuid f830553d-b2a4-4ae6-9614-f5883403e2d1)) 2305 | (pin "7" (uuid a58b6554-0283-49c6-94a2-1b83000fea10)) 2306 | (pin "8" (uuid dd9461bb-fec3-4a57-837f-0bd51fbc4081)) 2307 | (pin "9" (uuid b6441cc5-3283-4553-8ed1-c0b95c34911b)) 2308 | (instances 2309 | (project "C128Diag" 2310 | (path "/d6448c7c-7429-4ab1-9e39-03f0a923e852/d490610e-0800-43a1-8bff-6535011f9f40" 2311 | (reference "J9") (unit 1) 2312 | ) 2313 | ) 2314 | ) 2315 | ) 2316 | 2317 | (symbol (lib_id "Device:R_Small") (at 157.48 55.88 90) (unit 1) 2318 | (in_bom yes) (on_board no) (dnp no) (fields_autoplaced) 2319 | (uuid f7184527-45c3-4f3f-bae2-9a09bc6d29c4) 2320 | (property "Reference" "R10" (at 157.48 50.9991 90) 2321 | (effects (font (size 1.27 1.27))) 2322 | ) 2323 | (property "Value" "680R" (at 157.48 53.4233 90) 2324 | (effects (font (size 1.27 1.27))) 2325 | ) 2326 | (property "Footprint" "" (at 157.48 55.88 0) 2327 | (effects (font (size 1.27 1.27)) hide) 2328 | ) 2329 | (property "Datasheet" "~" (at 157.48 55.88 0) 2330 | (effects (font (size 1.27 1.27)) hide) 2331 | ) 2332 | (pin "2" (uuid a88d0d94-faed-4608-9553-c5db0fee308e)) 2333 | (pin "1" (uuid 13d59303-7693-4574-99cc-3d4b0dd006c2)) 2334 | (instances 2335 | (project "C128Diag" 2336 | (path "/d6448c7c-7429-4ab1-9e39-03f0a923e852/d490610e-0800-43a1-8bff-6535011f9f40" 2337 | (reference "R10") (unit 1) 2338 | ) 2339 | ) 2340 | ) 2341 | ) 2342 | 2343 | (symbol (lib_id "Device:R_Small") (at 30.48 129.54 0) (unit 1) 2344 | (in_bom yes) (on_board no) (dnp no) (fields_autoplaced) 2345 | (uuid fb6669ee-2b46-42f8-8c1d-160ef5d9237d) 2346 | (property "Reference" "R5" (at 31.9786 128.8963 0) 2347 | (effects (font (size 1.27 1.27)) (justify left)) 2348 | ) 2349 | (property "Value" "110k" (at 31.9786 130.8173 0) 2350 | (effects (font (size 1.27 1.27)) (justify left)) 2351 | ) 2352 | (property "Footprint" "" (at 30.48 129.54 0) 2353 | (effects (font (size 1.27 1.27)) hide) 2354 | ) 2355 | (property "Datasheet" "~" (at 30.48 129.54 0) 2356 | (effects (font (size 1.27 1.27)) hide) 2357 | ) 2358 | (pin "1" (uuid 753b77f9-af04-4412-a094-0d45a403c81d)) 2359 | (pin "2" (uuid 494db94b-faae-4829-b6c5-005022bb0be3)) 2360 | (instances 2361 | (project "C128Diag" 2362 | (path "/d6448c7c-7429-4ab1-9e39-03f0a923e852/d490610e-0800-43a1-8bff-6535011f9f40" 2363 | (reference "R5") (unit 1) 2364 | ) 2365 | ) 2366 | ) 2367 | ) 2368 | 2369 | (symbol (lib_id "Connector:DIN-8") (at 123.19 100.33 0) (unit 1) 2370 | (in_bom yes) (on_board no) (dnp no) (fields_autoplaced) 2371 | (uuid fd495aa7-27b5-4794-937a-1218969d43bb) 2372 | (property "Reference" "J12" (at 124.8411 92.2621 0) 2373 | (effects (font (size 1.27 1.27)) (justify left)) 2374 | ) 2375 | (property "Value" "A/V" (at 124.8411 94.1831 0) 2376 | (effects (font (size 1.27 1.27)) (justify left)) 2377 | ) 2378 | (property "Footprint" "" (at 123.19 100.33 0) 2379 | (effects (font (size 1.27 1.27)) hide) 2380 | ) 2381 | (property "Datasheet" "http://www.mouser.com/ds/2/18/40_c091_abd_e-75918.pdf" (at 123.19 100.33 0) 2382 | (effects (font (size 1.27 1.27)) hide) 2383 | ) 2384 | (pin "1" (uuid 1bbcf4ec-9cbe-4b33-add3-10ba1b34d6dd)) 2385 | (pin "2" (uuid 687b32a2-6728-4eff-a0d5-482de597a75d)) 2386 | (pin "3" (uuid 2a0404f3-ac5a-4396-b6c3-547eba6d588e)) 2387 | (pin "4" (uuid be9283c6-5ccf-494a-9913-49540acab0f9)) 2388 | (pin "5" (uuid 8f847396-eeec-4b9a-9613-5019ad23329b)) 2389 | (pin "6" (uuid da4f8f81-3d41-4ff6-81f2-d53816e9dab0)) 2390 | (pin "7" (uuid 67b94823-0d46-45b5-a686-942f4b137e37)) 2391 | (pin "8" (uuid fe4ea3dd-d285-4a17-ae8a-7dd6df912b09)) 2392 | (instances 2393 | (project "C128Diag" 2394 | (path "/d6448c7c-7429-4ab1-9e39-03f0a923e852/d490610e-0800-43a1-8bff-6535011f9f40" 2395 | (reference "J12") (unit 1) 2396 | ) 2397 | ) 2398 | ) 2399 | ) 2400 | ) 2401 | -------------------------------------------------------------------------------- /C128Diag.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "3dviewports": [], 4 | "design_settings": { 5 | "defaults": { 6 | "board_outline_line_width": 0.09999999999999999, 7 | "copper_line_width": 0.19999999999999998, 8 | "copper_text_italic": false, 9 | "copper_text_size_h": 1.5, 10 | "copper_text_size_v": 1.5, 11 | "copper_text_thickness": 0.3, 12 | "copper_text_upright": false, 13 | "courtyard_line_width": 0.049999999999999996, 14 | "dimension_precision": 4, 15 | "dimension_units": 3, 16 | "dimensions": { 17 | "arrow_length": 1270000, 18 | "extension_offset": 500000, 19 | "keep_text_aligned": true, 20 | "suppress_zeroes": false, 21 | "text_position": 0, 22 | "units_format": 1 23 | }, 24 | "fab_line_width": 0.09999999999999999, 25 | "fab_text_italic": false, 26 | "fab_text_size_h": 1.0, 27 | "fab_text_size_v": 1.0, 28 | "fab_text_thickness": 0.15, 29 | "fab_text_upright": false, 30 | "other_line_width": 0.15, 31 | "other_text_italic": false, 32 | "other_text_size_h": 1.0, 33 | "other_text_size_v": 1.0, 34 | "other_text_thickness": 0.15, 35 | "other_text_upright": false, 36 | "pads": { 37 | "drill": 1.0, 38 | "height": 1.7, 39 | "width": 1.7 40 | }, 41 | "silk_line_width": 0.15, 42 | "silk_text_italic": false, 43 | "silk_text_size_h": 1.0, 44 | "silk_text_size_v": 1.0, 45 | "silk_text_thickness": 0.15, 46 | "silk_text_upright": false, 47 | "zones": { 48 | "45_degree_only": false, 49 | "min_clearance": 0.5 50 | } 51 | }, 52 | "diff_pair_dimensions": [ 53 | { 54 | "gap": 0.0, 55 | "via_gap": 0.0, 56 | "width": 0.0 57 | } 58 | ], 59 | "drc_exclusions": [ 60 | "track_dangling|119024400|124866400|98220f2a-9657-4a0f-b89b-07d406c38867|00000000-0000-0000-0000-000000000000", 61 | "track_dangling|121564400|124866400|e0b0bd87-f746-449a-9f75-8d41a31a6517|00000000-0000-0000-0000-000000000000", 62 | "track_dangling|121564400|124891800|404e3edc-9099-4525-8391-4d4a1f2bda42|00000000-0000-0000-0000-000000000000", 63 | "track_dangling|126644400|124866400|8f7fc87e-520f-4b57-bcb3-f6e2456a9d73|00000000-0000-0000-0000-000000000000", 64 | "track_dangling|126644400|124891800|ed9ef1c6-a234-47de-9cac-e02c651f0844|00000000-0000-0000-0000-000000000000", 65 | "track_dangling|129184400|124866400|36e84514-f2d2-487c-9265-a347fb82041f|00000000-0000-0000-0000-000000000000", 66 | "track_dangling|141884400|124891800|96f1f72f-815e-4312-b118-b0f58bcc8e38|00000000-0000-0000-0000-000000000000", 67 | "track_dangling|144424400|124891800|f2ef2398-3ddd-47b7-9029-562595734972|00000000-0000-0000-0000-000000000000" 68 | ], 69 | "meta": { 70 | "version": 2 71 | }, 72 | "rule_severities": { 73 | "annular_width": "error", 74 | "clearance": "error", 75 | "connection_width": "warning", 76 | "copper_edge_clearance": "error", 77 | "copper_sliver": "warning", 78 | "courtyards_overlap": "ignore", 79 | "diff_pair_gap_out_of_range": "error", 80 | "diff_pair_uncoupled_length_too_long": "error", 81 | "drill_out_of_range": "error", 82 | "duplicate_footprints": "warning", 83 | "extra_footprint": "warning", 84 | "footprint": "error", 85 | "footprint_type_mismatch": "ignore", 86 | "hole_clearance": "error", 87 | "hole_near_hole": "error", 88 | "invalid_outline": "error", 89 | "isolated_copper": "warning", 90 | "item_on_disabled_layer": "error", 91 | "items_not_allowed": "error", 92 | "length_out_of_range": "error", 93 | "lib_footprint_issues": "warning", 94 | "lib_footprint_mismatch": "warning", 95 | "malformed_courtyard": "error", 96 | "microvia_drill_out_of_range": "error", 97 | "missing_courtyard": "ignore", 98 | "missing_footprint": "warning", 99 | "net_conflict": "warning", 100 | "npth_inside_courtyard": "ignore", 101 | "padstack": "warning", 102 | "pth_inside_courtyard": "ignore", 103 | "shorting_items": "error", 104 | "silk_edge_clearance": "warning", 105 | "silk_over_copper": "warning", 106 | "silk_overlap": "ignore", 107 | "skew_out_of_range": "error", 108 | "solder_mask_bridge": "ignore", 109 | "starved_thermal": "error", 110 | "text_height": "warning", 111 | "text_thickness": "warning", 112 | "through_hole_pad_without_hole": "error", 113 | "too_many_vias": "error", 114 | "track_dangling": "warning", 115 | "track_width": "error", 116 | "tracks_crossing": "error", 117 | "unconnected_items": "error", 118 | "unresolved_variable": "error", 119 | "via_dangling": "warning", 120 | "zones_intersect": "error" 121 | }, 122 | "rules": { 123 | "allow_blind_buried_vias": false, 124 | "allow_microvias": false, 125 | "max_error": 0.005, 126 | "min_clearance": 0.0, 127 | "min_connection": 0.0, 128 | "min_copper_edge_clearance": 0.0, 129 | "min_hole_clearance": 0.25, 130 | "min_hole_to_hole": 0.25, 131 | "min_microvia_diameter": 0.19999999999999998, 132 | "min_microvia_drill": 0.09999999999999999, 133 | "min_resolved_spokes": 2, 134 | "min_silk_clearance": 0.0, 135 | "min_text_height": 0.7999999999999999, 136 | "min_text_thickness": 0.08, 137 | "min_through_hole_diameter": 0.3, 138 | "min_track_width": 0.19999999999999998, 139 | "min_via_annular_width": 0.09999999999999999, 140 | "min_via_diameter": 0.5, 141 | "solder_mask_clearance": 0.0, 142 | "solder_mask_min_width": 0.0, 143 | "solder_mask_to_copper_clearance": 0.0, 144 | "use_height_for_length_calcs": true 145 | }, 146 | "teardrop_options": [ 147 | { 148 | "td_allow_use_two_tracks": true, 149 | "td_curve_segcount": 5, 150 | "td_on_pad_in_zone": false, 151 | "td_onpadsmd": true, 152 | "td_onroundshapesonly": false, 153 | "td_ontrackend": false, 154 | "td_onviapad": true 155 | } 156 | ], 157 | "teardrop_parameters": [ 158 | { 159 | "td_curve_segcount": 0, 160 | "td_height_ratio": 1.0, 161 | "td_length_ratio": 0.5, 162 | "td_maxheight": 2.0, 163 | "td_maxlen": 1.0, 164 | "td_target_name": "td_round_shape", 165 | "td_width_to_size_filter_ratio": 0.9 166 | }, 167 | { 168 | "td_curve_segcount": 0, 169 | "td_height_ratio": 1.0, 170 | "td_length_ratio": 0.5, 171 | "td_maxheight": 2.0, 172 | "td_maxlen": 1.0, 173 | "td_target_name": "td_rect_shape", 174 | "td_width_to_size_filter_ratio": 0.9 175 | }, 176 | { 177 | "td_curve_segcount": 0, 178 | "td_height_ratio": 1.0, 179 | "td_length_ratio": 0.5, 180 | "td_maxheight": 2.0, 181 | "td_maxlen": 1.0, 182 | "td_target_name": "td_track_end", 183 | "td_width_to_size_filter_ratio": 0.9 184 | } 185 | ], 186 | "track_widths": [ 187 | 0.0 188 | ], 189 | "via_dimensions": [ 190 | { 191 | "diameter": 0.0, 192 | "drill": 0.0 193 | } 194 | ], 195 | "zones_allow_external_fillets": false, 196 | "zones_use_no_outline": true 197 | }, 198 | "layer_presets": [], 199 | "viewports": [] 200 | }, 201 | "boards": [], 202 | "cvpcb": { 203 | "equivalence_files": [] 204 | }, 205 | "erc": { 206 | "erc_exclusions": [], 207 | "meta": { 208 | "version": 0 209 | }, 210 | "pin_map": [ 211 | [ 212 | 0, 213 | 0, 214 | 0, 215 | 0, 216 | 0, 217 | 0, 218 | 1, 219 | 0, 220 | 0, 221 | 0, 222 | 0, 223 | 2 224 | ], 225 | [ 226 | 0, 227 | 2, 228 | 0, 229 | 1, 230 | 0, 231 | 0, 232 | 1, 233 | 0, 234 | 2, 235 | 2, 236 | 2, 237 | 2 238 | ], 239 | [ 240 | 0, 241 | 0, 242 | 0, 243 | 0, 244 | 0, 245 | 0, 246 | 1, 247 | 0, 248 | 1, 249 | 0, 250 | 1, 251 | 2 252 | ], 253 | [ 254 | 0, 255 | 1, 256 | 0, 257 | 0, 258 | 0, 259 | 0, 260 | 1, 261 | 1, 262 | 2, 263 | 1, 264 | 1, 265 | 2 266 | ], 267 | [ 268 | 0, 269 | 0, 270 | 0, 271 | 0, 272 | 0, 273 | 0, 274 | 1, 275 | 0, 276 | 0, 277 | 0, 278 | 0, 279 | 2 280 | ], 281 | [ 282 | 0, 283 | 0, 284 | 0, 285 | 0, 286 | 0, 287 | 0, 288 | 0, 289 | 0, 290 | 0, 291 | 0, 292 | 0, 293 | 2 294 | ], 295 | [ 296 | 1, 297 | 1, 298 | 1, 299 | 1, 300 | 1, 301 | 0, 302 | 1, 303 | 1, 304 | 1, 305 | 1, 306 | 1, 307 | 2 308 | ], 309 | [ 310 | 0, 311 | 0, 312 | 0, 313 | 1, 314 | 0, 315 | 0, 316 | 1, 317 | 0, 318 | 0, 319 | 0, 320 | 0, 321 | 2 322 | ], 323 | [ 324 | 0, 325 | 2, 326 | 1, 327 | 2, 328 | 0, 329 | 0, 330 | 1, 331 | 0, 332 | 2, 333 | 2, 334 | 2, 335 | 2 336 | ], 337 | [ 338 | 0, 339 | 2, 340 | 0, 341 | 1, 342 | 0, 343 | 0, 344 | 1, 345 | 0, 346 | 2, 347 | 0, 348 | 0, 349 | 2 350 | ], 351 | [ 352 | 0, 353 | 2, 354 | 1, 355 | 1, 356 | 0, 357 | 0, 358 | 1, 359 | 0, 360 | 2, 361 | 0, 362 | 0, 363 | 2 364 | ], 365 | [ 366 | 2, 367 | 2, 368 | 2, 369 | 2, 370 | 2, 371 | 2, 372 | 2, 373 | 2, 374 | 2, 375 | 2, 376 | 2, 377 | 2 378 | ] 379 | ], 380 | "rule_severities": { 381 | "bus_definition_conflict": "error", 382 | "bus_entry_needed": "error", 383 | "bus_to_bus_conflict": "error", 384 | "bus_to_net_conflict": "error", 385 | "conflicting_netclasses": "error", 386 | "different_unit_footprint": "error", 387 | "different_unit_net": "error", 388 | "duplicate_reference": "error", 389 | "duplicate_sheet_names": "error", 390 | "endpoint_off_grid": "warning", 391 | "extra_units": "error", 392 | "global_label_dangling": "warning", 393 | "hier_label_mismatch": "error", 394 | "label_dangling": "error", 395 | "lib_symbol_issues": "warning", 396 | "missing_bidi_pin": "warning", 397 | "missing_input_pin": "warning", 398 | "missing_power_pin": "error", 399 | "missing_unit": "warning", 400 | "multiple_net_names": "warning", 401 | "net_not_bus_member": "warning", 402 | "no_connect_connected": "warning", 403 | "no_connect_dangling": "warning", 404 | "pin_not_connected": "error", 405 | "pin_not_driven": "error", 406 | "pin_to_pin": "warning", 407 | "power_pin_not_driven": "error", 408 | "similar_labels": "warning", 409 | "simulation_model_issue": "ignore", 410 | "unannotated": "error", 411 | "unit_value_mismatch": "error", 412 | "unresolved_variable": "error", 413 | "wire_dangling": "error" 414 | } 415 | }, 416 | "libraries": { 417 | "pinned_footprint_libs": [], 418 | "pinned_symbol_libs": [] 419 | }, 420 | "meta": { 421 | "filename": "C128Diag.kicad_pro", 422 | "version": 1 423 | }, 424 | "net_settings": { 425 | "classes": [ 426 | { 427 | "bus_width": 12, 428 | "clearance": 0.2, 429 | "diff_pair_gap": 0.25, 430 | "diff_pair_via_gap": 0.25, 431 | "diff_pair_width": 0.2, 432 | "line_style": 0, 433 | "microvia_diameter": 0.3, 434 | "microvia_drill": 0.1, 435 | "name": "Default", 436 | "pcb_color": "rgba(0, 0, 0, 0.000)", 437 | "schematic_color": "rgba(0, 0, 0, 0.000)", 438 | "track_width": 0.3, 439 | "via_diameter": 0.8, 440 | "via_drill": 0.4, 441 | "wire_width": 6 442 | }, 443 | { 444 | "bus_width": 12, 445 | "clearance": 0.2, 446 | "diff_pair_gap": 0.25, 447 | "diff_pair_via_gap": 0.25, 448 | "diff_pair_width": 0.2, 449 | "line_style": 0, 450 | "microvia_diameter": 0.3, 451 | "microvia_drill": 0.1, 452 | "name": "Power", 453 | "pcb_color": "rgba(0, 0, 0, 0.000)", 454 | "schematic_color": "rgba(0, 0, 0, 0.000)", 455 | "track_width": 0.5, 456 | "via_diameter": 1.2, 457 | "via_drill": 0.6, 458 | "wire_width": 6 459 | } 460 | ], 461 | "meta": { 462 | "version": 3 463 | }, 464 | "net_colors": null, 465 | "netclass_assignments": null, 466 | "netclass_patterns": [] 467 | }, 468 | "pcbnew": { 469 | "last_paths": { 470 | "gencad": "", 471 | "idf": "", 472 | "netlist": "", 473 | "specctra_dsn": "", 474 | "step": "", 475 | "vrml": "" 476 | }, 477 | "page_layout_descr_file": "" 478 | }, 479 | "schematic": { 480 | "annotate_start_num": 0, 481 | "drawing": { 482 | "dashed_lines_dash_length_ratio": 12.0, 483 | "dashed_lines_gap_length_ratio": 3.0, 484 | "default_line_thickness": 6.0, 485 | "default_text_size": 50.0, 486 | "field_names": [], 487 | "intersheets_ref_own_page": false, 488 | "intersheets_ref_prefix": "", 489 | "intersheets_ref_short": false, 490 | "intersheets_ref_show": false, 491 | "intersheets_ref_suffix": "", 492 | "junction_size_choice": 3, 493 | "label_size_ratio": 0.375, 494 | "pin_symbol_size": 25.0, 495 | "text_offset_ratio": 0.15 496 | }, 497 | "legacy_lib_dir": "", 498 | "legacy_lib_list": [], 499 | "meta": { 500 | "version": 1 501 | }, 502 | "net_format_name": "", 503 | "page_layout_descr_file": "", 504 | "plot_directory": "", 505 | "spice_current_sheet_as_root": false, 506 | "spice_external_command": "spice \"%I\"", 507 | "spice_model_current_sheet_as_root": true, 508 | "spice_save_all_currents": false, 509 | "spice_save_all_voltages": false, 510 | "subpart_first_id": 65, 511 | "subpart_id_separator": 0 512 | }, 513 | "sheets": [ 514 | [ 515 | "d6448c7c-7429-4ab1-9e39-03f0a923e852", 516 | "" 517 | ], 518 | [ 519 | "d490610e-0800-43a1-8bff-6535011f9f40", 520 | "C128Diag Connectors" 521 | ] 522 | ], 523 | "text_variables": {} 524 | } 525 | -------------------------------------------------------------------------------- /C128Diag.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackup/C128Diag/e39e2ba57f364c5898dcba5f1aac88c741970108/C128Diag.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # C128 Diagnostic Cartridge 325093-01 Replica 2 | 3 | This is a 1:1 replica of the PCB for the Commodore C128 Diagnostic Test cartridge assy no. 325093-01. See my [blog post](https://www.hackup.net/2023/05/c128-diagnostic-cartridge-325093-01-replicated/) for more details. 4 | 5 | ![C128Diag Replica Rev.0](media/C128Diag-1.jpg) 6 | 7 | ![C128Diag Replica Rev.0 with test harness](media/C128Diag-2.jpg) 8 | 9 | ## License 10 | [![Creative Commons License](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png) 11 | ](http://creativecommons.org/licenses/by-nc-sa/4.0/) 12 | 13 | This work is licensed under a 14 | [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/). 15 | -------------------------------------------------------------------------------- /fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (version 7) 3 | (lib (name "C128Diag")(type "KiCad")(uri "${KIPRJMOD}/lib/C128Diag.pretty")(options "")(descr "")) 4 | ) 5 | -------------------------------------------------------------------------------- /gerber/Makefile: -------------------------------------------------------------------------------- 1 | PROJECT=C128Diag 2 | 3 | all: $(PROJECT).zip 4 | 5 | rename: 6 | @if [ -f $(PROJECT)-Edge?Cuts.gm1 ]; then mv $(PROJECT)-Edge?Cuts.gm1 $(PROJECT).gko; fi 7 | 8 | $(PROJECT).zip: rename 9 | zip $(PROJECT).zip $(PROJECT)*.gt? $(PROJECT)*.gb? $(PROJECT)*.drl $(PROJECT)*.gko 10 | 11 | clean: 12 | rm -f $(PROJECT).zip 13 | -------------------------------------------------------------------------------- /lib/C128Diag.kicad_sym: -------------------------------------------------------------------------------- 1 | (kicad_symbol_lib (version 20220914) (generator kicad_symbol_editor) 2 | (symbol "4066" (in_bom yes) (on_board yes) 3 | (property "Reference" "U" (at 0 3.81 0) 4 | (effects (font (size 1.27 1.27))) 5 | ) 6 | (property "Value" "4066" (at 0 -3.81 0) 7 | (effects (font (size 1.27 1.27))) 8 | ) 9 | (property "Footprint" "" (at 0 -8.89 0) 10 | (effects (font (size 1.27 1.27)) hide) 11 | ) 12 | (property "Datasheet" "" (at 0 -8.89 0) 13 | (effects (font (size 1.27 1.27)) hide) 14 | ) 15 | (property "ki_keywords" "CMOS SWITCH" (at 0 0 0) 16 | (effects (font (size 1.27 1.27)) hide) 17 | ) 18 | (property "ki_description" "Quad Analog Switches" (at 0 0 0) 19 | (effects (font (size 1.27 1.27)) hide) 20 | ) 21 | (property "ki_fp_filters" "DIP?14*" (at 0 0 0) 22 | (effects (font (size 1.27 1.27)) hide) 23 | ) 24 | (symbol "4066_1_1" 25 | (rectangle (start -7.62 12.7) (end 7.62 -12.7) 26 | (stroke (width 0) (type default)) 27 | (fill (type background)) 28 | ) 29 | (pin passive line (at -12.7 8.89 0) (length 5.08) 30 | (name "X1" (effects (font (size 1.27 1.27)))) 31 | (number "1" (effects (font (size 1.27 1.27)))) 32 | ) 33 | (pin passive line (at -12.7 -6.35 0) (length 5.08) 34 | (name "X4" (effects (font (size 1.27 1.27)))) 35 | (number "10" (effects (font (size 1.27 1.27)))) 36 | ) 37 | (pin passive line (at -12.7 -8.89 0) (length 5.08) 38 | (name "Y4" (effects (font (size 1.27 1.27)))) 39 | (number "11" (effects (font (size 1.27 1.27)))) 40 | ) 41 | (pin input line (at 12.7 1.27 180) (length 5.08) 42 | (name "A4" (effects (font (size 1.27 1.27)))) 43 | (number "12" (effects (font (size 1.27 1.27)))) 44 | ) 45 | (pin input line (at 12.7 8.89 180) (length 5.08) 46 | (name "A1" (effects (font (size 1.27 1.27)))) 47 | (number "13" (effects (font (size 1.27 1.27)))) 48 | ) 49 | (pin power_in line (at 0 17.78 270) (length 5.08) 50 | (name "Vcc" (effects (font (size 1.27 1.27)))) 51 | (number "14" (effects (font (size 1.27 1.27)))) 52 | ) 53 | (pin passive line (at -12.7 6.35 0) (length 5.08) 54 | (name "Y1" (effects (font (size 1.27 1.27)))) 55 | (number "2" (effects (font (size 1.27 1.27)))) 56 | ) 57 | (pin passive line (at -12.7 3.81 0) (length 5.08) 58 | (name "X2" (effects (font (size 1.27 1.27)))) 59 | (number "3" (effects (font (size 1.27 1.27)))) 60 | ) 61 | (pin passive line (at -12.7 1.27 0) (length 5.08) 62 | (name "Y2" (effects (font (size 1.27 1.27)))) 63 | (number "4" (effects (font (size 1.27 1.27)))) 64 | ) 65 | (pin input line (at 12.7 6.35 180) (length 5.08) 66 | (name "A2" (effects (font (size 1.27 1.27)))) 67 | (number "5" (effects (font (size 1.27 1.27)))) 68 | ) 69 | (pin input line (at 12.7 3.81 180) (length 5.08) 70 | (name "A3" (effects (font (size 1.27 1.27)))) 71 | (number "6" (effects (font (size 1.27 1.27)))) 72 | ) 73 | (pin power_in line (at 0 -17.78 90) (length 5.08) 74 | (name "GND" (effects (font (size 1.27 1.27)))) 75 | (number "7" (effects (font (size 1.27 1.27)))) 76 | ) 77 | (pin passive line (at -12.7 -1.27 0) (length 5.08) 78 | (name "X3" (effects (font (size 1.27 1.27)))) 79 | (number "8" (effects (font (size 1.27 1.27)))) 80 | ) 81 | (pin passive line (at -12.7 -3.81 0) (length 5.08) 82 | (name "Y3" (effects (font (size 1.27 1.27)))) 83 | (number "9" (effects (font (size 1.27 1.27)))) 84 | ) 85 | ) 86 | ) 87 | ) 88 | -------------------------------------------------------------------------------- /lib/C128Diag.pretty/C64-Cart-C128Diag.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "C64-Cart-C128Diag" (version 20221018) (generator pcbnew) 2 | (layer "F.Cu") 3 | (property "Sheetfile" "C128Diag.kicad_sch") 4 | (property "Sheetname" "") 5 | (attr through_hole) 6 | (fp_text reference "U14" (at 3.81 -9.018274) (layer "F.SilkS") hide 7 | (effects (font (size 1 1) (thickness 0.15))) 8 | (tstamp 81311d53-b7bf-4da8-942a-faa926737149) 9 | ) 10 | (fp_text value "C64-Exp-Port" (at 30.48 1.27) (layer "F.Fab") hide 11 | (effects (font (size 1 1) (thickness 0.15))) 12 | (tstamp 279dd411-0702-4082-8710-d42f110328e9) 13 | ) 14 | (fp_text user "Card will be inside C64 up to this point" (at 29.21 -36.576) (layer "F.Fab") 15 | (effects (font (size 1 1) (thickness 0.15))) 16 | (tstamp 4f0e9935-4237-4887-944a-bc9c78cae3cc) 17 | ) 18 | (fp_line (start 0 -35.56) (end 0 0) 19 | (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp ff61f5e8-8401-4ae5-b142-adfd683b6604)) 20 | (fp_line (start 0 0) (end 58.42 0) 21 | (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp d023c309-5162-439f-b3f7-a5087ee0d801)) 22 | (fp_line (start 58.42 -35.56) (end 0 -35.56) 23 | (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp 80176958-873d-4646-aba7-03fa2414b0f4)) 24 | (fp_line (start 58.42 0) (end 58.42 -35.56) 25 | (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp 9da69fc5-24e8-4cb2-87ea-3e309f28d9bc)) 26 | (pad "" smd rect (at 29.21 -3.81 180) (size 58.42 8.3) (layers "B.Mask") (tstamp 029eade6-bf40-4ebc-a709-00a9ad5bb705)) 27 | (pad "" smd rect (at 29.21 -3.81 180) (size 58.42 8.3) (layers "F.Mask") (tstamp a43b05a4-f9e3-43d6-b9f8-b3023ef43755)) 28 | (pad "1" smd rect (at 2.54 -3.938274 180) (size 1.524 8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp b9cbd34f-33c7-4cc4-887d-2570e2b2affb)) 29 | (pad "2" smd rect (at 5.08 -3.938274 180) (size 1.524 8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp c3151d44-3ec7-4b24-a9cc-b75b3613df54)) 30 | (pad "3" smd rect (at 7.62 -3.938274 180) (size 1.524 8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 3a725f9b-6645-4638-bf62-3ff5965949fd)) 31 | (pad "4" smd rect (at 10.16 -3.938274 180) (size 1.524 8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp e8ecdbc5-fdf6-4bb9-a5bc-a0d2cf4d8ce2)) 32 | (pad "5" smd rect (at 12.7 -3.938274 180) (size 1.524 8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 30148b87-091a-4962-bfb0-d8572d426173)) 33 | (pad "6" smd rect (at 15.24 -3.938274 180) (size 1.524 8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp a90a60d9-ca1a-4008-ab6b-40b33c0d2d6d)) 34 | (pad "7" smd rect (at 17.78 -3.938274 180) (size 1.524 8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 9c344d5c-c32a-430a-9746-9895622e230a)) 35 | (pad "8" smd rect (at 20.32 -3.938274 180) (size 1.524 8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 2b11bd47-b458-4bae-ba39-87b36c293ec1)) 36 | (pad "9" smd rect (at 22.86 -3.938274 180) (size 1.524 8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 7a16bc32-456b-40a0-8d69-02cf2cd35695)) 37 | (pad "10" smd rect (at 25.4 -3.938274 180) (size 1.524 8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp ea715b93-81a3-4693-be2c-f8c6fa898add)) 38 | (pad "11" smd rect (at 27.94 -3.938274 180) (size 1.524 8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp c575ac9b-4daa-4378-9e22-9d8308a067ad)) 39 | (pad "12" smd rect (at 30.48 -3.938274 180) (size 1.524 8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 59770ad7-7960-4826-b83a-a25195b014b6)) 40 | (pad "13" smd rect (at 33.02 -3.938274 180) (size 1.524 8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 5830e93a-9f7d-44a9-ad13-65e6165c1c93)) 41 | (pad "14" smd rect (at 35.56 -3.938274 180) (size 1.524 8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp fd886a53-ccf1-4487-87fd-721b5789f5d8)) 42 | (pad "15" smd rect (at 38.1 -3.938274 180) (size 1.524 8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp ed0a21df-8682-4daa-a558-2a94855c91f1)) 43 | (pad "16" smd rect (at 40.64 -3.938274 180) (size 1.524 8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 33b9be38-d71b-49a8-9f62-70dd6d1aaa64)) 44 | (pad "17" smd rect (at 43.18 -3.938274 180) (size 1.524 8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 7a25afe7-d1fe-4d72-af22-c7453e625500)) 45 | (pad "18" smd rect (at 45.72 -3.938274 180) (size 1.524 8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp e08ac50b-16f0-4439-a19f-6ca5a4a3b269)) 46 | (pad "19" smd rect (at 48.26 -3.938274 180) (size 1.524 8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp a2176a2b-bd80-4fda-a47c-4f84a45b8157)) 47 | (pad "20" smd rect (at 50.8 -3.938274 180) (size 1.524 8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 454cdea2-cfa5-41ca-912d-e396d99f816a)) 48 | (pad "21" smd rect (at 53.34 -3.938274 180) (size 1.524 8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp ed9f532f-be4a-4613-83af-f643ef5a7bfe)) 49 | (pad "22" smd rect (at 55.88 -3.938274 180) (size 1.524 8) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 48e3b954-e835-4c97-a25c-4ae48e748ffd)) 50 | (pad "A" smd rect (at 2.54 -3.938274) (size 1.524 8) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 276011e6-1cc1-47e1-a80c-3432371ef3fa)) 51 | (pad "B" smd rect (at 5.08 -3.938274) (size 1.524 8) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 914a9c51-ed24-4b8f-b3fd-21a5f4da8c8e)) 52 | (pad "C" smd rect (at 7.62 -3.938274) (size 1.524 8) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 8b426cf1-e2ac-4688-b0ce-f388592e105f)) 53 | (pad "D" smd rect (at 10.16 -3.938274) (size 1.524 8) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 31d6a1ad-122c-4cdb-a9d5-7be63eaf81b8)) 54 | (pad "E" smd rect (at 12.7 -3.938274) (size 1.524 8) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 7a5cbfbe-918b-47f9-865b-24e3ba644b9f)) 55 | (pad "F" smd rect (at 15.24 -3.938274) (size 1.524 8) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 2ba03204-979f-4984-9b7b-71308b3dae0e)) 56 | (pad "H" smd rect (at 17.78 -3.938274) (size 1.524 8) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 8069bab3-5a8f-42c9-866b-878ad250572b)) 57 | (pad "J" smd rect (at 20.32 -3.938274) (size 1.524 8) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 1d46e903-8a74-407c-ac1d-ecb4c20deb4a)) 58 | (pad "K" smd rect (at 22.86 -3.938274) (size 1.524 8) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 0a93609a-8e0d-4c36-a0fb-6f99d583500d)) 59 | (pad "L" smd rect (at 25.4 -3.938274) (size 1.524 8) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 075ebd56-9df5-4498-839d-d433c4c2e1dc)) 60 | (pad "M" smd rect (at 27.94 -3.938274) (size 1.524 8) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 37cc5e7e-6354-477f-85a1-6d1837f2f6d3)) 61 | (pad "N" smd rect (at 30.48 -3.938274) (size 1.524 8) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp b4266bef-ae98-452a-a916-db71bb6ec17e)) 62 | (pad "P" smd rect (at 33.02 -3.938274) (size 1.524 8) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 19e8fd28-ae9d-4dd4-9da2-9fc0d8c3ddd3)) 63 | (pad "R" smd rect (at 35.56 -3.938274) (size 1.524 8) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 3bbceb1f-353b-4f95-a546-b3950a97e92e)) 64 | (pad "S" smd rect (at 38.1 -3.938274) (size 1.524 8) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 86e19038-c8ea-4458-88c3-4654ab3dd39c)) 65 | (pad "T" smd rect (at 40.64 -3.938274) (size 1.524 8) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 9e4421a0-52e8-4e6f-b30b-ff4340be17b6)) 66 | (pad "U" smd rect (at 43.18 -3.938274) (size 1.524 8) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 0701d063-c539-400a-aa7d-359f82ac1eaf)) 67 | (pad "V" smd rect (at 45.72 -3.938274) (size 1.524 8) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 9f513a86-9728-4b7b-8ec9-b174f215e22d)) 68 | (pad "W" smd rect (at 48.26 -3.938274) (size 1.524 8) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 21a7f334-0256-44ee-a240-e1ae63a43e35)) 69 | (pad "X" smd rect (at 50.8 -3.938274) (size 1.524 8) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 59a8ae5d-8bf9-45d5-8cf8-8533259a685a)) 70 | (pad "Y" smd rect (at 53.34 -3.938274) (size 1.524 8) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 49caf603-da0d-458a-810b-28ba6f69d2cc)) 71 | (pad "Z" smd rect (at 55.88 -3.938274) (size 1.524 8) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp 831a68e0-b741-417a-ab36-290a93700c48)) 72 | ) 73 | -------------------------------------------------------------------------------- /lib/C128Diag.pretty/Cassete-C128Diag.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "Cassete-C128Diag" (version 20221018) (generator pcbnew) 2 | (layer "F.Cu") 3 | (attr through_hole) 4 | (fp_text reference "REF**" (at 0 -0.5 unlocked) (layer "F.SilkS") 5 | (effects (font (size 1 1) (thickness 0.15))) 6 | (tstamp c96e0680-330a-4c4a-ae7d-2ea722dd4d24) 7 | ) 8 | (fp_text value "Cassete-C128Diag" (at 0 1 unlocked) (layer "F.Fab") 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | (tstamp 4c5eb55d-3501-4592-9286-2f7c140c3f51) 11 | ) 12 | (pad "1" thru_hole circle (at -9.9 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (tstamp ad259004-7cba-4aca-a94a-3fa8efbfbe8e)) 13 | (pad "1" smd custom (at -9.9 0) (size 2.2 2.2) (layers "B.Cu" "B.Paste" "B.Mask") 14 | (thermal_bridge_angle 45) 15 | (options (clearance outline) (anchor circle)) 16 | (primitives 17 | (gr_rect (start -1 -10) (end 1 0) (width 0.12) (fill yes)) 18 | ) (tstamp 7707133c-8722-4299-90e4-02a80b5400c8)) 19 | (pad "2" thru_hole circle (at -5.94 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (tstamp 9be8b16f-264a-4139-9174-5a3916177c61)) 20 | (pad "2" smd custom (at -5.94 0) (size 2.2 2.2) (layers "B.Cu" "B.Paste" "B.Mask") 21 | (thermal_bridge_angle 45) 22 | (options (clearance outline) (anchor circle)) 23 | (primitives 24 | (gr_rect (start -1 -10) (end 1 0) (width 0.12) (fill yes)) 25 | ) (tstamp a68d286e-f5d5-4a44-b3d3-40241377935d)) 26 | (pad "3" thru_hole circle (at -1.98 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (tstamp 09c5df82-7937-431e-837c-02e7407a71d6)) 27 | (pad "3" smd custom (at -1.98 0) (size 2.2 2.2) (layers "B.Cu" "B.Paste" "B.Mask") 28 | (thermal_bridge_angle 45) 29 | (options (clearance outline) (anchor circle)) 30 | (primitives 31 | (gr_rect (start -1 -10) (end 1 0) (width 0.12) (fill yes)) 32 | ) (tstamp e6db10bc-62af-496a-a947-66f0ec23adea)) 33 | (pad "4" thru_hole circle (at 1.98 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (tstamp 1f5c4d65-9354-4927-9ac4-75a0b800d57f)) 34 | (pad "4" smd custom (at 1.98 0) (size 2.2 2.2) (layers "B.Cu" "B.Paste" "B.Mask") 35 | (thermal_bridge_angle 45) 36 | (options (clearance outline) (anchor circle)) 37 | (primitives 38 | (gr_rect (start -1 -10) (end 1 0) (width 0.12) (fill yes)) 39 | ) (tstamp 7d9033ac-a45a-492f-bf08-e2bd1fc9ccb8)) 40 | (pad "5" thru_hole circle (at 5.94 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (tstamp 0807e25b-1b41-4dd6-980f-5209542820cb)) 41 | (pad "5" smd custom (at 5.94 0) (size 2.2 2.2) (layers "B.Cu" "B.Paste" "B.Mask") 42 | (thermal_bridge_angle 45) 43 | (options (clearance outline) (anchor circle)) 44 | (primitives 45 | (gr_rect (start -1 -10) (end 1 0) (width 0.12) (fill yes)) 46 | ) (tstamp f4657b60-a6df-477e-9f00-8219ce5edf3b)) 47 | (pad "6" thru_hole circle (at 9.9 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (tstamp 25072988-b3d6-480d-af07-a4f4e61d4c96)) 48 | (pad "6" smd custom (at 9.9 0) (size 2.2 2.2) (layers "B.Cu" "B.Paste" "B.Mask") 49 | (thermal_bridge_angle 45) 50 | (options (clearance outline) (anchor circle)) 51 | (primitives 52 | (gr_rect (start -1 -10) (end 1 0) (width 0.12) (fill yes)) 53 | ) (tstamp 4113f344-4e72-4f01-b528-aa07ac8c0383)) 54 | ) 55 | -------------------------------------------------------------------------------- /lib/C128Diag.pretty/Hole_3.2mm.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "Hole_3.2mm" (version 20221018) (generator pcbnew) 2 | (layer "F.Cu") 3 | (descr "Mounting Hole 3.2mm, no annular, M3") 4 | (tags "mounting hole 3.2mm no annular m3") 5 | (attr exclude_from_pos_files exclude_from_bom) 6 | (fp_text reference "REF**" (at 0 -4.2) (layer "F.SilkS") hide 7 | (effects (font (size 1 1) (thickness 0.15))) 8 | (tstamp 6b2f9f3e-9c04-460e-ab7e-be9d66dfc170) 9 | ) 10 | (fp_text value "Hole_3.2mm" (at 0 4.2) (layer "F.Fab") 11 | (effects (font (size 1 1) (thickness 0.15))) 12 | (tstamp 9edf2490-9469-44a1-85c3-18e287f74a6f) 13 | ) 14 | (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") 15 | (effects (font (size 1 1) (thickness 0.15))) 16 | (tstamp 8c11b0c0-6371-43ee-838a-2f470c65b79b) 17 | ) 18 | (fp_circle (center 0 0) (end 1.8 0) 19 | (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 8baede52-c088-4b1d-9d27-aeca543abbe1)) 20 | (fp_circle (center 0 0) (end 1.8 0) 21 | (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 792ad080-71b4-4d5d-8a54-da90f341ce7d)) 22 | (pad "" np_thru_hole circle (at 0 0) (size 3.2 3.2) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp fa055336-61f5-479c-bf43-b9204a2cfbf2)) 23 | ) 24 | -------------------------------------------------------------------------------- /lib/C128Diag.pretty/Jumper.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "Jumper" (version 20221018) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tags "jumper open") 4 | (attr through_hole) 5 | (fp_text reference "JU**" (at 0 -0.762) (layer "F.SilkS") 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | (tstamp cb7a76d3-5c81-4e52-937e-a302dbd50120) 8 | ) 9 | (fp_text value "Jumper" (at 0 1) (layer "F.Fab") 10 | (effects (font (size 1 1) (thickness 0.15))) 11 | (tstamp fec8aab3-6f8d-4737-b768-0c4fc7fe3c42) 12 | ) 13 | (fp_line (start -5.08 0) (end 5.08 0) 14 | (stroke (width 0.15) (type default)) (layer "F.SilkS") (tstamp 00f3dd90-045b-4cd0-bd79-6d717bc88784)) 15 | (pad "1" thru_hole circle (at -6.35 0) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask") (tstamp ed347268-8885-4b94-a83b-ec85dfbabc40)) 16 | (pad "2" thru_hole circle (at 6.35 0) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask") (tstamp fb99e029-2d98-43fc-b7c1-ca3c73fb0ea1)) 17 | ) 18 | -------------------------------------------------------------------------------- /lib/C128Diag.pretty/PinHeader_1x02_P5.08mm_Vertical.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "PinHeader_1x02_P5.08mm_Vertical" (version 20221018) (generator pcbnew) 2 | (layer "F.Cu") 3 | (descr "Through hole straight pin header, 1x01, 2.54mm pitch, single row") 4 | (tags "Through hole pin header THT 1x01 2.54mm single row") 5 | (attr through_hole) 6 | (fp_text reference "REF**" (at 0 -2.33) (layer "F.SilkS") 7 | (effects (font (size 1 1) (thickness 0.15))) 8 | (tstamp 6c50d304-4606-47dc-966e-5ce9cce54912) 9 | ) 10 | (fp_text value "PinHeader_1x02_P5.08mm_Vertical" (at 0 2.33) (layer "F.Fab") 11 | (effects (font (size 1 1) (thickness 0.15))) 12 | (tstamp 86a9f2cd-c84c-4f67-881e-c331171fcf5a) 13 | ) 14 | (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") 15 | (effects (font (size 1 1) (thickness 0.15))) 16 | (tstamp 6976de06-a21f-4558-b5c2-96b2fac0f546) 17 | ) 18 | (fp_line (start -1.8 -1.8) (end -1.8 6.604) 19 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8f0947d6-3894-4eae-bf45-a32c3dc2459d)) 20 | (fp_line (start -1.8 6.604) (end 1.8 6.604) 21 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5044617d-a06e-4e10-8542-74d0bf808891)) 22 | (fp_line (start 1.8 -1.8) (end -1.8 -1.8) 23 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f85def44-6cb2-4b98-be73-bc1b5313c4b5)) 24 | (fp_line (start 1.8 6.604) (end 1.8 -1.8) 25 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5949315c-51f8-4819-b018-03e8f8c7909c)) 26 | (fp_line (start -1.27 -0.635) (end -0.635 -1.27) 27 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp adc10770-1723-488c-8232-7f0ad2c7cace)) 28 | (fp_line (start -1.27 1.27) (end -1.27 -0.635) 29 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1e1e093d-57ed-4801-8603-c7acae013741)) 30 | (fp_line (start -0.635 -1.27) (end 1.27 -1.27) 31 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7d64334-39df-49f8-834e-0ac93da15a5b)) 32 | (fp_line (start 1.27 -1.27) (end 1.27 1.27) 33 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1033fa55-0d33-4394-8b55-78af68f26749)) 34 | (fp_line (start 1.27 1.27) (end -1.27 1.27) 35 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f25c5088-ca29-4940-8a9f-a773d953f951)) 36 | (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (tstamp bf29d5b2-1ed9-48cf-a932-2258e5e431d0)) 37 | (pad "2" thru_hole circle (at 0 5.08) (size 1.524 1.524) (drill 0.762) (layers "*.Cu" "*.Mask") (tstamp 7840f95d-8168-4721-beff-7f36daae2ff5)) 38 | (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x01_P2.54mm_Vertical.wrl" 39 | (offset (xyz 0 0 0)) 40 | (scale (xyz 1 1 1)) 41 | (rotate (xyz 0 0 0)) 42 | ) 43 | (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x01_P2.54mm_Vertical.wrl" 44 | (offset (xyz 0 -5.08 0)) 45 | (scale (xyz 1 1 1)) 46 | (rotate (xyz 0 0 0)) 47 | ) 48 | ) 49 | -------------------------------------------------------------------------------- /lib/C128Diag.pretty/Potentiometer_Bourns_3339P_Vertical.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "Potentiometer_Bourns_3339P_Vertical" (version 20221018) (generator pcbnew) 2 | (layer "F.Cu") 3 | (descr "Potentiometer, vertical, Bourns 3339P, http://www.bourns.com/docs/Product-Datasheets/3339.pdf") 4 | (tags "Potentiometer vertical Bourns 3339P") 5 | (attr through_hole) 6 | (fp_text reference "REF**" (at 0 -7.6) (layer "F.SilkS") 7 | (effects (font (size 1 1) (thickness 0.15))) 8 | (tstamp e3f85129-297a-4a64-9964-4ecbc06c2465) 9 | ) 10 | (fp_text value "Potentiometer_Bourns_3339P_Vertical" (at 0 2.52) (layer "F.Fab") 11 | (effects (font (size 1 1) (thickness 0.15))) 12 | (tstamp 6ff37852-8c18-4d38-b287-061636294c46) 13 | ) 14 | (fp_text user "${REFERENCE}" (at -3.018 -2.54 90) (layer "F.Fab") 15 | (effects (font (size 0.66 0.66) (thickness 0.15))) 16 | (tstamp 1d2e40eb-3fb5-4fd2-9daf-c3948eb73747) 17 | ) 18 | (fp_circle (center 0 -2.54) (end 3.93 -2.54) 19 | (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp a49c00d0-5d8c-4820-baac-78a3b595ee69)) 20 | (fp_line (start -4.1 -6.6) (end -4.1 1.55) 21 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e22c33d-4bf8-4f43-9b2a-73ecd9eec2fd)) 22 | (fp_line (start -4.1 1.55) (end 4.1 1.55) 23 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 888bd3e2-59e8-494c-9022-425b7c488786)) 24 | (fp_line (start 4.1 -6.6) (end -4.1 -6.6) 25 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 28c3ce82-2b8e-4f6e-904a-f5e596b61936)) 26 | (fp_line (start 4.1 1.55) (end 4.1 -6.6) 27 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 037f5c9d-2784-4335-8a9d-b6391c449619)) 28 | (fp_line (start 0 -0.064) (end 0.001 -5.014) 29 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 853f75ed-d4ef-4e3a-b642-de2284f8119c)) 30 | (fp_line (start 0 -0.064) (end 0.001 -5.014) 31 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c31dfe7c-8284-42f0-8bc3-8d4caa283cea)) 32 | (fp_circle (center 0 -2.54) (end 2.5 -2.54) 33 | (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 345a929b-65b2-4ad4-af9f-fb513e4c32ae)) 34 | (fp_circle (center 0 -2.54) (end 3.81 -2.54) 35 | (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 0b54b964-17be-4aa9-90c4-b604987c8b8c)) 36 | (pad "1" thru_hole circle (at 0 0) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") (tstamp 1b67348d-cf8b-4ae8-bc40-385d186fa353)) 37 | (pad "2" thru_hole circle (at -2.54 -2.54) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") (tstamp df044ffc-fe44-42d5-8546-0a37561bcfe2)) 38 | (pad "3" thru_hole circle (at 0 -5.08) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") (tstamp 95c734c3-5e4c-48f1-b45f-b61241ecbfa5)) 39 | (model "${KICAD6_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3339P_Vertical.wrl" 40 | (offset (xyz 0 0 0)) 41 | (scale (xyz 1 1 1)) 42 | (rotate (xyz 0 0 0)) 43 | ) 44 | ) 45 | -------------------------------------------------------------------------------- /lib/C128Diag.pretty/R_Axial_P12.70mm_Horizontal.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "R_Axial_P12.70mm_Horizontal" (version 20221018) (generator pcbnew) 2 | (layer "F.Cu") 3 | (descr "Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=12.7mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") 4 | (tags "Resistor Axial_DIN0309 series Axial Horizontal pin pitch 12.7mm 0.5W = 1/2W length 9mm diameter 3.2mm") 5 | (property "Sheetfile" "C128Diag.kicad_sch") 6 | (property "Sheetname" "") 7 | (property "ki_description" "Resistor, small symbol") 8 | (property "ki_keywords" "R resistor") 9 | (attr through_hole) 10 | (fp_text reference "R3" (at 4.064 0) (layer "F.SilkS") 11 | (effects (font (size 1 1) (thickness 0.15))) 12 | (tstamp 2e64c438-3577-4722-b55a-fd545c949003) 13 | ) 14 | (fp_text value "5k6" (at 9.144 -0.0254) (layer "F.Fab") 15 | (effects (font (size 1 1) (thickness 0.15))) 16 | (tstamp 34037a42-2d26-4cc5-afcd-3550f2eab0d0) 17 | ) 18 | (fp_text user "${REFERENCE}" (at 6.35 0) (layer "F.Fab") 19 | (effects (font (size 1 1) (thickness 0.15))) 20 | (tstamp 135f98aa-813b-4b97-a076-2bf3d12be019) 21 | ) 22 | (fp_line (start 1.016 0) (end 3.048 0) 23 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a0da2f0-4a69-4395-aafa-b89e1d03d7f9)) 24 | (fp_line (start 3.048 -1.27) (end 3.048 1.27) 25 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f93a4ef1-8c79-4d1f-8291-d7328d878e42)) 26 | (fp_line (start 3.048 1.27) (end 9.652 1.27) 27 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88629d50-551d-47b9-abb7-db70b50523e7)) 28 | (fp_line (start 9.652 -1.27) (end 3.048 -1.27) 29 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed287d2b-6b6a-4f11-ae55-e3b84f33c759)) 30 | (fp_line (start 9.652 1.27) (end 9.652 -1.27) 31 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 68de89be-16c0-475c-8a64-5284fdc55a32)) 32 | (fp_line (start 11.684 0) (end 9.652 0) 33 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c03349c-5a7f-4a76-ae4e-758e46f93d4a)) 34 | (fp_line (start -1.05 -1.85) (end -1.05 1.85) 35 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6b689aad-3c7f-4393-a20b-3bf2b5c6a72f)) 36 | (fp_line (start -1.05 1.85) (end 13.75 1.85) 37 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e01475a-946a-4864-8601-84614e401e1c)) 38 | (fp_line (start 13.75 -1.85) (end -1.05 -1.85) 39 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b8cd4413-1e23-4a01-811c-c85a756d671a)) 40 | (fp_line (start 13.75 1.85) (end 13.75 -1.85) 41 | (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ff10979b-87eb-4862-8e9c-da826a5cbd6d)) 42 | (fp_line (start 0 0) (end 1.85 0) 43 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff2c4ca1-a3c2-4ff0-87e4-ef2e014cdb86)) 44 | (fp_line (start 1.85 -1.6) (end 1.85 1.6) 45 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f7e64a4-4027-4af3-a424-79bb87e3b709)) 46 | (fp_line (start 1.85 1.6) (end 10.85 1.6) 47 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b8aa8fbc-e826-4f8a-b2cb-a4000e454a1f)) 48 | (fp_line (start 10.85 -1.6) (end 1.85 -1.6) 49 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 125a246b-3963-4344-9d5b-3e150debaf1a)) 50 | (fp_line (start 10.85 1.6) (end 10.85 -1.6) 51 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 929c26e7-8c72-402c-8ab1-8fe2ca86ffad)) 52 | (fp_line (start 12.7 0) (end 10.85 0) 53 | (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6eddfcb7-62b2-4e8b-ad74-d4710f727736)) 54 | (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp c41e855f-b6c6-40f2-8658-d7fa20d42233)) 55 | (pad "2" thru_hole oval (at 12.7 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp 1d633ce2-6d05-4bf6-96c6-6a4ab14c99a8)) 56 | (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal.wrl" 57 | (offset (xyz 0 0 0)) 58 | (scale (xyz 1 1 1)) 59 | (rotate (xyz 0 0 0)) 60 | ) 61 | ) 62 | -------------------------------------------------------------------------------- /lib/c128diag-pcb-bot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackup/C128Diag/e39e2ba57f364c5898dcba5f1aac88c741970108/lib/c128diag-pcb-bot.jpg -------------------------------------------------------------------------------- /lib/c128diag-pcb-top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackup/C128Diag/e39e2ba57f364c5898dcba5f1aac88c741970108/lib/c128diag-pcb-top.jpg -------------------------------------------------------------------------------- /media/C128Diag-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackup/C128Diag/e39e2ba57f364c5898dcba5f1aac88c741970108/media/C128Diag-1.jpg -------------------------------------------------------------------------------- /media/C128Diag-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackup/C128Diag/e39e2ba57f364c5898dcba5f1aac88c741970108/media/C128Diag-2.jpg -------------------------------------------------------------------------------- /media/Manual_Commodore Diagnostic-Tester C128.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackup/C128Diag/e39e2ba57f364c5898dcba5f1aac88c741970108/media/Manual_Commodore Diagnostic-Tester C128.pdf -------------------------------------------------------------------------------- /sym-lib-table: -------------------------------------------------------------------------------- 1 | (sym_lib_table 2 | (version 7) 3 | (lib (name "C128Diag")(type "KiCad")(uri "${KIPRJMOD}/lib/C128Diag.kicad_sym")(options "")(descr "")) 4 | ) 5 | --------------------------------------------------------------------------------