├── README.md ├── documentation ├── README.md ├── clone.md ├── hardware.md ├── software.md └── video_adapter.md ├── hardware ├── VGA_adapter │ ├── README.md │ ├── VideoMacPac_adapter.brd │ ├── VideoMacPac_adapter.sch │ ├── gerbers │ │ ├── copper_bottom.gbr │ │ ├── copper_top.gbr │ │ ├── drill_1_16.xln │ │ ├── profile.gbr │ │ ├── silkscreen_bottom.gbr │ │ ├── silkscreen_top.gbr │ │ ├── soldermask_bottom.gbr │ │ ├── soldermask_top.gbr │ │ ├── solderpaste_bottom.gbr │ │ └── solderpaste_top.gbr │ └── schematic.png └── VideoMacPac │ ├── README.md │ ├── VideoMacPac-cache.lib │ ├── VideoMacPac.bck │ ├── VideoMacPac.csv │ ├── VideoMacPac.dcm │ ├── VideoMacPac.kicad_pcb │ ├── VideoMacPac.lib │ ├── VideoMacPac.net │ ├── VideoMacPac.pro │ ├── VideoMacPac.sch │ ├── VideoMacPac.xml │ ├── VideoMacPac_footprints.pretty │ └── SIP24.kicad_mod │ ├── VideoMacPac_schematic.pdf │ ├── fp-lib-table │ ├── gerbers │ ├── VideoMacPac-B.Cu.gbr │ ├── VideoMacPac-B.Mask.gbr │ ├── VideoMacPac-Edge.Cuts.gbr │ ├── VideoMacPac-F.Cu.gbr │ ├── VideoMacPac-F.Mask.gbr │ ├── VideoMacPac-F.SilkS.gbr │ ├── VideoMacPac-In1.Cu.gbr │ ├── VideoMacPac-In2.Cu.gbr │ └── VideoMacPac.drl │ └── gerbers_PDF │ ├── VideoMacPac-B.Cu.pdf │ ├── VideoMacPac-B.Mask.pdf │ ├── VideoMacPac-Edge.Cuts.pdf │ ├── VideoMacPac-F.Cu.pdf │ ├── VideoMacPac-F.Mask.pdf │ ├── VideoMacPac-F.SilkS.pdf │ ├── VideoMacPac-In1.Cu.pdf │ └── VideoMacPac-In2.Cu.pdf ├── photos ├── ControlPanel.jpg ├── DualScreen.jpg ├── VGA_adapter.jpg ├── VideoMacPacHack.jpg ├── VideoMacPacHack_small.jpg ├── VideoMacPac_bottom.jpg └── VideoMacPac_top.jpg └── software └── VideoMacPac.dsk /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/README.md -------------------------------------------------------------------------------- /documentation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/documentation/README.md -------------------------------------------------------------------------------- /documentation/clone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/documentation/clone.md -------------------------------------------------------------------------------- /documentation/hardware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/documentation/hardware.md -------------------------------------------------------------------------------- /documentation/software.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/documentation/software.md -------------------------------------------------------------------------------- /documentation/video_adapter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/documentation/video_adapter.md -------------------------------------------------------------------------------- /hardware/VGA_adapter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VGA_adapter/README.md -------------------------------------------------------------------------------- /hardware/VGA_adapter/VideoMacPac_adapter.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VGA_adapter/VideoMacPac_adapter.brd -------------------------------------------------------------------------------- /hardware/VGA_adapter/VideoMacPac_adapter.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VGA_adapter/VideoMacPac_adapter.sch -------------------------------------------------------------------------------- /hardware/VGA_adapter/gerbers/copper_bottom.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VGA_adapter/gerbers/copper_bottom.gbr -------------------------------------------------------------------------------- /hardware/VGA_adapter/gerbers/copper_top.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VGA_adapter/gerbers/copper_top.gbr -------------------------------------------------------------------------------- /hardware/VGA_adapter/gerbers/drill_1_16.xln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VGA_adapter/gerbers/drill_1_16.xln -------------------------------------------------------------------------------- /hardware/VGA_adapter/gerbers/profile.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VGA_adapter/gerbers/profile.gbr -------------------------------------------------------------------------------- /hardware/VGA_adapter/gerbers/silkscreen_bottom.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VGA_adapter/gerbers/silkscreen_bottom.gbr -------------------------------------------------------------------------------- /hardware/VGA_adapter/gerbers/silkscreen_top.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VGA_adapter/gerbers/silkscreen_top.gbr -------------------------------------------------------------------------------- /hardware/VGA_adapter/gerbers/soldermask_bottom.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VGA_adapter/gerbers/soldermask_bottom.gbr -------------------------------------------------------------------------------- /hardware/VGA_adapter/gerbers/soldermask_top.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VGA_adapter/gerbers/soldermask_top.gbr -------------------------------------------------------------------------------- /hardware/VGA_adapter/gerbers/solderpaste_bottom.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VGA_adapter/gerbers/solderpaste_bottom.gbr -------------------------------------------------------------------------------- /hardware/VGA_adapter/gerbers/solderpaste_top.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VGA_adapter/gerbers/solderpaste_top.gbr -------------------------------------------------------------------------------- /hardware/VGA_adapter/schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VGA_adapter/schematic.png -------------------------------------------------------------------------------- /hardware/VideoMacPac/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/README.md -------------------------------------------------------------------------------- /hardware/VideoMacPac/VideoMacPac-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/VideoMacPac-cache.lib -------------------------------------------------------------------------------- /hardware/VideoMacPac/VideoMacPac.bck: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /hardware/VideoMacPac/VideoMacPac.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/VideoMacPac.csv -------------------------------------------------------------------------------- /hardware/VideoMacPac/VideoMacPac.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /hardware/VideoMacPac/VideoMacPac.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/VideoMacPac.kicad_pcb -------------------------------------------------------------------------------- /hardware/VideoMacPac/VideoMacPac.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/VideoMacPac.lib -------------------------------------------------------------------------------- /hardware/VideoMacPac/VideoMacPac.net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/VideoMacPac.net -------------------------------------------------------------------------------- /hardware/VideoMacPac/VideoMacPac.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/VideoMacPac.pro -------------------------------------------------------------------------------- /hardware/VideoMacPac/VideoMacPac.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/VideoMacPac.sch -------------------------------------------------------------------------------- /hardware/VideoMacPac/VideoMacPac.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/VideoMacPac.xml -------------------------------------------------------------------------------- /hardware/VideoMacPac/VideoMacPac_footprints.pretty/SIP24.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/VideoMacPac_footprints.pretty/SIP24.kicad_mod -------------------------------------------------------------------------------- /hardware/VideoMacPac/VideoMacPac_schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/VideoMacPac_schematic.pdf -------------------------------------------------------------------------------- /hardware/VideoMacPac/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/fp-lib-table -------------------------------------------------------------------------------- /hardware/VideoMacPac/gerbers/VideoMacPac-B.Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/gerbers/VideoMacPac-B.Cu.gbr -------------------------------------------------------------------------------- /hardware/VideoMacPac/gerbers/VideoMacPac-B.Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/gerbers/VideoMacPac-B.Mask.gbr -------------------------------------------------------------------------------- /hardware/VideoMacPac/gerbers/VideoMacPac-Edge.Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/gerbers/VideoMacPac-Edge.Cuts.gbr -------------------------------------------------------------------------------- /hardware/VideoMacPac/gerbers/VideoMacPac-F.Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/gerbers/VideoMacPac-F.Cu.gbr -------------------------------------------------------------------------------- /hardware/VideoMacPac/gerbers/VideoMacPac-F.Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/gerbers/VideoMacPac-F.Mask.gbr -------------------------------------------------------------------------------- /hardware/VideoMacPac/gerbers/VideoMacPac-F.SilkS.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/gerbers/VideoMacPac-F.SilkS.gbr -------------------------------------------------------------------------------- /hardware/VideoMacPac/gerbers/VideoMacPac-In1.Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/gerbers/VideoMacPac-In1.Cu.gbr -------------------------------------------------------------------------------- /hardware/VideoMacPac/gerbers/VideoMacPac-In2.Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/gerbers/VideoMacPac-In2.Cu.gbr -------------------------------------------------------------------------------- /hardware/VideoMacPac/gerbers/VideoMacPac.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/gerbers/VideoMacPac.drl -------------------------------------------------------------------------------- /hardware/VideoMacPac/gerbers_PDF/VideoMacPac-B.Cu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/gerbers_PDF/VideoMacPac-B.Cu.pdf -------------------------------------------------------------------------------- /hardware/VideoMacPac/gerbers_PDF/VideoMacPac-B.Mask.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/gerbers_PDF/VideoMacPac-B.Mask.pdf -------------------------------------------------------------------------------- /hardware/VideoMacPac/gerbers_PDF/VideoMacPac-Edge.Cuts.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/gerbers_PDF/VideoMacPac-Edge.Cuts.pdf -------------------------------------------------------------------------------- /hardware/VideoMacPac/gerbers_PDF/VideoMacPac-F.Cu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/gerbers_PDF/VideoMacPac-F.Cu.pdf -------------------------------------------------------------------------------- /hardware/VideoMacPac/gerbers_PDF/VideoMacPac-F.Mask.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/gerbers_PDF/VideoMacPac-F.Mask.pdf -------------------------------------------------------------------------------- /hardware/VideoMacPac/gerbers_PDF/VideoMacPac-F.SilkS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/gerbers_PDF/VideoMacPac-F.SilkS.pdf -------------------------------------------------------------------------------- /hardware/VideoMacPac/gerbers_PDF/VideoMacPac-In1.Cu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/gerbers_PDF/VideoMacPac-In1.Cu.pdf -------------------------------------------------------------------------------- /hardware/VideoMacPac/gerbers_PDF/VideoMacPac-In2.Cu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/hardware/VideoMacPac/gerbers_PDF/VideoMacPac-In2.Cu.pdf -------------------------------------------------------------------------------- /photos/ControlPanel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/photos/ControlPanel.jpg -------------------------------------------------------------------------------- /photos/DualScreen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/photos/DualScreen.jpg -------------------------------------------------------------------------------- /photos/VGA_adapter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/photos/VGA_adapter.jpg -------------------------------------------------------------------------------- /photos/VideoMacPacHack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/photos/VideoMacPacHack.jpg -------------------------------------------------------------------------------- /photos/VideoMacPacHack_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/photos/VideoMacPacHack_small.jpg -------------------------------------------------------------------------------- /photos/VideoMacPac_bottom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/photos/VideoMacPac_bottom.jpg -------------------------------------------------------------------------------- /photos/VideoMacPac_top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/photos/VideoMacPac_top.jpg -------------------------------------------------------------------------------- /software/VideoMacPac.dsk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apmcpherson/VideoMacPacHack/HEAD/software/VideoMacPac.dsk --------------------------------------------------------------------------------