├── README.md ├── devices ├── HDMI TO USB_V3.0 2020_07_16 (photos only) │ ├── 240869_O.JPG │ ├── 240870_O.JPG │ ├── 240871_O.JPG │ ├── 240872_O.JPG │ └── photo sources.txt ├── JZY-HDMI-V1.4-20200605 │ ├── code_dump.bin │ ├── eeprom_dump.bin │ ├── enclousure.jpg │ ├── ffmpeg.txt │ ├── pcb_bottom.jpg │ ├── pcb_top.jpg │ └── xdata_dump.bin ├── L-331-R1.2 2020.09.04 │ ├── code_dump.bin │ ├── code_dump_fix.bin │ ├── eeprom_dump.bin │ ├── enclousure.jpg │ ├── ffmpeg.txt │ ├── pcb_bottom.jpg │ ├── pcb_top.jpg │ └── xdata_dump.bin ├── OZC4 2021-03-1 │ ├── eeprom_dump.bin │ ├── enclousure.jpg │ └── source.txt ├── SFX_HDMI_VC_V1.5 2020.05.08 (photos only) │ ├── photo sources.txt │ ├── photo_pcb (1).jpg │ ├── photo_pcb (2).jpg │ ├── photo_pcb (3).jpg │ └── photo_pcb (4).jpg ├── SFX_HDMI_VC_V1.6 2020.05.22 (photos only) │ ├── photo sources.txt │ ├── photo_pcb (1).jpg │ ├── photo_pcb (2).jpg │ ├── photo_pcb (3).jpg │ └── photo_pcb (4).jpg ├── SFX_HDMI_VC_V1.7 2020.08.18 │ ├── 105_orig.bin │ ├── 108_orig.bin │ ├── eeprom_img (1).jpg │ ├── eeprom_img (2).jpg │ ├── eeprom_img (3).jpg │ ├── photo sources.txt │ ├── photo_pcb (1).jpg │ ├── photo_pcb (2).jpg │ ├── photo_pcb (3).jpg │ ├── photo_pcb (4).jpg │ ├── photo_pcb (5).jpg │ ├── photo_pcb (6).jpg │ └── photo_pcb (7).jpg ├── SFX_VCMS_0101_V2.2020-08-17 │ ├── enclousure.png │ ├── pcb_bottom.jpg │ ├── pcb_top.jpg │ ├── source.txt │ └── source_eeprom_good _capture(24c16).bin ├── WS_K004_V01_2020_05_19 (photos only) │ ├── 240889_O.JPG │ ├── 240890_O.JPG │ ├── 240891_O.JPG │ └── photo sources.txt └── noname_1 │ ├── enclousure.png │ ├── pcb_top_1.jpg │ ├── pcb_top_2.jpg │ ├── source.txt │ └── source_eeprom_bad _capture(24c08).bin ├── dumpeeprom ├── dumpeeprom.dpr └── dumpeeprom.exe ├── dumpxdata ├── dumpxdata.dpr └── dumpxdata.exe └── writeeeprom ├── writeeeprom.dpr └── writeeeprom.exe /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/README.md -------------------------------------------------------------------------------- /devices/HDMI TO USB_V3.0 2020_07_16 (photos only)/240869_O.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/HDMI TO USB_V3.0 2020_07_16 (photos only)/240869_O.JPG -------------------------------------------------------------------------------- /devices/HDMI TO USB_V3.0 2020_07_16 (photos only)/240870_O.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/HDMI TO USB_V3.0 2020_07_16 (photos only)/240870_O.JPG -------------------------------------------------------------------------------- /devices/HDMI TO USB_V3.0 2020_07_16 (photos only)/240871_O.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/HDMI TO USB_V3.0 2020_07_16 (photos only)/240871_O.JPG -------------------------------------------------------------------------------- /devices/HDMI TO USB_V3.0 2020_07_16 (photos only)/240872_O.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/HDMI TO USB_V3.0 2020_07_16 (photos only)/240872_O.JPG -------------------------------------------------------------------------------- /devices/HDMI TO USB_V3.0 2020_07_16 (photos only)/photo sources.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/HDMI TO USB_V3.0 2020_07_16 (photos only)/photo sources.txt -------------------------------------------------------------------------------- /devices/JZY-HDMI-V1.4-20200605/code_dump.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/JZY-HDMI-V1.4-20200605/code_dump.bin -------------------------------------------------------------------------------- /devices/JZY-HDMI-V1.4-20200605/eeprom_dump.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/JZY-HDMI-V1.4-20200605/eeprom_dump.bin -------------------------------------------------------------------------------- /devices/JZY-HDMI-V1.4-20200605/enclousure.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/JZY-HDMI-V1.4-20200605/enclousure.jpg -------------------------------------------------------------------------------- /devices/JZY-HDMI-V1.4-20200605/ffmpeg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/JZY-HDMI-V1.4-20200605/ffmpeg.txt -------------------------------------------------------------------------------- /devices/JZY-HDMI-V1.4-20200605/pcb_bottom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/JZY-HDMI-V1.4-20200605/pcb_bottom.jpg -------------------------------------------------------------------------------- /devices/JZY-HDMI-V1.4-20200605/pcb_top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/JZY-HDMI-V1.4-20200605/pcb_top.jpg -------------------------------------------------------------------------------- /devices/JZY-HDMI-V1.4-20200605/xdata_dump.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/JZY-HDMI-V1.4-20200605/xdata_dump.bin -------------------------------------------------------------------------------- /devices/L-331-R1.2 2020.09.04/code_dump.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/L-331-R1.2 2020.09.04/code_dump.bin -------------------------------------------------------------------------------- /devices/L-331-R1.2 2020.09.04/code_dump_fix.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/L-331-R1.2 2020.09.04/code_dump_fix.bin -------------------------------------------------------------------------------- /devices/L-331-R1.2 2020.09.04/eeprom_dump.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/L-331-R1.2 2020.09.04/eeprom_dump.bin -------------------------------------------------------------------------------- /devices/L-331-R1.2 2020.09.04/enclousure.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/L-331-R1.2 2020.09.04/enclousure.jpg -------------------------------------------------------------------------------- /devices/L-331-R1.2 2020.09.04/ffmpeg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/L-331-R1.2 2020.09.04/ffmpeg.txt -------------------------------------------------------------------------------- /devices/L-331-R1.2 2020.09.04/pcb_bottom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/L-331-R1.2 2020.09.04/pcb_bottom.jpg -------------------------------------------------------------------------------- /devices/L-331-R1.2 2020.09.04/pcb_top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/L-331-R1.2 2020.09.04/pcb_top.jpg -------------------------------------------------------------------------------- /devices/L-331-R1.2 2020.09.04/xdata_dump.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/L-331-R1.2 2020.09.04/xdata_dump.bin -------------------------------------------------------------------------------- /devices/OZC4 2021-03-1/eeprom_dump.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/OZC4 2021-03-1/eeprom_dump.bin -------------------------------------------------------------------------------- /devices/OZC4 2021-03-1/enclousure.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/OZC4 2021-03-1/enclousure.jpg -------------------------------------------------------------------------------- /devices/OZC4 2021-03-1/source.txt: -------------------------------------------------------------------------------- 1 | https://github.com/dalerobins/OZC4-HDMI-Capture-Card -------------------------------------------------------------------------------- /devices/SFX_HDMI_VC_V1.5 2020.05.08 (photos only)/photo sources.txt: -------------------------------------------------------------------------------- 1 | https://www.revzon.net/2020/07/blog-post.html 2 | -------------------------------------------------------------------------------- /devices/SFX_HDMI_VC_V1.5 2020.05.08 (photos only)/photo_pcb (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_HDMI_VC_V1.5 2020.05.08 (photos only)/photo_pcb (1).jpg -------------------------------------------------------------------------------- /devices/SFX_HDMI_VC_V1.5 2020.05.08 (photos only)/photo_pcb (2).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_HDMI_VC_V1.5 2020.05.08 (photos only)/photo_pcb (2).jpg -------------------------------------------------------------------------------- /devices/SFX_HDMI_VC_V1.5 2020.05.08 (photos only)/photo_pcb (3).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_HDMI_VC_V1.5 2020.05.08 (photos only)/photo_pcb (3).jpg -------------------------------------------------------------------------------- /devices/SFX_HDMI_VC_V1.5 2020.05.08 (photos only)/photo_pcb (4).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_HDMI_VC_V1.5 2020.05.08 (photos only)/photo_pcb (4).jpg -------------------------------------------------------------------------------- /devices/SFX_HDMI_VC_V1.6 2020.05.22 (photos only)/photo sources.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_HDMI_VC_V1.6 2020.05.22 (photos only)/photo sources.txt -------------------------------------------------------------------------------- /devices/SFX_HDMI_VC_V1.6 2020.05.22 (photos only)/photo_pcb (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_HDMI_VC_V1.6 2020.05.22 (photos only)/photo_pcb (1).jpg -------------------------------------------------------------------------------- /devices/SFX_HDMI_VC_V1.6 2020.05.22 (photos only)/photo_pcb (2).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_HDMI_VC_V1.6 2020.05.22 (photos only)/photo_pcb (2).jpg -------------------------------------------------------------------------------- /devices/SFX_HDMI_VC_V1.6 2020.05.22 (photos only)/photo_pcb (3).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_HDMI_VC_V1.6 2020.05.22 (photos only)/photo_pcb (3).jpg -------------------------------------------------------------------------------- /devices/SFX_HDMI_VC_V1.6 2020.05.22 (photos only)/photo_pcb (4).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_HDMI_VC_V1.6 2020.05.22 (photos only)/photo_pcb (4).jpg -------------------------------------------------------------------------------- /devices/SFX_HDMI_VC_V1.7 2020.08.18/105_orig.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_HDMI_VC_V1.7 2020.08.18/105_orig.bin -------------------------------------------------------------------------------- /devices/SFX_HDMI_VC_V1.7 2020.08.18/108_orig.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_HDMI_VC_V1.7 2020.08.18/108_orig.bin -------------------------------------------------------------------------------- /devices/SFX_HDMI_VC_V1.7 2020.08.18/eeprom_img (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_HDMI_VC_V1.7 2020.08.18/eeprom_img (1).jpg -------------------------------------------------------------------------------- /devices/SFX_HDMI_VC_V1.7 2020.08.18/eeprom_img (2).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_HDMI_VC_V1.7 2020.08.18/eeprom_img (2).jpg -------------------------------------------------------------------------------- /devices/SFX_HDMI_VC_V1.7 2020.08.18/eeprom_img (3).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_HDMI_VC_V1.7 2020.08.18/eeprom_img (3).jpg -------------------------------------------------------------------------------- /devices/SFX_HDMI_VC_V1.7 2020.08.18/photo sources.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_HDMI_VC_V1.7 2020.08.18/photo sources.txt -------------------------------------------------------------------------------- /devices/SFX_HDMI_VC_V1.7 2020.08.18/photo_pcb (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_HDMI_VC_V1.7 2020.08.18/photo_pcb (1).jpg -------------------------------------------------------------------------------- /devices/SFX_HDMI_VC_V1.7 2020.08.18/photo_pcb (2).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_HDMI_VC_V1.7 2020.08.18/photo_pcb (2).jpg -------------------------------------------------------------------------------- /devices/SFX_HDMI_VC_V1.7 2020.08.18/photo_pcb (3).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_HDMI_VC_V1.7 2020.08.18/photo_pcb (3).jpg -------------------------------------------------------------------------------- /devices/SFX_HDMI_VC_V1.7 2020.08.18/photo_pcb (4).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_HDMI_VC_V1.7 2020.08.18/photo_pcb (4).jpg -------------------------------------------------------------------------------- /devices/SFX_HDMI_VC_V1.7 2020.08.18/photo_pcb (5).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_HDMI_VC_V1.7 2020.08.18/photo_pcb (5).jpg -------------------------------------------------------------------------------- /devices/SFX_HDMI_VC_V1.7 2020.08.18/photo_pcb (6).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_HDMI_VC_V1.7 2020.08.18/photo_pcb (6).jpg -------------------------------------------------------------------------------- /devices/SFX_HDMI_VC_V1.7 2020.08.18/photo_pcb (7).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_HDMI_VC_V1.7 2020.08.18/photo_pcb (7).jpg -------------------------------------------------------------------------------- /devices/SFX_VCMS_0101_V2.2020-08-17/enclousure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_VCMS_0101_V2.2020-08-17/enclousure.png -------------------------------------------------------------------------------- /devices/SFX_VCMS_0101_V2.2020-08-17/pcb_bottom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_VCMS_0101_V2.2020-08-17/pcb_bottom.jpg -------------------------------------------------------------------------------- /devices/SFX_VCMS_0101_V2.2020-08-17/pcb_top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_VCMS_0101_V2.2020-08-17/pcb_top.jpg -------------------------------------------------------------------------------- /devices/SFX_VCMS_0101_V2.2020-08-17/source.txt: -------------------------------------------------------------------------------- 1 | https://habr.com/ru/post/669578/ -------------------------------------------------------------------------------- /devices/SFX_VCMS_0101_V2.2020-08-17/source_eeprom_good _capture(24c16).bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/SFX_VCMS_0101_V2.2020-08-17/source_eeprom_good _capture(24c16).bin -------------------------------------------------------------------------------- /devices/WS_K004_V01_2020_05_19 (photos only)/240889_O.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/WS_K004_V01_2020_05_19 (photos only)/240889_O.JPG -------------------------------------------------------------------------------- /devices/WS_K004_V01_2020_05_19 (photos only)/240890_O.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/WS_K004_V01_2020_05_19 (photos only)/240890_O.JPG -------------------------------------------------------------------------------- /devices/WS_K004_V01_2020_05_19 (photos only)/240891_O.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/WS_K004_V01_2020_05_19 (photos only)/240891_O.JPG -------------------------------------------------------------------------------- /devices/WS_K004_V01_2020_05_19 (photos only)/photo sources.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/WS_K004_V01_2020_05_19 (photos only)/photo sources.txt -------------------------------------------------------------------------------- /devices/noname_1/enclousure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/noname_1/enclousure.png -------------------------------------------------------------------------------- /devices/noname_1/pcb_top_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/noname_1/pcb_top_1.jpg -------------------------------------------------------------------------------- /devices/noname_1/pcb_top_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/noname_1/pcb_top_2.jpg -------------------------------------------------------------------------------- /devices/noname_1/source.txt: -------------------------------------------------------------------------------- 1 | https://habr.com/ru/post/669578/ -------------------------------------------------------------------------------- /devices/noname_1/source_eeprom_bad _capture(24c08).bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/devices/noname_1/source_eeprom_bad _capture(24c08).bin -------------------------------------------------------------------------------- /dumpeeprom/dumpeeprom.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/dumpeeprom/dumpeeprom.dpr -------------------------------------------------------------------------------- /dumpeeprom/dumpeeprom.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/dumpeeprom/dumpeeprom.exe -------------------------------------------------------------------------------- /dumpxdata/dumpxdata.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/dumpxdata/dumpxdata.dpr -------------------------------------------------------------------------------- /dumpxdata/dumpxdata.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/dumpxdata/dumpxdata.exe -------------------------------------------------------------------------------- /writeeeprom/writeeeprom.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/writeeeprom/writeeeprom.dpr -------------------------------------------------------------------------------- /writeeeprom/writeeeprom.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amnemonic/MacroSilicon/HEAD/writeeeprom/writeeeprom.exe --------------------------------------------------------------------------------