commit c023a845d6b60eb2a7fc7ac68ddfcd6a931c8de4
parent 731c500e93d8f307011895c85cb675b73cf4d49f
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 3 Dec 2023 21:57:31 +0100
Add video output section
Diffstat:
3 files changed, 1519 insertions(+), 3 deletions(-)
diff --git a/apple2.kicad_pro b/apple2.kicad_pro
@@ -330,6 +330,10 @@
[
"044dae79-9654-4b7e-a2e0-c9eff8617b08",
"Power Plug"
+ ],
+ [
+ "6aa140a2-c793-45c1-950a-6540c70be24c",
+ "Video Out"
]
],
"text_variables": {}
diff --git a/apple2.kicad_sch b/apple2.kicad_sch
@@ -14,14 +14,14 @@
)
- (sheet (at 24.13 20.32) (size 36.83 20.32) (fields_autoplaced)
+ (sheet (at 13.97 15.875) (size 20.32 8.255) (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)
+ (property "Sheetname" "Power Plug" (at 13.97 15.1634 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)
+ (property "Sheetfile" "power_plug.kicad_sch" (at 13.97 24.7146 0)
(effects (font (size 1.27 1.27)) (justify left top))
)
(instances
@@ -31,6 +31,27 @@
)
)
+ (sheet (at 180.975 24.765) (size 64.77 24.765) (fields_autoplaced)
+ (stroke (width 0.1524) (type solid))
+ (fill (color 0 0 0 0.0000))
+ (uuid 6aa140a2-c793-45c1-950a-6540c70be24c)
+ (property "Sheetname" "Video Out" (at 180.975 24.0534 0) (show_name)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ )
+ (property "Sheetfile" "video_out.kicad_sch" (at 180.975 50.1146 0)
+ (effects (font (size 1.27 1.27)) (justify left top))
+ )
+ (pin "Composite Sync" input (at 180.975 29.21 180)
+ (effects (font (size 1.27 1.27)) (justify left))
+ (uuid 6d85bcb2-2236-4a92-8506-e50186d6374d)
+ )
+ (instances
+ (project "apple2"
+ (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74" (page "3"))
+ )
+ )
+ )
+
(sheet_instances
(path "/" (page "1"))
)
diff --git a/video_out.kicad_sch b/video_out.kicad_sch
@@ -0,0 +1,1491 @@
+(kicad_sch (version 20230121) (generator eeschema)
+
+ (uuid 84e1ebe3-f823-4011-9073-08e44391b2c9)
+
+ (paper "A4")
+
+ (title_block
+ (title "Video Out")
+ )
+
+ (lib_symbols
+ (symbol "+3V0_1" (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" "-3V" (at 0 4.445 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 \"+3V0\"" (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (symbol "+3V0_1_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 "+3V0_1_1_1"
+ (pin power_in line (at 0 0 90) (length 0) hide
+ (name "-3V" (effects (font (size 1.27 1.27))))
+ (number "1" (effects (font (size 1.27 1.27))))
+ )
+ )
+ )
+ (symbol "Connector:Barrel_Jack" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
+ (property "Reference" "J" (at 0 5.334 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Value" "Barrel_Jack" (at 0 -5.08 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Footprint" "" (at 1.27 -1.016 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (at 1.27 -1.016 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_keywords" "DC power barrel jack connector" (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_description" "DC Barrel Jack" (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_fp_filters" "BarrelJack*" (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (symbol "Barrel_Jack_0_1"
+ (rectangle (start -5.08 3.81) (end 5.08 -3.81)
+ (stroke (width 0.254) (type default))
+ (fill (type background))
+ )
+ (arc (start -3.302 3.175) (mid -3.9343 2.54) (end -3.302 1.905)
+ (stroke (width 0.254) (type default))
+ (fill (type none))
+ )
+ (arc (start -3.302 3.175) (mid -3.9343 2.54) (end -3.302 1.905)
+ (stroke (width 0.254) (type default))
+ (fill (type outline))
+ )
+ (polyline
+ (pts
+ (xy 5.08 2.54)
+ (xy 3.81 2.54)
+ )
+ (stroke (width 0.254) (type default))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy -3.81 -2.54)
+ (xy -2.54 -2.54)
+ (xy -1.27 -1.27)
+ (xy 0 -2.54)
+ (xy 2.54 -2.54)
+ (xy 5.08 -2.54)
+ )
+ (stroke (width 0.254) (type default))
+ (fill (type none))
+ )
+ (rectangle (start 3.683 3.175) (end -3.302 1.905)
+ (stroke (width 0.254) (type default))
+ (fill (type outline))
+ )
+ )
+ (symbol "Barrel_Jack_1_1"
+ (pin passive line (at 7.62 2.54 180) (length 2.54)
+ (name "~" (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 2.54)
+ (name "~" (effects (font (size 1.27 1.27))))
+ (number "2" (effects (font (size 1.27 1.27))))
+ )
+ )
+ )
+ (symbol "Connector_Generic:Conn_01x06" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
+ (property "Reference" "J" (at 0 7.62 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Value" "Conn_01x06" (at 0 -10.16 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, single row, 01x06, 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*:*_1x??_*" (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (symbol "Conn_01x06_1_1"
+ (rectangle (start -1.27 -7.493) (end 0 -7.747)
+ (stroke (width 0.1524) (type default))
+ (fill (type none))
+ )
+ (rectangle (start -1.27 -4.953) (end 0 -5.207)
+ (stroke (width 0.1524) (type default))
+ (fill (type none))
+ )
+ (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 5.207) (end 0 4.953)
+ (stroke (width 0.1524) (type default))
+ (fill (type none))
+ )
+ (rectangle (start -1.27 6.35) (end 1.27 -8.89)
+ (stroke (width 0.254) (type default))
+ (fill (type background))
+ )
+ (pin passive line (at -5.08 5.08 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 -5.08 2.54 0) (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 -5.08 -2.54 0) (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 -5.08 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 -5.08 -7.62 0) (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:L" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
+ (property "Reference" "L" (at -1.27 0 90)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Value" "L" (at 1.905 0 90)
+ (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" "inductor choke coil reactor magnetic" (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_description" "Inductor" (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (symbol "L_0_1"
+ (arc (start 0 -2.54) (mid 0.6323 -1.905) (end 0 -1.27)
+ (stroke (width 0) (type default))
+ (fill (type none))
+ )
+ (arc (start 0 -1.27) (mid 0.6323 -0.635) (end 0 0)
+ (stroke (width 0) (type default))
+ (fill (type none))
+ )
+ (arc (start 0 0) (mid 0.6323 0.635) (end 0 1.27)
+ (stroke (width 0) (type default))
+ (fill (type none))
+ )
+ (arc (start 0 1.27) (mid 0.6323 1.905) (end 0 2.54)
+ (stroke (width 0) (type default))
+ (fill (type none))
+ )
+ )
+ (symbol "L_1_1"
+ (pin passive line (at 0 3.81 270) (length 1.27)
+ (name "1" (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 1.27)
+ (name "2" (effects (font (size 1.27 1.27))))
+ (number "2" (effects (font (size 1.27 1.27))))
+ )
+ )
+ )
+ (symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes)
+ (property "Reference" "R" (at 2.032 0 90)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Value" "R" (at 0 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" "R res resistor" (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_description" "Resistor" (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_fp_filters" "R_*" (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (symbol "R_0_1"
+ (rectangle (start -1.016 -2.54) (end 1.016 2.54)
+ (stroke (width 0.254) (type default))
+ (fill (type none))
+ )
+ )
+ (symbol "R_1_1"
+ (pin passive line (at 0 3.81 270) (length 1.27)
+ (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 1.27)
+ (name "~" (effects (font (size 1.27 1.27))))
+ (number "2" (effects (font (size 1.27 1.27))))
+ )
+ )
+ )
+ (symbol "Device:R_Potentiometer" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
+ (property "Reference" "RV" (at -4.445 0 90)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Value" "R_Potentiometer" (at -2.54 0 90)
+ (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" "resistor variable" (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_description" "Potentiometer" (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_fp_filters" "Potentiometer*" (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (symbol "R_Potentiometer_0_1"
+ (polyline
+ (pts
+ (xy 2.54 0)
+ (xy 1.524 0)
+ )
+ (stroke (width 0) (type default))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy 1.143 0)
+ (xy 2.286 0.508)
+ (xy 2.286 -0.508)
+ (xy 1.143 0)
+ )
+ (stroke (width 0) (type default))
+ (fill (type outline))
+ )
+ (rectangle (start 1.016 2.54) (end -1.016 -2.54)
+ (stroke (width 0.254) (type default))
+ (fill (type none))
+ )
+ )
+ (symbol "R_Potentiometer_1_1"
+ (pin passive line (at 0 3.81 270) (length 1.27)
+ (name "1" (effects (font (size 1.27 1.27))))
+ (number "1" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line (at 3.81 0 180) (length 1.27)
+ (name "2" (effects (font (size 1.27 1.27))))
+ (number "2" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line (at 0 -3.81 90) (length 1.27)
+ (name "3" (effects (font (size 1.27 1.27))))
+ (number "3" (effects (font (size 1.27 1.27))))
+ )
+ )
+ )
+ (symbol "Transistor_BJT:2N3904" (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
+ (property "Reference" "Q" (at 5.08 1.905 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "2N3904" (at 5.08 0 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 5.08 -1.905 0)
+ (effects (font (size 1.27 1.27) italic) (justify left) hide)
+ )
+ (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3903-D.PDF" (at 0 0 0)
+ (effects (font (size 1.27 1.27)) (justify left) hide)
+ )
+ (property "ki_keywords" "NPN Transistor" (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_description" "0.2A Ic, 40V Vce, Small Signal NPN Transistor, TO-92" (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_fp_filters" "TO?92*" (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (symbol "2N3904_0_1"
+ (polyline
+ (pts
+ (xy 0.635 0.635)
+ (xy 2.54 2.54)
+ )
+ (stroke (width 0) (type default))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy 0.635 -0.635)
+ (xy 2.54 -2.54)
+ (xy 2.54 -2.54)
+ )
+ (stroke (width 0) (type default))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy 0.635 1.905)
+ (xy 0.635 -1.905)
+ (xy 0.635 -1.905)
+ )
+ (stroke (width 0.508) (type default))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy 1.27 -1.778)
+ (xy 1.778 -1.27)
+ (xy 2.286 -2.286)
+ (xy 1.27 -1.778)
+ (xy 1.27 -1.778)
+ )
+ (stroke (width 0) (type default))
+ (fill (type outline))
+ )
+ (circle (center 1.27 0) (radius 2.8194)
+ (stroke (width 0.254) (type default))
+ (fill (type none))
+ )
+ )
+ (symbol "2N3904_1_1"
+ (pin passive line (at 2.54 -5.08 90) (length 2.54)
+ (name "E" (effects (font (size 1.27 1.27))))
+ (number "1" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line (at -5.08 0 0) (length 5.715)
+ (name "B" (effects (font (size 1.27 1.27))))
+ (number "2" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line (at 2.54 5.08 270) (length 2.54)
+ (name "C" (effects (font (size 1.27 1.27))))
+ (number "3" (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:+3V0" (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" "+3V" (at 0 4.445 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 \"+3V0\"" (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (symbol "+3V0_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 "+3V0_1_1"
+ (pin power_in line (at 0 0 90) (length 0) hide
+ (name "+3V" (effects (font (size 1.27 1.27))))
+ (number "1" (effects (font (size 1.27 1.27))))
+ )
+ )
+ )
+ (symbol "power:GND" (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" "GND" (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 \"GND\" , ground" (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (symbol "GND_0_1"
+ (polyline
+ (pts
+ (xy 0 0)
+ (xy 0 -1.27)
+ (xy 1.27 -1.27)
+ (xy 0 -2.54)
+ (xy -1.27 -1.27)
+ (xy 0 -1.27)
+ )
+ (stroke (width 0) (type default))
+ (fill (type none))
+ )
+ )
+ (symbol "GND_1_1"
+ (pin power_in line (at 0 0 270) (length 0) hide
+ (name "GND" (effects (font (size 1.27 1.27))))
+ (number "1" (effects (font (size 1.27 1.27))))
+ )
+ )
+ )
+ (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.325 28.575) (diameter 0) (color 0 0 0 0)
+ (uuid 09e82909-1b80-4091-86e5-19d288a9c130)
+ )
+ (junction (at 60.325 38.735) (diameter 0) (color 0 0 0 0)
+ (uuid 22b02c03-dc94-4d22-a42a-14ff4ac357b5)
+ )
+ (junction (at 73.66 44.45) (diameter 0) (color 0 0 0 0)
+ (uuid 9c50e70a-754c-4129-9e23-882dabc92ddd)
+ )
+ (junction (at 146.685 34.29) (diameter 0) (color 0 0 0 0)
+ (uuid ca70d290-c42c-4495-9a0b-b9c2f6c5c055)
+ )
+ (junction (at 110.49 33.02) (diameter 0) (color 0 0 0 0)
+ (uuid decca777-af4d-4b2f-a9a8-cb11a42adb3f)
+ )
+
+ (wire (pts (xy 146.685 41.91) (xy 110.49 41.91))
+ (stroke (width 0) (type default))
+ (uuid 03f12be7-9e26-41ce-a0e5-3f8a1d9fa085)
+ )
+ (wire (pts (xy 133.985 72.39) (xy 129.54 72.39))
+ (stroke (width 0) (type default))
+ (uuid 08b71777-4c96-4d0f-a3db-93ea3b774d40)
+ )
+ (wire (pts (xy 31.115 38.735) (xy 42.545 38.735))
+ (stroke (width 0) (type default))
+ (uuid 08eb7dec-faad-4c2c-8f81-8fb8ebf6068a)
+ )
+ (wire (pts (xy 146.685 28.575) (xy 153.035 28.575))
+ (stroke (width 0) (type default))
+ (uuid 0a1a28bb-59fb-4854-bfd6-945817e8aaef)
+ )
+ (wire (pts (xy 60.325 38.735) (xy 60.325 28.575))
+ (stroke (width 0) (type default))
+ (uuid 0c948c00-8cc2-4e80-b303-ad2d6d2def9b)
+ )
+ (wire (pts (xy 146.685 34.29) (xy 139.065 34.29))
+ (stroke (width 0) (type default))
+ (uuid 1c96c524-ec96-4ad7-90ff-6e47ffdd1fd1)
+ )
+ (wire (pts (xy 110.49 33.02) (xy 110.49 41.91))
+ (stroke (width 0) (type default))
+ (uuid 216de2a4-b4fa-4a88-b601-a1f58ecf0b2b)
+ )
+ (wire (pts (xy 142.24 48.895) (xy 142.24 46.99))
+ (stroke (width 0) (type default))
+ (uuid 238d7599-0db0-4157-a226-bb56d0b3778c)
+ )
+ (wire (pts (xy 118.11 33.02) (xy 120.65 33.02))
+ (stroke (width 0) (type default))
+ (uuid 29276dde-cba7-44f4-af85-065170f4a18f)
+ )
+ (wire (pts (xy 101.6 67.31) (xy 109.22 67.31))
+ (stroke (width 0) (type default))
+ (uuid 2a9224fe-4a21-42f1-add1-82e44a8a547d)
+ )
+ (wire (pts (xy 73.66 33.655) (xy 73.66 44.45))
+ (stroke (width 0) (type default))
+ (uuid 2d7b0464-c866-47e9-af69-0c8d4727d036)
+ )
+ (wire (pts (xy 120.65 33.02) (xy 120.65 34.29))
+ (stroke (width 0) (type default))
+ (uuid 2e64e3a6-6a30-42f9-81af-5fe02f5d23ba)
+ )
+ (wire (pts (xy 50.165 28.575) (xy 60.325 28.575))
+ (stroke (width 0) (type default))
+ (uuid 2e6742df-67d5-4aee-8650-d360582fa437)
+ )
+ (wire (pts (xy 60.325 49.53) (xy 60.325 38.735))
+ (stroke (width 0) (type default))
+ (uuid 3ac82fdc-6f20-4bb7-806a-7259ee891bf2)
+ )
+ (wire (pts (xy 73.66 58.42) (xy 73.66 64.135))
+ (stroke (width 0) (type default))
+ (uuid 3b68c3fb-9f78-49d5-bcb5-a0fd91b6f9a8)
+ )
+ (wire (pts (xy 73.66 44.45) (xy 146.685 44.45))
+ (stroke (width 0) (type default))
+ (uuid 3f20f6ef-47df-4ced-a39b-ba2ac5d8f2e7)
+ )
+ (wire (pts (xy 110.49 23.495) (xy 110.49 33.02))
+ (stroke (width 0) (type default))
+ (uuid 4682f4ad-9857-442d-8d2b-02acb2aec84c)
+ )
+ (wire (pts (xy 42.545 49.53) (xy 35.56 49.53))
+ (stroke (width 0) (type default))
+ (uuid 46f0dc03-b61a-4c55-ab57-8fe33e6070a4)
+ )
+ (wire (pts (xy 99.695 23.495) (xy 104.14 23.495))
+ (stroke (width 0) (type default))
+ (uuid 513f624d-b453-4aba-a6fa-cc7f10505b42)
+ )
+ (wire (pts (xy 60.325 28.575) (xy 66.04 28.575))
+ (stroke (width 0) (type default))
+ (uuid 7785ddb4-ed05-4af8-92a9-f18b6e66827e)
+ )
+ (wire (pts (xy 139.065 34.29) (xy 139.065 25.4))
+ (stroke (width 0) (type default))
+ (uuid 8527d805-2a43-4036-b9fa-a40ed62113bf)
+ )
+ (wire (pts (xy 146.685 34.29) (xy 146.685 28.575))
+ (stroke (width 0) (type default))
+ (uuid 8ca02dd0-4402-4d1c-854c-486fe2df2f0f)
+ )
+ (wire (pts (xy 134.62 36.83) (xy 146.685 36.83))
+ (stroke (width 0) (type default))
+ (uuid 9a3deee1-3d2a-414c-86d7-246df0f178dc)
+ )
+ (wire (pts (xy 73.66 23.495) (xy 92.075 23.495))
+ (stroke (width 0) (type default))
+ (uuid a2f31130-039a-4022-9e70-fa85a0443d90)
+ )
+ (wire (pts (xy 50.165 49.53) (xy 60.325 49.53))
+ (stroke (width 0) (type default))
+ (uuid a4cd906f-6264-4ffd-a886-89fc5affd426)
+ )
+ (wire (pts (xy 160.655 28.575) (xy 163.195 28.575))
+ (stroke (width 0) (type default))
+ (uuid a7b9f39b-c6c2-4b7d-aadd-79cb61215429)
+ )
+ (wire (pts (xy 101.6 62.23) (xy 101.6 67.31))
+ (stroke (width 0) (type default))
+ (uuid a837e285-2091-4192-9123-3d3aa753f63d)
+ )
+ (wire (pts (xy 129.54 72.39) (xy 129.54 74.93))
+ (stroke (width 0) (type default))
+ (uuid a9a4e774-0b27-46ba-9981-8482390d6f8e)
+ )
+ (wire (pts (xy 142.24 46.99) (xy 146.685 46.99))
+ (stroke (width 0) (type default))
+ (uuid b153691c-7ecb-4833-9d92-9538e2d3b9dd)
+ )
+ (wire (pts (xy 73.66 44.45) (xy 73.66 50.8))
+ (stroke (width 0) (type default))
+ (uuid b79b2c18-c53d-42b6-bd6d-677b1db37907)
+ )
+ (wire (pts (xy 50.165 38.735) (xy 60.325 38.735))
+ (stroke (width 0) (type default))
+ (uuid c81cc835-c5c3-4658-b821-9476f429b620)
+ )
+ (wire (pts (xy 31.115 28.575) (xy 42.545 28.575))
+ (stroke (width 0) (type default))
+ (uuid caee2e94-55b5-4e8c-ae17-586946622f6a)
+ )
+ (wire (pts (xy 77.47 54.61) (xy 101.6 54.61))
+ (stroke (width 0) (type default))
+ (uuid de080eda-c5f6-4a8b-a38f-4c6030d5b2ef)
+ )
+ (wire (pts (xy 35.56 49.53) (xy 35.56 60.325))
+ (stroke (width 0) (type default))
+ (uuid e3816f24-77cf-4b8b-9e76-36860afa2f04)
+ )
+ (wire (pts (xy 163.195 29.845) (xy 163.195 28.575))
+ (stroke (width 0) (type default))
+ (uuid ea8822d1-4e35-4609-987d-3379bf480cfe)
+ )
+ (wire (pts (xy 116.84 67.31) (xy 133.985 67.31))
+ (stroke (width 0) (type default))
+ (uuid fae91d83-7c39-4b60-ba3c-72c6be884f6d)
+ )
+
+ (label "Video Gain" (at 80.01 54.61 0) (fields_autoplaced)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid 02b563d4-a907-46cb-8ddc-f3b1e5260e7d)
+ )
+
+ (hierarchical_label "Audio" (shape input) (at 134.62 36.83 180) (fields_autoplaced)
+ (effects (font (size 1.27 1.27)) (justify right))
+ (uuid 077df4d7-d1c4-4e16-ad20-507fb10aea6b)
+ )
+ (hierarchical_label "Video" (shape input) (at 35.56 60.325 270) (fields_autoplaced)
+ (effects (font (size 1.27 1.27)) (justify right))
+ (uuid 9e2c0af9-d910-4bc3-ae7b-06bfc4886843)
+ )
+ (hierarchical_label "Color Burst" (shape input) (at 31.115 38.735 180) (fields_autoplaced)
+ (effects (font (size 1.27 1.27)) (justify right))
+ (uuid a57cb961-3169-4dfe-9409-4398d7b01a19)
+ )
+ (hierarchical_label "Composite Sync" (shape input) (at 31.115 28.575 180) (fields_autoplaced)
+ (effects (font (size 1.27 1.27)) (justify right))
+ (uuid dd8d77fe-4739-4ba3-ad4e-3d5b13d0e3b1)
+ )
+
+ (symbol (lib_id "power:+12V") (at 139.065 25.4 0) (unit 1)
+ (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+ (uuid 0949ca72-fbdf-43f2-a281-b9dd2fe5e8d3)
+ (property "Reference" "#PWR?" (at 139.065 29.21 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "+12V" (at 139.065 20.955 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Footprint" "" (at 139.065 25.4 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (at 139.065 25.4 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid bb69cecd-867b-4332-b193-e44fd36a26ac))
+ (instances
+ (project "apple2"
+ (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/6aa140a2-c793-45c1-950a-6540c70be24c"
+ (reference "#PWR?") (unit 1)
+ )
+ )
+ )
+ )
+
+ (symbol (lib_id "power:+3V0") (at 104.14 23.495 0) (unit 1)
+ (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+ (uuid 0cabddf9-065b-4608-902b-b9e19f5ec743)
+ (property "Reference" "#PWR?" (at 104.14 27.305 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "+3V" (at 104.14 19.05 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Footprint" "" (at 104.14 23.495 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (at 104.14 23.495 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 94bc63ce-e53d-4d6d-a16e-41b3c729e9b9))
+ (instances
+ (project "apple2"
+ (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/6aa140a2-c793-45c1-950a-6540c70be24c"
+ (reference "#PWR?") (unit 1)
+ )
+ )
+ )
+ )
+
+ (symbol (lib_name "+3V0_1") (lib_id "power:+3V0") (at 110.49 23.495 0) (unit 1)
+ (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+ (uuid 2334db77-f15b-4dce-a1bc-1aec3a1f0a66)
+ (property "Reference" "#PWR?" (at 110.49 27.305 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "-3V" (at 110.49 19.05 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Footprint" "" (at 110.49 23.495 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (at 110.49 23.495 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 719a97a5-cadf-41f1-b1aa-b5ffb79dfee5))
+ (instances
+ (project "apple2"
+ (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/6aa140a2-c793-45c1-950a-6540c70be24c"
+ (reference "#PWR?") (unit 1)
+ )
+ )
+ )
+ )
+
+ (symbol (lib_id "power:GNDPWR") (at 163.195 29.845 0) (unit 1)
+ (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+ (uuid 35b3e9e0-449d-422b-9bd1-a1d3b7f46a1a)
+ (property "Reference" "#PWR?" (at 163.195 34.925 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "GNDPWR" (at 163.068 33.655 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Footprint" "" (at 163.195 31.115 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (at 163.195 31.115 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 0e0eae91-432c-4f39-8a25-b28f4727e0d2))
+ (instances
+ (project "apple2"
+ (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/6aa140a2-c793-45c1-950a-6540c70be24c"
+ (reference "#PWR?") (unit 1)
+ )
+ )
+ )
+ )
+
+ (symbol (lib_id "Device:R_Potentiometer") (at 73.66 54.61 0) (unit 1)
+ (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+ (uuid 4670a26a-6cd2-400b-a6a8-fe156844616c)
+ (property "Reference" "R11" (at 71.755 53.34 0)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "800 Ohm" (at 71.755 55.88 0)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (at 73.66 54.61 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (at 73.66 54.61 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "2" (uuid 8dea0837-8772-4c7f-a91d-d55faab04826))
+ (pin "3" (uuid e06357d5-c3f2-4c06-b09d-4ceaca3ea088))
+ (pin "1" (uuid b35936f8-9ece-4a6a-aae0-e2dff7ece914))
+ (instances
+ (project "apple2"
+ (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/6aa140a2-c793-45c1-950a-6540c70be24c"
+ (reference "R11") (unit 1)
+ )
+ )
+ )
+ )
+
+ (symbol (lib_id "power:GNDREF") (at 142.24 48.895 0) (unit 1)
+ (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+ (uuid 46808a25-dc2f-40d4-9756-dbaeaef1ad30)
+ (property "Reference" "#PWR?" (at 142.24 55.245 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "GNDREF" (at 142.24 53.975 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Footprint" "" (at 142.24 48.895 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (at 142.24 48.895 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid c0e53939-8389-4f6d-b79b-bf896ec25499))
+ (instances
+ (project "apple2"
+ (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/6aa140a2-c793-45c1-950a-6540c70be24c"
+ (reference "#PWR?") (unit 1)
+ )
+ )
+ )
+ )
+
+ (symbol (lib_id "Device:R") (at 46.355 49.53 90) (unit 1)
+ (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+ (uuid 4afaebf9-4cd2-4712-94a3-b22cc2436583)
+ (property "Reference" "R7" (at 46.355 43.18 90)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Value" "1.5K" (at 46.355 45.72 90)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Footprint" "" (at 46.355 51.308 90)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (at 46.355 49.53 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "2" (uuid b22bd47b-5429-4bf8-aa0f-bfff40e30e72))
+ (pin "1" (uuid 539b0330-f3ac-4a0d-9291-06909a7f288d))
+ (instances
+ (project "apple2"
+ (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/6aa140a2-c793-45c1-950a-6540c70be24c"
+ (reference "R7") (unit 1)
+ )
+ )
+ )
+ )
+
+ (symbol (lib_id "Connector_Generic:Conn_01x06") (at 151.765 39.37 0) (unit 1)
+ (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+ (uuid 5a779d37-ed2b-43e5-b9f5-54a53953d4e5)
+ (property "Reference" "J148" (at 154.305 39.37 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "Aux Video" (at 154.305 41.91 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "" (at 151.765 39.37 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (at 151.765 39.37 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "3" (uuid d5243ebb-e220-4a83-988a-90638a00d1c6))
+ (pin "2" (uuid daa4a7fc-272b-4965-be0f-d3c37d00629a))
+ (pin "1" (uuid 999b4540-1938-4497-acb8-1e8e96d14059))
+ (pin "4" (uuid ec56e815-fdf4-4fe6-b4bf-4f90890fc299))
+ (pin "5" (uuid acf202ac-f4e3-437a-a3da-3bbc50c5d667))
+ (pin "6" (uuid 8c5d8ae1-1498-4a14-b3d5-c0fd7ad89b1e))
+ (instances
+ (project "apple2"
+ (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/6aa140a2-c793-45c1-950a-6540c70be24c"
+ (reference "J148") (unit 1)
+ )
+ )
+ )
+ )
+
+ (symbol (lib_id "Device:C") (at 114.3 33.02 90) (unit 1)
+ (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+ (uuid 7a9aba05-3184-466b-b12a-a02eecfcc29d)
+ (property "Reference" "C13" (at 114.3 25.4 90)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Value" ".1µF" (at 114.3 27.94 90)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Footprint" "" (at 118.11 32.0548 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (at 114.3 33.02 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "2" (uuid 65c93038-b870-424b-aea7-5c977d9d7b26))
+ (pin "1" (uuid 258cab8d-bb9d-498c-839c-2204e198b93a))
+ (instances
+ (project "apple2"
+ (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/6aa140a2-c793-45c1-950a-6540c70be24c"
+ (reference "C13") (unit 1)
+ )
+ )
+ )
+ )
+
+ (symbol (lib_id "Device:R") (at 46.355 28.575 90) (unit 1)
+ (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+ (uuid 8027b754-7f2e-4e6a-86f3-949f4c8f65e9)
+ (property "Reference" "R9" (at 46.355 22.86 90)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Value" "R" (at 46.355 25.4 90)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Footprint" "" (at 46.355 30.353 90)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (at 46.355 28.575 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "2" (uuid 6dfdc4eb-ea88-4594-bc1c-04774e55732b))
+ (pin "1" (uuid 32b947f7-2fda-4581-9c2a-44e520e7c6be))
+ (instances
+ (project "apple2"
+ (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/6aa140a2-c793-45c1-950a-6540c70be24c"
+ (reference "R9") (unit 1)
+ )
+ )
+ )
+ )
+
+ (symbol (lib_id "Device:L") (at 113.03 67.31 90) (unit 1)
+ (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+ (uuid 89dc95a7-bc30-45e1-aa06-895be84f0b8a)
+ (property "Reference" "L7" (at 113.03 62.23 90)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Value" "L" (at 113.03 64.77 90)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Footprint" "" (at 113.03 67.31 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (at 113.03 67.31 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 3d8dfdcd-51db-4e2c-81f7-c53c4e77d318))
+ (pin "2" (uuid fb151a19-3795-402f-8493-01e1323288fe))
+ (instances
+ (project "apple2"
+ (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/6aa140a2-c793-45c1-950a-6540c70be24c"
+ (reference "L7") (unit 1)
+ )
+ )
+ )
+ )
+
+ (symbol (lib_id "Device:R") (at 46.355 38.735 90) (unit 1)
+ (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+ (uuid 8fc5ba61-3dd7-470e-8cfe-5e8b5769f28d)
+ (property "Reference" "R8" (at 46.355 33.02 90)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Value" "5.7K" (at 46.355 35.56 90)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Footprint" "" (at 46.355 40.513 90)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (at 46.355 38.735 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "2" (uuid f246016c-bf1c-41bf-af63-a20fc0ebb821))
+ (pin "1" (uuid bd7ec2c7-1536-4a4c-aac6-733071447d72))
+ (instances
+ (project "apple2"
+ (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/6aa140a2-c793-45c1-950a-6540c70be24c"
+ (reference "R8") (unit 1)
+ )
+ )
+ )
+ )
+
+ (symbol (lib_id "Device:R") (at 101.6 58.42 0) (unit 1)
+ (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+ (uuid a549e8c3-2fb2-45b2-9357-1b209681d9d1)
+ (property "Reference" "R1" (at 104.14 57.15 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "27 Ohm" (at 104.14 59.69 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "" (at 99.822 58.42 90)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (at 101.6 58.42 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "2" (uuid 06de0afb-9a18-4bee-9c7c-2d06285b335a))
+ (pin "1" (uuid 545e1438-4a43-483d-836c-417b42f83f0a))
+ (instances
+ (project "apple2"
+ (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/6aa140a2-c793-45c1-950a-6540c70be24c"
+ (reference "R1") (unit 1)
+ )
+ )
+ )
+ )
+
+ (symbol (lib_id "power:GNDPWR") (at 129.54 74.93 0) (unit 1)
+ (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+ (uuid d0cd6909-846e-426d-8018-552c32c92aed)
+ (property "Reference" "#PWR?" (at 129.54 80.01 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "GNDPWR" (at 129.413 78.74 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Footprint" "" (at 129.54 76.2 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (at 129.54 76.2 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid cbc9b726-6885-4af7-8923-3aabcee70e02))
+ (instances
+ (project "apple2"
+ (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/6aa140a2-c793-45c1-950a-6540c70be24c"
+ (reference "#PWR?") (unit 1)
+ )
+ )
+ )
+ )
+
+ (symbol (lib_id "power:GNDPWR") (at 120.65 34.29 0) (unit 1)
+ (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+ (uuid d209a614-da81-4757-81cf-05b5a62b9ab2)
+ (property "Reference" "#PWR?" (at 120.65 39.37 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "GNDPWR" (at 120.523 38.1 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Footprint" "" (at 120.65 35.56 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (at 120.65 35.56 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 9a4fd264-c93d-4c98-b91d-475d60658a55))
+ (instances
+ (project "apple2"
+ (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/6aa140a2-c793-45c1-950a-6540c70be24c"
+ (reference "#PWR?") (unit 1)
+ )
+ )
+ )
+ )
+
+ (symbol (lib_id "Device:C") (at 156.845 28.575 270) (unit 1)
+ (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+ (uuid e842ae08-c4c5-4613-b5a9-20e8a16d7ff4)
+ (property "Reference" "C14" (at 156.845 20.955 90)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Value" ".1µF" (at 156.845 23.495 90)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Footprint" "" (at 153.035 29.5402 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (at 156.845 28.575 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 34dd6254-e770-443a-a0cb-7f19fd005d67))
+ (pin "2" (uuid eda0fb2b-7c7d-41d1-9a4f-4d3246b67264))
+ (instances
+ (project "apple2"
+ (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/6aa140a2-c793-45c1-950a-6540c70be24c"
+ (reference "C14") (unit 1)
+ )
+ )
+ )
+ )
+
+ (symbol (lib_id "Connector:Barrel_Jack") (at 141.605 69.85 0) (mirror y) (unit 1)
+ (in_bom yes) (on_board yes) (dnp no)
+ (uuid ead5353e-639c-4c6a-b918-c27bf99ec7ef)
+ (property "Reference" "K14" (at 148.59 71.12 0)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Value" "Video Output" (at 148.59 68.58 0)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (at 140.335 70.866 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (at 140.335 70.866 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 7c19a5c3-781a-48ab-a9b1-b7315d8570fe))
+ (pin "2" (uuid a6bd6971-f0cf-47db-909b-e66b77489784))
+ (instances
+ (project "apple2"
+ (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/6aa140a2-c793-45c1-950a-6540c70be24c"
+ (reference "K14") (unit 1)
+ )
+ )
+ )
+ )
+
+ (symbol (lib_id "power:GND") (at 73.66 64.135 0) (unit 1)
+ (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+ (uuid eb5c02cd-8fd1-47cc-be07-f5864c3dd5b8)
+ (property "Reference" "#PWR?" (at 73.66 70.485 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "GND" (at 73.66 68.58 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Footprint" "" (at 73.66 64.135 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (at 73.66 64.135 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 835f9211-f95c-4d11-98f0-bc9d0126ef63))
+ (instances
+ (project "apple2"
+ (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/6aa140a2-c793-45c1-950a-6540c70be24c"
+ (reference "#PWR?") (unit 1)
+ )
+ )
+ )
+ )
+
+ (symbol (lib_id "Device:R") (at 95.885 23.495 90) (unit 1)
+ (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+ (uuid ebff357c-a4b1-4c35-9db9-0ce082c9940a)
+ (property "Reference" "R9" (at 95.885 17.78 90)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Value" "10 Ohm" (at 95.885 20.32 90)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Footprint" "" (at 95.885 25.273 90)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (at 95.885 23.495 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "2" (uuid f488c30a-b7f3-4fda-872a-3f4237883a9b))
+ (pin "1" (uuid c3e4cd15-d8ec-4716-96a5-aec18a19b35a))
+ (instances
+ (project "apple2"
+ (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/6aa140a2-c793-45c1-950a-6540c70be24c"
+ (reference "R9") (unit 1)
+ )
+ )
+ )
+ )
+
+ (symbol (lib_id "Transistor_BJT:2N3904") (at 71.12 28.575 0) (unit 1)
+ (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
+ (uuid f8efce66-c606-4c47-b8c4-37adddefe0a4)
+ (property "Reference" "Q3" (at 76.2 27.305 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "2N3904" (at 76.2 29.845 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (at 76.2 30.48 0)
+ (effects (font (size 1.27 1.27) italic) (justify left) hide)
+ )
+ (property "Datasheet" "https://www.onsemi.com/pub/Collateral/2N3903-D.PDF" (at 71.12 28.575 0)
+ (effects (font (size 1.27 1.27)) (justify left) hide)
+ )
+ (pin "1" (uuid 1e5c6abf-cca4-464c-9f4a-e39a1e05a79c))
+ (pin "3" (uuid 2be5941c-1834-45ab-863d-914c7dba2a7a))
+ (pin "2" (uuid c36740ef-425c-4667-8d7d-c0c545e95629))
+ (instances
+ (project "apple2"
+ (path "/7d36cf7e-8de7-4392-bd63-1a9c9576ca74/6aa140a2-c793-45c1-950a-6540c70be24c"
+ (reference "Q3") (unit 1)
+ )
+ )
+ )
+ )
+)