Browse code

Large update to README.md

Add twitter thread through nitter proxy, links to OSH Park projects, lots of info, a few images uploaded (one more is needed at R61 end result)

Clarissa Walker authored on 2022/04/16 04:27:03 • GitHub committed on 2022/04/16 04:27:03
Showing 1 changed files
... ...
@@ -1,4 +1,46 @@
1 1
 # ka2195d-model2gen
2
+
3
+## Introduction
2 4
 Project that aims to fix the Model 2 Sega Genesis's composite video clock that uses the console's crystal oscillator instead of using an external one.
3 5
 
4
-This repo contains the schematic, PCBs, and Gerber files for the Composite Video clock fix for Model 2 Sega Genesis consoles: revision VA0, VA1, and VA1.8 boards. Removal of R61 on the console's board is **_required_**.
6
+This repo contains the schematic, PCBs, and Gerber files for the Composite Video clock fix for Model 2 Sega Genesis consoles: revision VA0, VA1, and VA1.8 boards that contain the infamous Samsung KA2195D NTSC video encoder. The Gerber files can be used for other PCB fabs.
7
+
8
+Notes:
9
+* These are KiCad 6 files, so KiCad 5 and earlier will not work with these.
10
+* This does not fix the RGB jailbars, as it is a somewhat different (yet related) issue.
11
+* This particular PCB uses Imperial 1206 size SMD components.
12
+* Removal of the original 10K resistor on R61 on the console's board is **_required_**.
13
+* R61_L is +2.5V as VREF, connecting to SBCR.
14
+* R61_R is GND, connecting to C24, then KA2195 pin 6.
15
+
16
+--
17
+
18
+## Details
19
+This [twitter thread (through nitter.net)](https://nitter.net/AmiSapphire/status/1496249012688756744) is the original instruction-like thread (with video examples as well). In short:
20
+
21
+* you remove R61 from the board
22
+* mount the board to the console's CPU
23
+* have one wire connect to R61's left pad from the R61_L pad
24
+* have one wire connect to R61's right pad from the R61_R pad
25
+* have one wire connect as ground to wherever ground can be, e.g. C4's right pad, C1's left pad
26
+
27
+--
28
+
29
+## Images
30
+R61 Pad Indicators:
31
+
32
+![R61-pad-indicators](https://user-images.githubusercontent.com/103345205/163667306-d909fd19-85b2-42dc-beda-787602c3ff71.png)
33
+![r61_pcb_500px](https://user-images.githubusercontent.com/103345205/163667839-e4dcb0f2-0493-4336-8faf-22b7dd88d765.png)
34
+
35
+R61 End Result:
36
+
37
+![R61-end-result](https://user-images.githubusercontent.com/103345205/163667312-a2ac3231-c51f-40cc-a7a8-cef1a68949b5.png)
38
+
39
+--
40
+
41
+## OSH Park order links
42
+Original (test): https://oshpark.com/shared_projects/IpuYYXQL
43
+
44
+SMD Hand Solder: https://oshpark.com/shared_projects/toKAOWpJ
45
+
46
+Through Hole: https://oshpark.com/shared_projects/uN65Pqal
Browse code

Update README.md

Short change; will update with links and images soon

Clarissa Walker authored on 2022/04/16 02:37:23 • GitHub committed on 2022/04/16 02:37:23
Showing 1 changed files
... ...
@@ -1,2 +1,4 @@
1 1
 # ka2195d-model2gen
2 2
 Project that aims to fix the Model 2 Sega Genesis's composite video clock that uses the console's crystal oscillator instead of using an external one.
3
+
4
+This repo contains the schematic, PCBs, and Gerber files for the Composite Video clock fix for Model 2 Sega Genesis consoles: revision VA0, VA1, and VA1.8 boards. Removal of R61 on the console's board is **_required_**.
Browse code

Initial commit

Clarissa Walker authored on 2022/04/16 02:08:42 • GitHub committed on 2022/04/16 02:08:42
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,2 @@
1
+# ka2195d-model2gen
2
+Project that aims to fix the Model 2 Sega Genesis's composite video clock that uses the console's crystal oscillator instead of using an external one.