├── .gitignore ├── Amiga_to_VGA_Buffered-cache.lib ├── Amiga_to_VGA_Buffered.kicad_pcb ├── Amiga_to_VGA_Buffered.net ├── Amiga_to_VGA_Buffered.pdf ├── Amiga_to_VGA_Buffered.pro ├── Amiga_to_VGA_Buffered.sch ├── LICENSE ├── README.md ├── SN74HCT08PWR.lib ├── SN74HCT08PWR.mod ├── conn-db15-SPC15430 ├── README.md ├── _preview.png ├── conn_SPC15430.fcstd ├── conn_SPC15430.kicad_mod ├── conn_spc15430.wings └── conn_spc15430.wrl ├── conn-db23_Female_Solder_Cup └── conn-db23_Female_Solder_Cup.kicad_mod ├── db23_female.dcm ├── db23_female.lib ├── fp-lib-table ├── gerbers ├── Amiga_to_VGA_Buffered-B.Cu.gbl ├── Amiga_to_VGA_Buffered-B.Mask.gbs ├── Amiga_to_VGA_Buffered-B.SilkS.gbo ├── Amiga_to_VGA_Buffered-Edge.Cuts.gko ├── Amiga_to_VGA_Buffered-F.Cu.gtl ├── Amiga_to_VGA_Buffered-F.Mask.gts ├── Amiga_to_VGA_Buffered-F.SilkS.gto └── Amiga_to_VGA_Buffered.drl └── photos ├── bottom.jpg ├── connected.jpg ├── schematic.png └── top.jpg /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/.gitignore -------------------------------------------------------------------------------- /Amiga_to_VGA_Buffered-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/Amiga_to_VGA_Buffered-cache.lib -------------------------------------------------------------------------------- /Amiga_to_VGA_Buffered.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/Amiga_to_VGA_Buffered.kicad_pcb -------------------------------------------------------------------------------- /Amiga_to_VGA_Buffered.net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/Amiga_to_VGA_Buffered.net -------------------------------------------------------------------------------- /Amiga_to_VGA_Buffered.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/Amiga_to_VGA_Buffered.pdf -------------------------------------------------------------------------------- /Amiga_to_VGA_Buffered.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/Amiga_to_VGA_Buffered.pro -------------------------------------------------------------------------------- /Amiga_to_VGA_Buffered.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/Amiga_to_VGA_Buffered.sch -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/README.md -------------------------------------------------------------------------------- /SN74HCT08PWR.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/SN74HCT08PWR.lib -------------------------------------------------------------------------------- /SN74HCT08PWR.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/SN74HCT08PWR.mod -------------------------------------------------------------------------------- /conn-db15-SPC15430/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/conn-db15-SPC15430/README.md -------------------------------------------------------------------------------- /conn-db15-SPC15430/_preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/conn-db15-SPC15430/_preview.png -------------------------------------------------------------------------------- /conn-db15-SPC15430/conn_SPC15430.fcstd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/conn-db15-SPC15430/conn_SPC15430.fcstd -------------------------------------------------------------------------------- /conn-db15-SPC15430/conn_SPC15430.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/conn-db15-SPC15430/conn_SPC15430.kicad_mod -------------------------------------------------------------------------------- /conn-db15-SPC15430/conn_spc15430.wings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/conn-db15-SPC15430/conn_spc15430.wings -------------------------------------------------------------------------------- /conn-db15-SPC15430/conn_spc15430.wrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/conn-db15-SPC15430/conn_spc15430.wrl -------------------------------------------------------------------------------- /conn-db23_Female_Solder_Cup/conn-db23_Female_Solder_Cup.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/conn-db23_Female_Solder_Cup/conn-db23_Female_Solder_Cup.kicad_mod -------------------------------------------------------------------------------- /db23_female.dcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/db23_female.dcm -------------------------------------------------------------------------------- /db23_female.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/db23_female.lib -------------------------------------------------------------------------------- /fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/fp-lib-table -------------------------------------------------------------------------------- /gerbers/Amiga_to_VGA_Buffered-B.Cu.gbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/gerbers/Amiga_to_VGA_Buffered-B.Cu.gbl -------------------------------------------------------------------------------- /gerbers/Amiga_to_VGA_Buffered-B.Mask.gbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/gerbers/Amiga_to_VGA_Buffered-B.Mask.gbs -------------------------------------------------------------------------------- /gerbers/Amiga_to_VGA_Buffered-B.SilkS.gbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/gerbers/Amiga_to_VGA_Buffered-B.SilkS.gbo -------------------------------------------------------------------------------- /gerbers/Amiga_to_VGA_Buffered-Edge.Cuts.gko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/gerbers/Amiga_to_VGA_Buffered-Edge.Cuts.gko -------------------------------------------------------------------------------- /gerbers/Amiga_to_VGA_Buffered-F.Cu.gtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/gerbers/Amiga_to_VGA_Buffered-F.Cu.gtl -------------------------------------------------------------------------------- /gerbers/Amiga_to_VGA_Buffered-F.Mask.gts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/gerbers/Amiga_to_VGA_Buffered-F.Mask.gts -------------------------------------------------------------------------------- /gerbers/Amiga_to_VGA_Buffered-F.SilkS.gto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/gerbers/Amiga_to_VGA_Buffered-F.SilkS.gto -------------------------------------------------------------------------------- /gerbers/Amiga_to_VGA_Buffered.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/gerbers/Amiga_to_VGA_Buffered.drl -------------------------------------------------------------------------------- /photos/bottom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/photos/bottom.jpg -------------------------------------------------------------------------------- /photos/connected.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/photos/connected.jpg -------------------------------------------------------------------------------- /photos/schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/photos/schematic.png -------------------------------------------------------------------------------- /photos/top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daleking/Amiga_to_VGA_Buffered/HEAD/photos/top.jpg --------------------------------------------------------------------------------