apple2

Kicad version of https://ia800506.us.archive.org/20/items/apple-ii-clone-pcb-bare-overlay/
git clone git://archive.git.mtrnord.blog/MTRNord/apple2.git
Log | Files | Refs | README | LICENSE

commit 3a9a9741d5a66be62e16ab7cf3702879107f92ba
parent 8fe5019375272f4a3abc9fc62faa9c1ea224f094
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun,  3 Dec 2023 19:01:42 +0100

Add Powerplug

Diffstat:
M.gitignore | 3++-
Aapple2.kicad_prl | 77+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Mapple2.kicad_pro | 289+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
Mapple2.kicad_sch | 36++++++++++++++++++++++++++++++++++--
Apower_plug.kicad_sch | 1881+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 2276 insertions(+), 10 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -5,4 +5,5 @@ # backup files *.bak *.png -.lck +*.lck +*.zip diff --git a/apple2.kicad_prl b/apple2.kicad_prl @@ -0,0 +1,77 @@ +{ + "board": { + "active_layer": 0, + "active_layer_preset": "", + "auto_track_width": true, + "hidden_netclasses": [], + "hidden_nets": [], + "high_contrast_mode": 0, + "net_color_mode": 1, + "opacity": { + "images": 0.6, + "pads": 1.0, + "tracks": 1.0, + "vias": 1.0, + "zones": 0.6 + }, + "selection_filter": { + "dimensions": true, + "footprints": true, + "graphics": true, + "keepouts": true, + "lockedItems": false, + "otherItems": true, + "pads": true, + "text": true, + "tracks": true, + "vias": true, + "zones": true + }, + "visible_items": [ + 0, + 1, + 2, + 3, + 4, + 5, + 8, + 9, + 10, + 11, + 12, + 13, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 32, + 33, + 34, + 35, + 36, + 39, + 40 + ], + "visible_layers": "fffffff_ffffffff", + "zone_display_mode": 0 + }, + "meta": { + "filename": "apple2.kicad_prl", + "version": 3 + }, + "project": { + "files": [] + } +} diff --git a/apple2.kicad_pro b/apple2.kicad_pro @@ -1,5 +1,6 @@ { "board": { + "3dviewports": [], "design_settings": { "defaults": { "board_outline_line_width": 0.1, @@ -22,40 +23,314 @@ }, "track_widths": [], "via_dimensions": [] - } + }, + "layer_presets": [], + "viewports": [] }, "boards": [], + "cvpcb": { + "equivalence_files": [] + }, + "erc": { + "erc_exclusions": [], + "meta": { + "version": 0 + }, + "pin_map": [ + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 2, + 0, + 1, + 0, + 0, + 1, + 0, + 2, + 2, + 2, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 2 + ], + [ + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 1, + 2, + 1, + 1, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 2 + ], + [ + 1, + 1, + 1, + 1, + 1, + 0, + 1, + 1, + 1, + 1, + 1, + 2 + ], + [ + 0, + 0, + 0, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 2, + 1, + 2, + 0, + 0, + 1, + 0, + 2, + 2, + 2, + 2 + ], + [ + 0, + 2, + 0, + 1, + 0, + 0, + 1, + 0, + 2, + 0, + 0, + 2 + ], + [ + 0, + 2, + 1, + 1, + 0, + 0, + 1, + 0, + 2, + 0, + 0, + 2 + ], + [ + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2 + ] + ], + "rule_severities": { + "bus_definition_conflict": "error", + "bus_entry_needed": "error", + "bus_to_bus_conflict": "error", + "bus_to_net_conflict": "error", + "conflicting_netclasses": "error", + "different_unit_footprint": "error", + "different_unit_net": "error", + "duplicate_reference": "error", + "duplicate_sheet_names": "error", + "endpoint_off_grid": "warning", + "extra_units": "error", + "global_label_dangling": "warning", + "hier_label_mismatch": "error", + "label_dangling": "error", + "lib_symbol_issues": "warning", + "missing_bidi_pin": "warning", + "missing_input_pin": "warning", + "missing_power_pin": "error", + "missing_unit": "warning", + "multiple_net_names": "warning", + "net_not_bus_member": "warning", + "no_connect_connected": "warning", + "no_connect_dangling": "warning", + "pin_not_connected": "error", + "pin_not_driven": "error", + "pin_to_pin": "error", + "power_pin_not_driven": "error", + "similar_labels": "warning", + "simulation_model_issue": "ignore", + "unannotated": "error", + "unit_value_mismatch": "error", + "unresolved_variable": "error", + "wire_dangling": "error" + } + }, "libraries": { "pinned_footprint_libs": [], "pinned_symbol_libs": [] }, "meta": { - "filename": "kicad.kicad_pro", + "filename": "apple2.kicad_pro", "version": 1 }, "net_settings": { "classes": [ { + "bus_width": 12, "clearance": 0.2, "diff_pair_gap": 0.25, "diff_pair_via_gap": 0.25, "diff_pair_width": 0.2, + "line_style": 0, "microvia_diameter": 0.3, "microvia_drill": 0.1, "name": "Default", - "nets": [], + "pcb_color": "rgba(0, 0, 0, 0.000)", + "schematic_color": "rgba(0, 0, 0, 0.000)", "track_width": 0.25, "via_diameter": 0.8, - "via_drill": 0.4 + "via_drill": 0.4, + "wire_width": 6 } ], "meta": { - "version": 0 - } + "version": 3 + }, + "net_colors": null, + "netclass_assignments": null, + "netclass_patterns": [] }, "pcbnew": { + "last_paths": { + "gencad": "", + "idf": "", + "netlist": "", + "specctra_dsn": "", + "step": "", + "vrml": "" + }, "page_layout_descr_file": "" }, - "sheets": [], + "schematic": { + "annotate_start_num": 0, + "drawing": { + "dashed_lines_dash_length_ratio": 12.0, + "dashed_lines_gap_length_ratio": 3.0, + "default_line_thickness": 6.0, + "default_text_size": 50.0, + "field_names": [], + "intersheets_ref_own_page": false, + "intersheets_ref_prefix": "", + "intersheets_ref_short": false, + "intersheets_ref_show": false, + "intersheets_ref_suffix": "", + "junction_size_choice": 3, + "label_size_ratio": 0.375, + "pin_symbol_size": 25.0, + "text_offset_ratio": 0.15 + }, + "legacy_lib_dir": "", + "legacy_lib_list": [], + "meta": { + "version": 1 + }, + "net_format_name": "", + "page_layout_descr_file": "", + "plot_directory": "", + "spice_current_sheet_as_root": false, + "spice_external_command": "spice \"%I\"", + "spice_model_current_sheet_as_root": true, + "spice_save_all_currents": false, + "spice_save_all_voltages": false, + "subpart_first_id": 65, + "subpart_id_separator": 0 + }, + "sheets": [ + [ + "7d36cf7e-8de7-4392-bd63-1a9c9576ca74", + "" + ], + [ + "044dae79-9654-4b7e-a2e0-c9eff8617b08", + "Power Plug" + ] + ], "text_variables": {} } diff --git a/apple2.kicad_sch b/apple2.kicad_sch @@ -1,5 +1,37 @@ (kicad_sch (version 20230121) (generator eeschema) + + (uuid 7d36cf7e-8de7-4392-bd63-1a9c9576ca74) + (paper "A4") - (lib_symbols) - (symbol_instances) + + (title_block + (title "Apple II Clone") + (rev "1") + (comment 1 "Main Logic Board B20-0044 Rev 01") + ) + + (lib_symbols + ) + + + (sheet (at 24.13 20.32) (size 36.83 20.32) (fields_autoplaced) + (stroke (width 0.1524) (type solid)) + (fill (color 0 0 0 0.0000)) + (uuid 044dae79-9654-4b7e-a2e0-c9eff8617b08) + (property "Sheetname" "Power Plug" (at 24.13 19.6084 0) (show_name) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (property "Sheetfile" "power_plug.kicad_sch" (at 24.13 41.2246 0) + (effects (font (size 1.27 1.27)) (justify left top)) + ) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74" (page "2")) + ) + ) + ) + + (sheet_instances + (path "/" (page "1")) + ) ) diff --git a/power_plug.kicad_sch b/power_plug.kicad_sch @@ -0,0 +1,1881 @@ +(kicad_sch (version 20230121) (generator eeschema) + + (uuid 853f24f0-9240-4f91-b565-b3459bd9e9c0) + + (paper "A4") + + (title_block + (title "Powerplug") + (rev "1") + (comment 1 "Main Logic Board B20-0044 Rev 01") + ) + + (lib_symbols + (symbol "Connector_Generic:Conn_02x03_Counter_Clockwise" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "K13" (at 1.27 8.89 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Conn_02x03" (at 1.27 6.35 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "connector" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Generic connector, double row, 02x03, counter clockwise pin numbering scheme (similar to DIP package numbering), script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Conn_02x03_Counter_Clockwise_1_1" + (rectangle (start -1.27 -2.413) (end 0 -2.667) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start -1.27 0.127) (end 0 -0.127) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start -1.27 2.667) (end 0 2.413) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start -1.27 3.81) (end 3.81 -3.81) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (rectangle (start 3.81 -2.413) (end 2.54 -2.667) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start 3.81 0.127) (end 2.54 -0.127) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start 3.81 2.667) (end 2.54 2.413) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (pin passive line (at -5.08 -2.54 0) (length 3.81) + (name "Pin_1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -2.54 180) (length 3.81) + (name "Pin_2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 0 0) (length 3.81) + (name "Pin_3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 0 180) (length 3.81) + (name "Pin_4" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 2.54 0) (length 3.81) + (name "Pin_5" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 2.54 180) (length 3.81) + (name "Pin_6" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (property "Reference" "C" (at 0.635 2.54 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "C" (at 0.635 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 0.9652 -3.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "cap capacitor" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Unpolarized capacitor" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "C_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) + (xy 2.032 -0.762) + ) + (stroke (width 0.508) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.032 0.762) + (xy 2.032 0.762) + ) + (stroke (width 0.508) (type default)) + (fill (type none)) + ) + ) + (symbol "C_1_1" + (pin passive line (at 0 3.81 270) (length 2.794) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -3.81 90) (length 2.794) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:C_Polarized" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (property "Reference" "C" (at 0.635 2.54 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "C_Polarized" (at 0.635 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 0.9652 -3.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "cap capacitor" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Polarized capacitor" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "CP_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "C_Polarized_0_1" + (rectangle (start -2.286 0.508) (end 2.286 1.016) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.778 2.286) + (xy -0.762 2.286) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 2.794) + (xy -1.27 1.778) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (rectangle (start 2.286 -0.508) (end -2.286 -1.016) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + ) + (symbol "C_Polarized_1_1" + (pin passive line (at 0 3.81 270) (length 2.794) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -3.81 90) (length 2.794) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:FerriteBead" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "FB" (at -3.81 0.635 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "FerriteBead" (at 3.81 0 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at -1.778 0 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "L ferrite bead inductor filter" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Ferrite bead" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "Inductor_* L_* *Ferrite*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "FerriteBead_0_1" + (polyline + (pts + (xy 0 -1.27) + (xy 0 -1.2192) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 1.27) + (xy 0 1.2954) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.7686 0.4064) + (xy -1.7018 2.2606) + (xy 2.7686 -0.3048) + (xy 1.6764 -2.159) + (xy -2.7686 0.4064) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + ) + (symbol "FerriteBead_1_1" + (pin passive line (at 0 3.81 270) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -3.81 90) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "power:+12V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+12V" (at 0 3.556 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "global power" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"+12V\"" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "+12V_0_1" + (polyline + (pts + (xy -0.762 1.27) + (xy 0 2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0) + (xy 0 2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 2.54) + (xy 0.762 1.27) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + ) + (symbol "+12V_1_1" + (pin power_in line (at 0 0 90) (length 0) hide + (name "+12V" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "power:+12VA" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+12VA" (at 0 3.556 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "global power" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"+12VA\"" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "+12VA_0_1" + (polyline + (pts + (xy -0.762 1.27) + (xy 0 2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0) + (xy 0 2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 2.54) + (xy 0.762 1.27) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + ) + (symbol "+12VA_1_1" + (pin power_in line (at 0 0 90) (length 0) hide + (name "+12VA" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (at 0 3.556 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "global power" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "+5V_0_1" + (polyline + (pts + (xy -0.762 1.27) + (xy 0 2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0) + (xy 0 2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 2.54) + (xy 0.762 1.27) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + ) + (symbol "+5V_1_1" + (pin power_in line (at 0 0 90) (length 0) hide + (name "+5V" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "power:+5VA" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5VA" (at 0 3.556 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "global power" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"+5VA\"" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "+5VA_0_1" + (polyline + (pts + (xy -0.762 1.27) + (xy 0 2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0) + (xy 0 2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 2.54) + (xy 0.762 1.27) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + ) + (symbol "+5VA_1_1" + (pin power_in line (at 0 0 90) (length 0) hide + (name "+5VA" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "power:-12V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 2.54 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "-12V" (at 0 3.81 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "global power" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"-12V\"" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "-12V_0_0" + (pin power_in line (at 0 0 90) (length 0) hide + (name "-12V" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "-12V_0_1" + (polyline + (pts + (xy 0 0) + (xy 0 1.27) + (xy 0.762 1.27) + (xy 0 2.54) + (xy -0.762 1.27) + (xy 0 1.27) + ) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + ) + ) + (symbol "power:-5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 2.54 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "-5V" (at 0 3.81 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "global power" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"-5V\"" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "-5V_0_0" + (pin power_in line (at 0 0 90) (length 0) hide + (name "-5V" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "-5V_0_1" + (polyline + (pts + (xy 0 0) + (xy 0 1.27) + (xy 0.762 1.27) + (xy 0 2.54) + (xy -0.762 1.27) + (xy 0 1.27) + ) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + ) + ) + (symbol "power:GNDPWR" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -5.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDPWR" (at 0 -3.302 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 -1.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 -1.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "global ground" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"GNDPWR\" , global ground" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "GNDPWR_0_1" + (polyline + (pts + (xy 0 -1.27) + (xy 0 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.016 -1.27) + (xy -1.27 -2.032) + (xy -1.27 -2.032) + ) + (stroke (width 0.2032) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 -1.27) + (xy -0.762 -2.032) + (xy -0.762 -2.032) + ) + (stroke (width 0.2032) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.27) + (xy -0.254 -2.032) + (xy -0.254 -2.032) + ) + (stroke (width 0.2032) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.508 -1.27) + (xy 0.254 -2.032) + (xy 0.254 -2.032) + ) + (stroke (width 0.2032) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.016 -1.27) + (xy -1.016 -1.27) + (xy -1.016 -1.27) + ) + (stroke (width 0.2032) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.016 -1.27) + (xy 0.762 -2.032) + (xy 0.762 -2.032) + (xy 0.762 -2.032) + ) + (stroke (width 0.2032) (type default)) + (fill (type none)) + ) + ) + (symbol "GNDPWR_1_1" + (pin power_in line (at 0 0 270) (length 0) hide + (name "GNDPWR" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "power:GNDREF" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -6.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDREF" (at 0 -3.81 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "global power" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"GNDREF\" , reference supply ground" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "GNDREF_0_1" + (polyline + (pts + (xy -0.635 -1.905) + (xy 0.635 -1.905) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.127 -2.54) + (xy 0.127 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.27) + (xy 0 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.27 -1.27) + (xy -1.27 -1.27) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + ) + (symbol "GNDREF_1_1" + (pin power_in line (at 0 0 270) (length 0) hide + (name "GNDREF" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + ) + + (junction (at 60.96 96.52) (diameter 0) (color 0 0 0 0) + (uuid 0a003b9a-f044-4cb6-9a2f-cb87a86119a6) + ) + (junction (at 35.56 26.67) (diameter 0) (color 0 0 0 0) + (uuid 1d85a750-ab33-4c2c-8223-30d6b91afd4c) + ) + (junction (at 90.805 58.42) (diameter 0) (color 0 0 0 0) + (uuid 2aa2f4bd-2772-44b4-be12-1f4eac62fe45) + ) + (junction (at 62.865 50.8) (diameter 0) (color 0 0 0 0) + (uuid 2e809b08-bead-4feb-b781-e732f0d6b990) + ) + (junction (at 102.87 76.2) (diameter 0) (color 0 0 0 0) + (uuid 52e9306a-8478-446a-b39c-fedd156c3ef7) + ) + (junction (at 76.2 50.8) (diameter 0) (color 0 0 0 0) + (uuid 56a1a0b8-00d9-4282-9f59-49163727a25b) + ) + (junction (at 59.055 31.115) (diameter 0) (color 0 0 0 0) + (uuid 5872faa8-db61-489c-a30c-4892c7b30117) + ) + (junction (at 88.265 83.82) (diameter 0) (color 0 0 0 0) + (uuid 5b3387c1-d07e-48d5-88f4-a3daa3b6a4f5) + ) + (junction (at 116.84 76.2) (diameter 0) (color 0 0 0 0) + (uuid 678caac2-2e65-449d-874c-ab362ee1ce14) + ) + (junction (at 76.2 114.935) (diameter 0) (color 0 0 0 0) + (uuid 6e8f3c18-25ac-42e9-b6ce-aacb1c62b37d) + ) + (junction (at 105.41 96.52) (diameter 0) (color 0 0 0 0) + (uuid 7ae97315-1a72-4d42-a2f9-9e0abe410004) + ) + (junction (at 116.84 83.82) (diameter 0) (color 0 0 0 0) + (uuid 7afbc5b2-4aad-43b9-b465-7f857cc7a5bb) + ) + (junction (at 102.87 83.82) (diameter 0) (color 0 0 0 0) + (uuid 8520061c-fb18-4f4c-abfb-9bf75fc06ff8) + ) + (junction (at 105.41 104.14) (diameter 0) (color 0 0 0 0) + (uuid 8c010bbd-5605-4c42-a962-9af6c911ad39) + ) + (junction (at 92.71 104.14) (diameter 0) (color 0 0 0 0) + (uuid 92e36090-f6d2-4971-97f7-422ae64166fd) + ) + (junction (at 107.315 114.935) (diameter 0) (color 0 0 0 0) + (uuid 9f88edbb-b97e-4f41-b65e-442a92adc270) + ) + (junction (at 90.805 50.8) (diameter 0) (color 0 0 0 0) + (uuid b2440e61-0f22-4196-b482-73a553df1aa3) + ) + (junction (at 81.28 38.735) (diameter 0) (color 0 0 0 0) + (uuid b392efba-68de-42ff-8fd8-0e2e32033b1c) + ) + (junction (at 92.71 114.935) (diameter 0) (color 0 0 0 0) + (uuid b512b53b-4a9e-41cd-81ba-bbb712eeb4ae) + ) + (junction (at 76.2 58.42) (diameter 0) (color 0 0 0 0) + (uuid cc201be4-4225-4b2b-80cd-65880bbd75e0) + ) + (junction (at 81.28 31.115) (diameter 0) (color 0 0 0 0) + (uuid d6b888a8-6b80-4481-89b9-dc6097e1ab83) + ) + (junction (at 76.2 96.52) (diameter 0) (color 0 0 0 0) + (uuid d9ffb599-662a-4006-ba1e-a201c705c639) + ) + (junction (at 92.71 96.52) (diameter 0) (color 0 0 0 0) + (uuid e5ff9d8a-ebd9-4049-8101-d0a6336c69e4) + ) + (junction (at 88.265 76.2) (diameter 0) (color 0 0 0 0) + (uuid f4558235-e82f-4036-9228-ccd970bc947b) + ) + (junction (at 107.315 122.555) (diameter 0) (color 0 0 0 0) + (uuid f4fd8c93-bd57-4039-b90a-58715a0d2427) + ) + (junction (at 92.71 122.555) (diameter 0) (color 0 0 0 0) + (uuid f52a90a4-3264-4c22-a32c-08daffc20710) + ) + (junction (at 73.66 76.2) (diameter 0) (color 0 0 0 0) + (uuid f52cc5bd-367b-414b-aed2-e251bbd04e6a) + ) + + (wire (pts (xy 140.335 58.42) (xy 140.335 59.69)) + (stroke (width 0) (type default)) + (uuid 0cd7e41a-5fd0-44a7-b177-d116009a05e0) + ) + (wire (pts (xy 35.56 81.28) (xy 35.56 85.725)) + (stroke (width 0) (type default)) + (uuid 0ed8de82-f735-410d-b7db-895da9aae576) + ) + (wire (pts (xy 58.42 50.8) (xy 62.865 50.8)) + (stroke (width 0) (type default)) + (uuid 1ccc49e5-88fd-41e3-a7ed-56995ae1055a) + ) + (wire (pts (xy 97.155 38.735) (xy 97.155 40.005)) + (stroke (width 0) (type default)) + (uuid 1fe4463f-da6a-49a5-98d9-caaf4cddb705) + ) + (wire (pts (xy 35.56 76.2) (xy 27.305 76.2)) + (stroke (width 0) (type default)) + (uuid 219a1ae3-6d07-4ea1-a2ff-26ee8c51732b) + ) + (wire (pts (xy 116.84 83.82) (xy 140.335 83.82)) + (stroke (width 0) (type default)) + (uuid 25d6bd94-7dc5-4ef7-adc1-2c7821efe4b1) + ) + (wire (pts (xy 116.84 76.2) (xy 127.635 76.2)) + (stroke (width 0) (type default)) + (uuid 2e833218-ab1b-431e-aff3-58a5775966bb) + ) + (wire (pts (xy 35.56 26.67) (xy 35.56 31.115)) + (stroke (width 0) (type default)) + (uuid 31be45b4-95dc-4e2e-9ade-6bb7a05a564e) + ) + (wire (pts (xy 27.305 76.2) (xy 27.305 50.8)) + (stroke (width 0) (type default)) + (uuid 349e13b3-eefa-4067-8ed2-92e57951e861) + ) + (wire (pts (xy 35.56 26.67) (xy 39.37 26.67)) + (stroke (width 0) (type default)) + (uuid 3b7315f6-09f5-498d-a80e-098fc1940037) + ) + (wire (pts (xy 102.87 76.2) (xy 116.84 76.2)) + (stroke (width 0) (type default)) + (uuid 3f5de3df-3c5a-41b4-9187-c32fa0d800ae) + ) + (wire (pts (xy 76.2 114.935) (xy 92.71 114.935)) + (stroke (width 0) (type default)) + (uuid 410c37c4-dee4-46f1-abc6-e7f7bc2ffdc1) + ) + (wire (pts (xy 48.26 76.2) (xy 73.66 76.2)) + (stroke (width 0) (type default)) + (uuid 455d69ad-47ae-4a88-ab5a-ea334deac313) + ) + (wire (pts (xy 140.335 122.555) (xy 140.335 125.095)) + (stroke (width 0) (type default)) + (uuid 4bb06e2e-b6f8-46ca-adbe-29e63b02382a) + ) + (wire (pts (xy 76.2 122.555) (xy 92.71 122.555)) + (stroke (width 0) (type default)) + (uuid 4cda3e9a-a8c1-4e6e-9769-a6fde67f3303) + ) + (wire (pts (xy 92.71 104.14) (xy 105.41 104.14)) + (stroke (width 0) (type default)) + (uuid 4dad7a54-a27e-463b-ad73-a5e09a54da41) + ) + (wire (pts (xy 59.055 31.115) (xy 81.28 31.115)) + (stroke (width 0) (type default)) + (uuid 4f4225f7-0147-41ab-9ea6-37e9ed6bd8a2) + ) + (wire (pts (xy 68.58 114.935) (xy 76.2 114.935)) + (stroke (width 0) (type default)) + (uuid 5ac39404-7f34-41d1-aa4a-e9a9be021601) + ) + (wire (pts (xy 81.28 38.735) (xy 97.155 38.735)) + (stroke (width 0) (type default)) + (uuid 5e05e49d-4295-4036-b1d9-0225909e7825) + ) + (wire (pts (xy 76.2 96.52) (xy 92.71 96.52)) + (stroke (width 0) (type default)) + (uuid 64189c8b-5cec-463e-9da3-664a666a22e7) + ) + (wire (pts (xy 76.2 58.42) (xy 90.805 58.42)) + (stroke (width 0) (type default)) + (uuid 67f6a39c-d823-404e-8bbb-a6efbd6357bc) + ) + (wire (pts (xy 76.2 50.8) (xy 90.805 50.8)) + (stroke (width 0) (type default)) + (uuid 6c09db1d-a69a-4525-b121-51fff110cc3e) + ) + (wire (pts (xy 23.495 78.74) (xy 23.495 26.67)) + (stroke (width 0) (type default)) + (uuid 71e43efe-9ba1-4bee-a12e-df1e52381a52) + ) + (wire (pts (xy 48.26 81.28) (xy 48.26 85.725)) + (stroke (width 0) (type default)) + (uuid 7409277a-3d27-4205-9f00-b41049b753ed) + ) + (wire (pts (xy 76.2 104.14) (xy 92.71 104.14)) + (stroke (width 0) (type default)) + (uuid 7422227e-4f65-4d45-9d3d-131da3bffacd) + ) + (wire (pts (xy 105.41 96.52) (xy 140.335 96.52)) + (stroke (width 0) (type default)) + (uuid 755be93a-9162-46c0-8246-1af2fafc9763) + ) + (wire (pts (xy 35.56 31.115) (xy 59.055 31.115)) + (stroke (width 0) (type default)) + (uuid 7b6442c0-03f3-4378-843d-fd0a04f34bf8) + ) + (wire (pts (xy 73.66 83.82) (xy 88.265 83.82)) + (stroke (width 0) (type default)) + (uuid 7d016c6b-b58e-47c5-b6f5-18d6300b1844) + ) + (wire (pts (xy 46.99 26.67) (xy 140.335 26.67)) + (stroke (width 0) (type default)) + (uuid 831d425a-6a5a-4c20-be8f-c21ec6e755e5) + ) + (wire (pts (xy 62.865 50.8) (xy 76.2 50.8)) + (stroke (width 0) (type default)) + (uuid 88e5248b-283e-4fd3-a0f0-2e6c7ac03727) + ) + (wire (pts (xy 92.71 114.935) (xy 107.315 114.935)) + (stroke (width 0) (type default)) + (uuid 898a30b1-a293-416f-880e-2651f8719226) + ) + (wire (pts (xy 92.71 122.555) (xy 107.315 122.555)) + (stroke (width 0) (type default)) + (uuid 8cf8716f-a244-4ab5-9eae-a2f77b0840c6) + ) + (wire (pts (xy 105.41 104.14) (xy 140.335 104.14)) + (stroke (width 0) (type default)) + (uuid 8f0f2a58-1dd5-4000-aa6f-0541a070f26c) + ) + (wire (pts (xy 48.26 78.74) (xy 60.96 78.74)) + (stroke (width 0) (type default)) + (uuid 911d2c80-8563-47df-9f66-12a7254fff63) + ) + (wire (pts (xy 68.58 96.52) (xy 76.2 96.52)) + (stroke (width 0) (type default)) + (uuid 973598d3-9bbe-4ac5-956a-0fe385069cc3) + ) + (wire (pts (xy 81.28 31.115) (xy 140.335 31.115)) + (stroke (width 0) (type default)) + (uuid 9a043367-1aa6-4c3b-8e23-6ab69c4d320a) + ) + (wire (pts (xy 35.56 78.74) (xy 23.495 78.74)) + (stroke (width 0) (type default)) + (uuid 9a5fdb68-1bf5-484d-a45c-226ca0a853c6) + ) + (wire (pts (xy 60.96 78.74) (xy 60.96 96.52)) + (stroke (width 0) (type default)) + (uuid a4bda62f-0f71-427c-bcb6-6a9721b5fefc) + ) + (wire (pts (xy 107.315 114.935) (xy 140.335 114.935)) + (stroke (width 0) (type default)) + (uuid a506ec20-d64b-49f7-a422-4b1d5c44b698) + ) + (wire (pts (xy 107.315 122.555) (xy 140.335 122.555)) + (stroke (width 0) (type default)) + (uuid a9661459-387e-490e-8a4d-08dad902564f) + ) + (wire (pts (xy 62.865 58.42) (xy 76.2 58.42)) + (stroke (width 0) (type default)) + (uuid aa074564-eb86-4f10-bed9-e65c71c28869) + ) + (wire (pts (xy 23.495 26.67) (xy 35.56 26.67)) + (stroke (width 0) (type default)) + (uuid adc2c6fe-0687-4955-93f9-8c9adff896a5) + ) + (wire (pts (xy 27.305 50.8) (xy 50.8 50.8)) + (stroke (width 0) (type default)) + (uuid b1ea76cb-f94d-4d54-bd73-b11565b069eb) + ) + (wire (pts (xy 90.805 58.42) (xy 140.335 58.42)) + (stroke (width 0) (type default)) + (uuid b1f25e60-11c4-4e90-8d50-d5f2df48b25e) + ) + (wire (pts (xy 59.055 38.735) (xy 81.28 38.735)) + (stroke (width 0) (type default)) + (uuid be713971-f537-4081-9fd7-5a4b7dbcb3be) + ) + (wire (pts (xy 60.96 96.52) (xy 60.96 114.935)) + (stroke (width 0) (type default)) + (uuid c9bae379-a590-456a-bdad-534fd4e8a6ee) + ) + (wire (pts (xy 88.265 76.2) (xy 102.87 76.2)) + (stroke (width 0) (type default)) + (uuid da5008f0-acfd-4474-85e0-47c8ad3df02d) + ) + (wire (pts (xy 92.71 96.52) (xy 105.41 96.52)) + (stroke (width 0) (type default)) + (uuid dd5438a7-0f00-43de-913f-cb04c3ab8303) + ) + (wire (pts (xy 73.66 76.2) (xy 88.265 76.2)) + (stroke (width 0) (type default)) + (uuid dfd1405f-7e1f-4857-8cc1-cfb8cdce1dce) + ) + (wire (pts (xy 135.255 76.2) (xy 140.335 76.2)) + (stroke (width 0) (type default)) + (uuid e5b2cfa5-9a1c-408a-a108-5d008241e7a2) + ) + (wire (pts (xy 90.805 50.8) (xy 140.335 50.8)) + (stroke (width 0) (type default)) + (uuid e85820bd-4283-4f5b-b16c-a817f5860008) + ) + (wire (pts (xy 102.87 83.82) (xy 116.84 83.82)) + (stroke (width 0) (type default)) + (uuid eb678d5a-868e-45b6-9070-eaab99b946ed) + ) + (wire (pts (xy 88.265 83.82) (xy 102.87 83.82)) + (stroke (width 0) (type default)) + (uuid ee5b5e6b-f485-48fb-89e1-deba5d821f71) + ) + (wire (pts (xy 140.335 104.14) (xy 140.335 105.41)) + (stroke (width 0) (type default)) + (uuid eeb26cf0-44f7-4ab2-9b1c-c79ab97bb15c) + ) + (wire (pts (xy 140.335 83.82) (xy 140.335 85.09)) + (stroke (width 0) (type default)) + (uuid ff6a251b-1f93-4b22-bc8f-77279ca10b8a) + ) + + (symbol (lib_id "Device:FerriteBead") (at 64.77 96.52 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 04e13926-05f4-428e-9cf5-24549b6c4bdf) + (property "Reference" "L3" (at 64.7192 88.9 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "FerriteBead" (at 64.7192 91.44 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 64.77 98.298 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 64.77 96.52 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "2" (uuid 165330fc-3579-42a5-a008-65c65ac981c7)) + (pin "1" (uuid b134b6b6-7ad2-416f-a480-30a88d4c054c)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "L3") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Polarized") (at 92.71 100.33 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 110b837c-649e-4d5d-a3ce-5a391878d111) + (property "Reference" "C27" (at 96.52 98.171 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10µF" (at 96.52 100.711 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 93.6752 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 92.71 100.33 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "2" (uuid 31208b09-effa-4bee-88fe-b39e9da996f7)) + (pin "1" (uuid 5133ba08-35af-4b16-b6d6-42fd6b5f098a)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "C27") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+12VA") (at 140.335 96.52 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 1259c845-c467-4fbb-9c56-dccddfc332d6) + (property "Reference" "#PWR?" (at 136.525 96.52 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+12VA" (at 144.145 96.52 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 140.335 96.52 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 140.335 96.52 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5582b7b4-530d-4b05-98cf-a536653c10ee)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "#PWR?") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C_Polarized") (at 59.055 34.925 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 22fb9102-4b7b-40be-b9f9-70323ef96e64) + (property "Reference" "C17" (at 62.23 32.766 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "10µF" (at 62.23 35.306 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 60.0202 38.735 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 59.055 34.925 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid a6910ad0-330e-4e34-a52e-cbbd88ff907d)) + (pin "2" (uuid bda5439f-a765-45a4-b309-1d29ecb81229)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "C17") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector_Generic:Conn_02x03_Counter_Clockwise") (at 40.64 78.74 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 2b7ad34d-597e-4074-860b-6df10edea4d0) + (property "Reference" "K13" (at 41.91 69.85 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Conn_02x03" (at 41.91 72.39 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 40.64 78.74 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 40.64 78.74 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "5" (uuid dfcb97b0-4abb-443e-8e8b-86ed08e32a7b)) + (pin "4" (uuid 9c0eb261-ecfb-4396-8021-acc8860ec6bd)) + (pin "6" (uuid febf6db9-faa9-4efd-aac3-996e24163986)) + (pin "3" (uuid a123e728-26b4-49a5-8c00-e16e78d7f406)) + (pin "2" (uuid 4e6a7b11-adfa-4aba-a779-dbbab5eb521a)) + (pin "1" (uuid fa157d98-7ffb-4ab0-9d58-d53bfdc42491)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "K13") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+12V") (at 140.335 114.935 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 39d1df50-4a43-403d-b068-ba51a8227d21) + (property "Reference" "#PWR?" (at 136.525 114.935 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+12V" (at 144.145 114.935 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 140.335 114.935 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 140.335 114.935 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 85e5b8cb-e0da-4cf1-a64b-375a6a389174)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "#PWR?") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:FerriteBead") (at 43.18 26.67 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 4d6aab39-f70d-43cb-a648-fadf3271820f) + (property "Reference" "L6" (at 43.1292 19.05 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "FerriteBead" (at 43.1292 21.59 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 43.18 28.448 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 43.18 26.67 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 01d76461-5b9f-4428-af54-0631a9de0c9e)) + (pin "2" (uuid e17b00bc-4f6f-40f8-b137-17f323a2ede5)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "L6") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:-5V") (at 140.335 76.2 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 574f6e09-f23a-4fb2-beaa-87f0b81633d1) + (property "Reference" "#PWR?" (at 142.875 76.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "-5V" (at 143.51 76.2 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 140.335 76.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 140.335 76.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c879e6f0-39ff-4e11-830b-738333c553b6)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "#PWR?") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C") (at 92.71 118.745 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 5fd4cbb7-a6b1-4e21-b75f-ac8b407b80c1) + (property "Reference" "C40" (at 96.52 117.475 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" ".001µF" (at 96.52 120.015 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 93.6752 122.555 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 92.71 118.745 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5f81edaf-fbfb-4fcd-94f8-6be2cbda95fd)) + (pin "2" (uuid 1465d0d4-36bd-4f73-8a05-6d2d1595a9d5)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "C40") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+5VA") (at 140.335 31.115 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 60f25f3b-de2b-4053-a8b2-180335f986b7) + (property "Reference" "#PWR?" (at 136.525 31.115 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5VA" (at 144.145 31.115 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 140.335 31.115 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 140.335 31.115 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 2652cf4f-5a9c-4129-95d2-08007d4990cf)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "#PWR?") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GNDPWR") (at 140.335 59.69 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 658d8f56-2cc1-4dde-9e3b-8b03e937d1a5) + (property "Reference" "#PWR?" (at 140.335 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDPWR" (at 140.208 63.5 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 140.335 60.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 140.335 60.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e8e40df5-065a-4c96-9070-b3e4d9be5c91)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "#PWR?") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C") (at 102.87 80.01 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 69c7d90c-bef7-408a-9695-2f27b79b3834) + (property "Reference" "C2" (at 106.68 78.74 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" ".001µF" (at 106.68 81.28 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 103.8352 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 102.87 80.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "2" (uuid c2902ede-7304-43c6-b628-e847b867be5e)) + (pin "1" (uuid 54407818-ed8f-48f3-b397-00089bb3f293)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "C2") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:FerriteBead") (at 54.61 50.8 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 76a95fbb-fdc7-4dc8-ba0f-aff5f46e4796) + (property "Reference" "L5" (at 54.5592 43.18 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "FerriteBead" (at 54.5592 45.72 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 54.61 52.578 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 54.61 50.8 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "2" (uuid c5bf0ce7-02c6-4aeb-87db-7e47eb6af81c)) + (pin "1" (uuid dc54fcf9-037c-41b3-9822-3624ee0ea1c7)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "L5") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C") (at 62.865 54.61 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 86c551b3-9bb7-418a-8b32-d90e4c0f658b) + (property "Reference" "C34" (at 66.04 53.34 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" ".001µF" (at 66.04 55.88 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 63.8302 58.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 62.865 54.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "2" (uuid aec12f67-9fcb-478f-a40b-c5390674e8aa)) + (pin "1" (uuid 1340f428-5fa9-4f1e-9c54-ec3992baf4cf)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "C34") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GNDPWR") (at 97.155 40.005 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 88eba10f-d536-4a03-8aa6-63721faa13ec) + (property "Reference" "#PWR?" (at 97.155 45.085 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDPWR" (at 97.028 44.45 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 97.155 41.275 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 97.155 41.275 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 6d895aa6-2d35-4569-8312-f370c58167fc)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "#PWR?") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GNDPWR") (at 35.56 85.725 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 8e5ccf63-58b8-490f-8326-5f06db6493cd) + (property "Reference" "#PWR?" (at 35.56 90.805 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDPWR" (at 35.433 90.17 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 35.56 86.995 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 35.56 86.995 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 12f56b1c-d559-4a43-90bd-73c3458be640)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "#PWR?") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C") (at 107.315 118.745 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 90719ab2-578d-410f-b948-0d334cd9338c) + (property "Reference" "C41" (at 110.49 117.475 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" ".001µF" (at 110.49 120.015 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 108.2802 122.555 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 107.315 118.745 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 53e92fda-bdf7-409d-ac76-8eb9096ace18)) + (pin "2" (uuid 3913c4a8-ff4c-4bb2-ab03-2484694fb555)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "C41") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C") (at 90.805 54.61 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 984c3acf-6020-413b-9e79-92610ac5ce45) + (property "Reference" "C46" (at 94.615 53.34 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" ".001µF" (at 94.615 55.88 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 91.7702 58.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 90.805 54.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "2" (uuid bc902ec4-3f7e-449f-98f0-5aa6834cf717)) + (pin "1" (uuid 0aa2c9c2-9282-447d-96f6-40859c38b350)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "C46") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GNDREF") (at 48.26 85.725 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 9b38fbb7-5638-4f6f-976a-849b4c75166c) + (property "Reference" "#PWR?" (at 48.26 92.075 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDREF" (at 48.26 90.17 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 48.26 85.725 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 48.26 85.725 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 8fc53500-0104-48a2-be1f-0f0a78b9c2e1)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "#PWR?") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:FerriteBead") (at 64.77 114.935 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid aab17810-0bbd-4467-b167-c41941655463) + (property "Reference" "L4" (at 64.7192 107.95 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "FerriteBead" (at 64.7192 110.49 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 64.77 116.713 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 64.77 114.935 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "2" (uuid 219ab578-a601-4445-8f59-610d34a0921c)) + (pin "1" (uuid e132aa02-55be-4bbb-81aa-06ae7e0d5ab9)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "L4") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GNDREF") (at 140.335 125.095 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid af03de42-0f99-4256-876a-00a50084c44f) + (property "Reference" "#PWR?" (at 140.335 131.445 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDREF" (at 140.335 129.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 140.335 125.095 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 140.335 125.095 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 89a587cb-028b-4be1-867a-3a72f67a8c64)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "#PWR?") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C") (at 76.2 54.61 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid b02d5ed3-2a0c-4b85-b584-feb2a69d6414) + (property "Reference" "C44" (at 80.01 53.34 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" ".001µF" (at 80.01 55.88 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 77.1652 58.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 76.2 54.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "2" (uuid 9105ce9d-bc85-4231-8dbd-674fccc102e1)) + (pin "1" (uuid 46c7705e-fdb3-474c-86bd-117e472182c6)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "C44") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C") (at 116.84 80.01 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid b3ca0e5e-0aac-45e9-a157-bc9d91647b6c) + (property "Reference" "C3" (at 120.65 78.74 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" ".001µF" (at 120.65 81.28 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 117.8052 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 116.84 80.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "2" (uuid d00cbf31-99c0-42a4-998e-4f851dc1b33a)) + (pin "1" (uuid d0f7e22f-3297-419a-a5b4-5eb4eb353c74)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "C3") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C") (at 73.66 80.01 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid c11e20a0-8fc2-427d-8b44-49d5ca7fc0d6) + (property "Reference" "C36" (at 77.47 78.74 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" ".001µF" (at 77.47 81.28 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 74.6252 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 73.66 80.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "2" (uuid be242e07-64fd-4300-9118-e149a9894436)) + (pin "1" (uuid b6ad8506-d3b5-4dbd-acd0-9aa91e90f778)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "C36") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C") (at 105.41 100.33 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid cf3b3df4-339c-4d25-b42e-e52a46b18a5b) + (property "Reference" "C28-C33" (at 108.585 99.06 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" ".001µF" (at 108.585 101.6 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 106.3752 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 105.41 100.33 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 40f55a59-03a8-4e90-88fc-fa99ee71b946)) + (pin "2" (uuid 9c678980-fa1e-4a15-aec9-4c25d5f448fc)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "C28-C33") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GNDPWR") (at 140.335 105.41 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid d0bdc11f-f647-4663-95fe-90853092a6ca) + (property "Reference" "#PWR?" (at 140.335 110.49 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDPWR" (at 140.208 109.855 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 140.335 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 140.335 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f69d01d9-92de-429d-a856-bf9b01e10f8a)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "#PWR?") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C") (at 76.2 118.745 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid d23a9afa-a812-424c-b25d-95b907c6cf51) + (property "Reference" "C39" (at 80.01 117.475 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" ".001µF" (at 80.01 120.015 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 77.1652 122.555 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 76.2 118.745 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 642cc365-00ee-4c77-93e2-f63cfb5a5220)) + (pin "2" (uuid 896dc30e-6656-425b-a223-10d7529c8657)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "C39") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C") (at 88.265 80.01 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid d4136f3d-9ea7-434a-8888-9ee6c053867f) + (property "Reference" "C1" (at 92.075 78.74 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" ".001µF" (at 92.075 81.28 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 89.2302 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 88.265 80.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "2" (uuid 61fe9afe-7d43-490f-90d0-f0352f72892f)) + (pin "1" (uuid be92a8d2-b396-48d8-af32-d7fea71edb31)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "C1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:-12V") (at 140.335 50.8 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid e03bcf9a-a89a-4f53-85ab-ebc78ffd6954) + (property "Reference" "#PWR?" (at 142.875 50.8 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "-12V" (at 144.145 50.8 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 140.335 50.8 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 140.335 50.8 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4729daff-35db-4f7c-a666-a8cbf02ae59b)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "#PWR?") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GNDPWR") (at 140.335 85.09 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid e20ef246-58d8-415a-9c8c-09e482a18000) + (property "Reference" "#PWR?" (at 140.335 90.17 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDPWR" (at 140.208 89.535 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 140.335 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 140.335 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c34ca172-f0c0-490a-a35f-7315e5957bd8)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "#PWR?") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:+5V") (at 140.335 26.67 270) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid e2bb57b0-71e1-4c06-b0bb-93d708be82f3) + (property "Reference" "#PWR?" (at 136.525 26.67 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (at 144.145 26.67 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 140.335 26.67 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 140.335 26.67 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 7bee820d-870f-4c5e-ac0c-08775d35695c)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "#PWR?") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C") (at 76.2 100.33 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid ea755b43-7c24-4ead-8e3f-5726b9f6f1bb) + (property "Reference" "C26" (at 80.01 99.06 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" ".001µF" (at 80.01 101.6 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 77.1652 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 76.2 100.33 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 84ef8d85-8748-4a8d-a241-7fe00e3df343)) + (pin "2" (uuid 22e5afda-aaf8-4319-b9aa-24e186b3f9aa)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "C26") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C") (at 81.28 34.925 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid f3c8aefe-419c-4a81-a0cf-413200a1e6e7) + (property "Reference" "C18-25" (at 85.09 33.655 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" ".001µF" (at 85.09 36.195 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 82.2452 38.735 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 81.28 34.925 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "2" (uuid eaf6ab31-87ac-4c0b-af01-3c474645fd63)) + (pin "1" (uuid e0d3f1e6-df61-4f9f-b4db-959c3dd38e23)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "C18-25") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:FerriteBead") (at 131.445 76.2 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid f81c33a3-0e48-4559-94c2-36ca1372dab1) + (property "Reference" "L2" (at 131.3942 68.58 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "FerriteBead" (at 131.3942 71.12 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 131.445 77.978 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 131.445 76.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "2" (uuid 659fff3c-b971-4de3-ac80-db4d977b1a9a)) + (pin "1" (uuid 6a9b7fea-0d11-4f3b-8043-e9063d1eab40)) + (instances + (project "apple2" + (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/044dae79-9654-4b7e-a2e0-c9eff8617b08" + (reference "L2") (unit 1) + ) + ) + ) + ) +)