Skip to content

Commit

Permalink
Final cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Alarm-Siren committed Jul 15, 2023
1 parent c1e3060 commit 9b88af1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ I sure can!
- 8500 8-bit HMOS Microprocessor, 64K, 6-bit I/O Port, DIP-40
- 8502 8-bit HMOS Microprocessor, 64K, 7-bit I/O Port, DIP-40
- 8562 HMOS Video Interface Chip II (VIC-II), 320x200 NTSC, DIP-40
- 8565 HMOS Video Interface Chip II (VIC-II), 320x200 PAL, DIP-40
- 8565 HMOS Video Interface Chip II (VIC-II), 320x200 PAL-B, DIP-40
- 8580 HMOS Sound Interface Device (SID), 3-Voice Sound Synthesizer, DIP-28
- W65C02S_P 8-bit CMOS General Purpose Microprocessor, DIP-40
- W65C02S_PL 8-bit CMOS General Purpose Microprocessor, PLCC-44
Expand All @@ -159,7 +159,3 @@ I sure can!
- W65C816S_P 8/16-bit CMOS General Purpose Microprocessor, DIP-40
- W65C816S_PL 8/16-bit CMOS General Purpose Microprocessor, PLCC-44
- W65C816S_Q 8/16-bit CMOS General Purpose Microprocessor, LQFP-44

Planned for future inclusion:
- The VIC-IIe
- The TED
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "RetroLib: Symbols for 6502-related retro chips",
"description": "KiCad Symbol Library for 6502 and related retro microchips",
"description_full": "You may need to manually update the library tables in the Library Manager to get the new symbols and footprints to show up: please refer to the GitHub link below for full documentation and installation instructions.\n\nThis is a library of KiCad schematic symbols for a variety of Commodore, MOS Technology and Western Design Center retro microchips, including the eponymous MOS Technologies 6502.",
"description_full": "You may need to manually update the library tables in the Library Manager to get the new symbols and footprints to show up: please refer to the GitHub link below for full documentation and installation instructions.\n\nThis is a library of KiCad schematic symbols for a variety of Commodore, MOS Technology and Western Design Center retro microchips, including the eponymous MOS Technology 6502.",
"identifier": "com.github.alarm-siren.6502-kicad-library",
"type": "library",
"author": {
Expand Down
8 changes: 4 additions & 4 deletions symbols/65xx-library.kicad_sym
Original file line number Diff line number Diff line change
Expand Up @@ -5143,7 +5143,7 @@
(number "8" (effects (font (size 1.27 1.27))))
)
(pin input line (at 12.7 35.56 180) (length 2.54)
(name "LP" (effects (font (size 1.27 1.27))))
(name "~{LP}" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
Expand Down Expand Up @@ -5903,7 +5903,7 @@
(number "8" (effects (font (size 1.27 1.27))))
)
(pin input line (at 12.7 35.56 180) (length 2.54)
(name "LP" (effects (font (size 1.27 1.27))))
(name "~{LP}" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
Expand All @@ -5921,10 +5921,10 @@
(property "Datasheet" "https://en.wikipedia.org/wiki/MOS_Technology_VIC-II" (id 3) (at 0 53.34 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "8565 VIC-II I/O Video PAL" (id 4) (at 0 0 0)
(property "ki_keywords" "8565 VIC-II I/O Video PAL-B" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "HMOS Video Interface Chip II (VIC-II), 320x200 PAL, DIP-40" (id 5) (at 0 0 0)
(property "ki_description" "HMOS Video Interface Chip II (VIC-II), 320x200 PAL-B, DIP-40" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "DIP*W15.24mm*" (id 6) (at 0 0 0)
Expand Down

0 comments on commit 9b88af1

Please sign in to comment.