├── AVR Makefile ├── Makefile └── README.txt ├── KiCAD Schematics ├── 6502 Computer-cache.lib ├── 6502 Computer-rescue.dcm ├── 6502 Computer-rescue.lib ├── 6502 Computer.dsn ├── 6502 Computer.kicad_pcb ├── 6502 Computer.kicad_pcb-bak ├── 6502 Computer.net ├── 6502 Computer.pretty │ └── W65c02_PDIP.kicad_mod ├── 6502 Computer.pro ├── 6502 Computer.rules ├── 6502 Computer.sch ├── 6502 Computer.sch-bak ├── 6502 schematics.pdf ├── 74hc166.dcm ├── 74hc166.lib ├── PS2.dcm ├── PS2.lib ├── README.txt ├── fp-info-cache └── sym-lib-table └── README.md /AVR Makefile/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Invent0r/6502-Computer-PCB/HEAD/AVR Makefile/Makefile -------------------------------------------------------------------------------- /AVR Makefile/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Invent0r/6502-Computer-PCB/HEAD/AVR Makefile/README.txt -------------------------------------------------------------------------------- /KiCAD Schematics/6502 Computer-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Invent0r/6502-Computer-PCB/HEAD/KiCAD Schematics/6502 Computer-cache.lib -------------------------------------------------------------------------------- /KiCAD Schematics/6502 Computer-rescue.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /KiCAD Schematics/6502 Computer-rescue.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Invent0r/6502-Computer-PCB/HEAD/KiCAD Schematics/6502 Computer-rescue.lib -------------------------------------------------------------------------------- /KiCAD Schematics/6502 Computer.dsn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Invent0r/6502-Computer-PCB/HEAD/KiCAD Schematics/6502 Computer.dsn -------------------------------------------------------------------------------- /KiCAD Schematics/6502 Computer.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Invent0r/6502-Computer-PCB/HEAD/KiCAD Schematics/6502 Computer.kicad_pcb -------------------------------------------------------------------------------- /KiCAD Schematics/6502 Computer.kicad_pcb-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Invent0r/6502-Computer-PCB/HEAD/KiCAD Schematics/6502 Computer.kicad_pcb-bak -------------------------------------------------------------------------------- /KiCAD Schematics/6502 Computer.net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Invent0r/6502-Computer-PCB/HEAD/KiCAD Schematics/6502 Computer.net -------------------------------------------------------------------------------- /KiCAD Schematics/6502 Computer.pretty/W65c02_PDIP.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Invent0r/6502-Computer-PCB/HEAD/KiCAD Schematics/6502 Computer.pretty/W65c02_PDIP.kicad_mod -------------------------------------------------------------------------------- /KiCAD Schematics/6502 Computer.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Invent0r/6502-Computer-PCB/HEAD/KiCAD Schematics/6502 Computer.pro -------------------------------------------------------------------------------- /KiCAD Schematics/6502 Computer.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Invent0r/6502-Computer-PCB/HEAD/KiCAD Schematics/6502 Computer.rules -------------------------------------------------------------------------------- /KiCAD Schematics/6502 Computer.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Invent0r/6502-Computer-PCB/HEAD/KiCAD Schematics/6502 Computer.sch -------------------------------------------------------------------------------- /KiCAD Schematics/6502 Computer.sch-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Invent0r/6502-Computer-PCB/HEAD/KiCAD Schematics/6502 Computer.sch-bak -------------------------------------------------------------------------------- /KiCAD Schematics/6502 schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Invent0r/6502-Computer-PCB/HEAD/KiCAD Schematics/6502 schematics.pdf -------------------------------------------------------------------------------- /KiCAD Schematics/74hc166.dcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Invent0r/6502-Computer-PCB/HEAD/KiCAD Schematics/74hc166.dcm -------------------------------------------------------------------------------- /KiCAD Schematics/74hc166.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Invent0r/6502-Computer-PCB/HEAD/KiCAD Schematics/74hc166.lib -------------------------------------------------------------------------------- /KiCAD Schematics/PS2.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /KiCAD Schematics/PS2.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Invent0r/6502-Computer-PCB/HEAD/KiCAD Schematics/PS2.lib -------------------------------------------------------------------------------- /KiCAD Schematics/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Invent0r/6502-Computer-PCB/HEAD/KiCAD Schematics/README.txt -------------------------------------------------------------------------------- /KiCAD Schematics/fp-info-cache: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /KiCAD Schematics/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Invent0r/6502-Computer-PCB/HEAD/KiCAD Schematics/sym-lib-table -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Invent0r/6502-Computer-PCB/HEAD/README.md --------------------------------------------------------------------------------