├── LICENSE ├── README.md ├── installation ├── HVC-CPU-07 │ ├── README.md │ ├── fami_mb.jpg │ └── fami_nesrgb.jpg ├── NES-CPU-01 │ └── README.md ├── NES-CPU-04 │ ├── README.md │ └── nes-cpu-04.jpg ├── NESN-CPU-01 │ └── README.md ├── SHVC-CPU-01 │ ├── README.md │ └── inst.jpg ├── SNN-CPU-01 │ ├── README.md │ └── mini-install.jpg ├── SNS-CPU-1CHIP-01 │ ├── 1chip-install.jpg │ └── README.md ├── SNS-CPU-1CHIP-02 ├── SNS-CPU-APU-01 │ ├── README.md │ └── sns-cpu-apu-01.jpg ├── SNS-CPU-GPM-02 │ ├── README.md │ └── sns-cpu-gpm-02.jpg ├── SNSP-CPU-02 │ ├── PAL_snes_dejitter_diagram.jpg │ └── README.md └── openocd-ft2232.conf ├── output_files ├── snes_dejitter.jed ├── snes_dejitter.pof └── snes_dejitter.svf ├── pcb ├── bom │ └── snes_dejitter.ods ├── custom_components.dcm ├── custom_components.lib ├── custom_components.pretty │ ├── JTAG_Header_Angled_1x06_Pitch2.54mm.kicad_mod │ ├── SM0603_Capa_libcms.kicad_mod │ ├── SM0603_Resistor_libcms.kicad_mod │ ├── SM0805_libcms.kicad_mod │ ├── SMD_JUMPER.kicad_mod │ ├── SMD_PAD.kicad_mod │ ├── SOD-323_Handsoldering.kicad_mod │ ├── SOT-223_Handsoldering.kicad_mod │ ├── SOT-23-5_Handsoldering.kicad_mod │ ├── SOT-23-6_Handsoldering.kicad_mod │ └── TQFP-44_10x10mm_Pitch0.8mm_Handsoldering.kicad_mod ├── fp-lib-table ├── gerber │ ├── snes_dejitter-B.Cu.gbl │ ├── snes_dejitter-B.Mask.gbs │ ├── snes_dejitter-B.Paste.gbp │ ├── snes_dejitter-B.SilkS.gbo │ ├── snes_dejitter-Edge.Cuts.gm1 │ ├── snes_dejitter-F.Cu.gtl │ ├── snes_dejitter-F.Mask.gts │ ├── snes_dejitter-F.Paste.gtp │ ├── snes_dejitter-F.SilkS.gto │ └── snes_dejitter.drl ├── snes_dejitter.kicad_pcb ├── snes_dejitter.net ├── snes_dejitter.pdf ├── snes_dejitter.pro ├── snes_dejitter.sch ├── snes_dejitter.wrl └── sym-lib-table ├── pics ├── atmisp_chain.png ├── atmisp_setup.png └── pof2jed.png ├── rtl └── snes_dejitter.v ├── snes_dejitter.qpf ├── snes_dejitter.qsf └── snes_dejitter.sdc /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/README.md -------------------------------------------------------------------------------- /installation/HVC-CPU-07/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/installation/HVC-CPU-07/README.md -------------------------------------------------------------------------------- /installation/HVC-CPU-07/fami_mb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/installation/HVC-CPU-07/fami_mb.jpg -------------------------------------------------------------------------------- /installation/HVC-CPU-07/fami_nesrgb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/installation/HVC-CPU-07/fami_nesrgb.jpg -------------------------------------------------------------------------------- /installation/NES-CPU-01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/installation/NES-CPU-01/README.md -------------------------------------------------------------------------------- /installation/NES-CPU-04/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/installation/NES-CPU-04/README.md -------------------------------------------------------------------------------- /installation/NES-CPU-04/nes-cpu-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/installation/NES-CPU-04/nes-cpu-04.jpg -------------------------------------------------------------------------------- /installation/NESN-CPU-01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/installation/NESN-CPU-01/README.md -------------------------------------------------------------------------------- /installation/SHVC-CPU-01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/installation/SHVC-CPU-01/README.md -------------------------------------------------------------------------------- /installation/SHVC-CPU-01/inst.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/installation/SHVC-CPU-01/inst.jpg -------------------------------------------------------------------------------- /installation/SNN-CPU-01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/installation/SNN-CPU-01/README.md -------------------------------------------------------------------------------- /installation/SNN-CPU-01/mini-install.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/installation/SNN-CPU-01/mini-install.jpg -------------------------------------------------------------------------------- /installation/SNS-CPU-1CHIP-01/1chip-install.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/installation/SNS-CPU-1CHIP-01/1chip-install.jpg -------------------------------------------------------------------------------- /installation/SNS-CPU-1CHIP-01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/installation/SNS-CPU-1CHIP-01/README.md -------------------------------------------------------------------------------- /installation/SNS-CPU-1CHIP-02: -------------------------------------------------------------------------------- 1 | SNS-CPU-1CHIP-01 -------------------------------------------------------------------------------- /installation/SNS-CPU-APU-01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/installation/SNS-CPU-APU-01/README.md -------------------------------------------------------------------------------- /installation/SNS-CPU-APU-01/sns-cpu-apu-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/installation/SNS-CPU-APU-01/sns-cpu-apu-01.jpg -------------------------------------------------------------------------------- /installation/SNS-CPU-GPM-02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/installation/SNS-CPU-GPM-02/README.md -------------------------------------------------------------------------------- /installation/SNS-CPU-GPM-02/sns-cpu-gpm-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/installation/SNS-CPU-GPM-02/sns-cpu-gpm-02.jpg -------------------------------------------------------------------------------- /installation/SNSP-CPU-02/PAL_snes_dejitter_diagram.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/installation/SNSP-CPU-02/PAL_snes_dejitter_diagram.jpg -------------------------------------------------------------------------------- /installation/SNSP-CPU-02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/installation/SNSP-CPU-02/README.md -------------------------------------------------------------------------------- /installation/openocd-ft2232.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/installation/openocd-ft2232.conf -------------------------------------------------------------------------------- /output_files/snes_dejitter.jed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/output_files/snes_dejitter.jed -------------------------------------------------------------------------------- /output_files/snes_dejitter.pof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/output_files/snes_dejitter.pof -------------------------------------------------------------------------------- /output_files/snes_dejitter.svf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/output_files/snes_dejitter.svf -------------------------------------------------------------------------------- /pcb/bom/snes_dejitter.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/bom/snes_dejitter.ods -------------------------------------------------------------------------------- /pcb/custom_components.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /pcb/custom_components.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/custom_components.lib -------------------------------------------------------------------------------- /pcb/custom_components.pretty/JTAG_Header_Angled_1x06_Pitch2.54mm.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/custom_components.pretty/JTAG_Header_Angled_1x06_Pitch2.54mm.kicad_mod -------------------------------------------------------------------------------- /pcb/custom_components.pretty/SM0603_Capa_libcms.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/custom_components.pretty/SM0603_Capa_libcms.kicad_mod -------------------------------------------------------------------------------- /pcb/custom_components.pretty/SM0603_Resistor_libcms.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/custom_components.pretty/SM0603_Resistor_libcms.kicad_mod -------------------------------------------------------------------------------- /pcb/custom_components.pretty/SM0805_libcms.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/custom_components.pretty/SM0805_libcms.kicad_mod -------------------------------------------------------------------------------- /pcb/custom_components.pretty/SMD_JUMPER.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/custom_components.pretty/SMD_JUMPER.kicad_mod -------------------------------------------------------------------------------- /pcb/custom_components.pretty/SMD_PAD.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/custom_components.pretty/SMD_PAD.kicad_mod -------------------------------------------------------------------------------- /pcb/custom_components.pretty/SOD-323_Handsoldering.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/custom_components.pretty/SOD-323_Handsoldering.kicad_mod -------------------------------------------------------------------------------- /pcb/custom_components.pretty/SOT-223_Handsoldering.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/custom_components.pretty/SOT-223_Handsoldering.kicad_mod -------------------------------------------------------------------------------- /pcb/custom_components.pretty/SOT-23-5_Handsoldering.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/custom_components.pretty/SOT-23-5_Handsoldering.kicad_mod -------------------------------------------------------------------------------- /pcb/custom_components.pretty/SOT-23-6_Handsoldering.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/custom_components.pretty/SOT-23-6_Handsoldering.kicad_mod -------------------------------------------------------------------------------- /pcb/custom_components.pretty/TQFP-44_10x10mm_Pitch0.8mm_Handsoldering.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/custom_components.pretty/TQFP-44_10x10mm_Pitch0.8mm_Handsoldering.kicad_mod -------------------------------------------------------------------------------- /pcb/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/fp-lib-table -------------------------------------------------------------------------------- /pcb/gerber/snes_dejitter-B.Cu.gbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/gerber/snes_dejitter-B.Cu.gbl -------------------------------------------------------------------------------- /pcb/gerber/snes_dejitter-B.Mask.gbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/gerber/snes_dejitter-B.Mask.gbs -------------------------------------------------------------------------------- /pcb/gerber/snes_dejitter-B.Paste.gbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/gerber/snes_dejitter-B.Paste.gbp -------------------------------------------------------------------------------- /pcb/gerber/snes_dejitter-B.SilkS.gbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/gerber/snes_dejitter-B.SilkS.gbo -------------------------------------------------------------------------------- /pcb/gerber/snes_dejitter-Edge.Cuts.gm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/gerber/snes_dejitter-Edge.Cuts.gm1 -------------------------------------------------------------------------------- /pcb/gerber/snes_dejitter-F.Cu.gtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/gerber/snes_dejitter-F.Cu.gtl -------------------------------------------------------------------------------- /pcb/gerber/snes_dejitter-F.Mask.gts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/gerber/snes_dejitter-F.Mask.gts -------------------------------------------------------------------------------- /pcb/gerber/snes_dejitter-F.Paste.gtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/gerber/snes_dejitter-F.Paste.gtp -------------------------------------------------------------------------------- /pcb/gerber/snes_dejitter-F.SilkS.gto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/gerber/snes_dejitter-F.SilkS.gto -------------------------------------------------------------------------------- /pcb/gerber/snes_dejitter.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/gerber/snes_dejitter.drl -------------------------------------------------------------------------------- /pcb/snes_dejitter.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/snes_dejitter.kicad_pcb -------------------------------------------------------------------------------- /pcb/snes_dejitter.net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/snes_dejitter.net -------------------------------------------------------------------------------- /pcb/snes_dejitter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/snes_dejitter.pdf -------------------------------------------------------------------------------- /pcb/snes_dejitter.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/snes_dejitter.pro -------------------------------------------------------------------------------- /pcb/snes_dejitter.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/snes_dejitter.sch -------------------------------------------------------------------------------- /pcb/snes_dejitter.wrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/snes_dejitter.wrl -------------------------------------------------------------------------------- /pcb/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pcb/sym-lib-table -------------------------------------------------------------------------------- /pics/atmisp_chain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pics/atmisp_chain.png -------------------------------------------------------------------------------- /pics/atmisp_setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pics/atmisp_setup.png -------------------------------------------------------------------------------- /pics/pof2jed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/pics/pof2jed.png -------------------------------------------------------------------------------- /rtl/snes_dejitter.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/rtl/snes_dejitter.v -------------------------------------------------------------------------------- /snes_dejitter.qpf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/snes_dejitter.qpf -------------------------------------------------------------------------------- /snes_dejitter.qsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/snes_dejitter.qsf -------------------------------------------------------------------------------- /snes_dejitter.sdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marqs85/snes_dejitter/HEAD/snes_dejitter.sdc --------------------------------------------------------------------------------