marqs85 / snes_dejitter

NES/SNES 240p de-jitter mod
MIT License
44 stars 10 forks source link

SNSP-CPU-02 #4

Closed danxster closed 5 years ago

danxster commented 5 years ago

I have a SNSP-CPU-02, I can't seem to find the solder points for this model.

Could someone please help out, I have a snes_dejitter 1.3?

img_2331 img_2332

marqs85 commented 5 years ago

Looking at this schematic, you'd need to first desolder R73 and either R33 (sync on CVBS) or R25 (sync on luma) depending on the RGB cable you use. After that:

-CSYNC_i is connected to S-ENC pin 8 -CSYNC_o is connected to multiAV side of removed R33 / R25 -MCLK_o is connected to CPU side of removed R73 -5V and GND are connected to nearest place where you can get them easily

Since you seem to have region mod in place, you might want to keep PAL mode as close to 50Hz as possible (which would otherwise be slightly off with NTSC MCLK). For that you'll need to additionally connect S-CLK side of R73 to MCLK_EXT_i and PAL selection pin (same that goes to S-PPU1 pin 24) to MCLK_SEL_i.

danxster commented 5 years ago

I use a sync on Luma cable.

@marqs85 - Is this correct?

pic 1 pic 2

marqs85 commented 5 years ago

That looks ok, but I'd rotate the mod board by 180deg and move it left so that length of MCLK_o wire can be kept minimum. Now that I re-checked the schematic, CSYNC_o actually should be directly connected to multiAV pin7 (R25 must be still removed).

danxster commented 5 years ago

I'm not getting any picture with the following configuration, any ideas?

img_2370 img_2371

marqs85 commented 5 years ago

On the upper pic, it seems you've hooked 5V and GND to C9 which is not a supply rail cap if you check the schematic. C92 should be good for that and is also closer. On the bottom pic, it looks you may have connected to pin 99 of PPU2 instead of 100 but the resolution is not high enough to say for sure. Similarly, pin 29 and 30 look shorted.

danxster commented 5 years ago

Thanks for your help, its now function perfectly :-)

This is what I did to get it working: 5V and GND to C92 Connected to PPU2 on pin 100

marqs85 commented 5 years ago

Good to hear that. I noticed you've not connected CLK_SEL_i pin of the board which is OK in case you're fine with slightly off-50Hz refresh rate in PAL mode. If you connect it as described in my first reply, you'll get accurate 50Hz but in that case you shouldn't do 50/60 switching while running a game as clock muxing is not glitchless. Could you also take photos of completed installation so that I can create instructions for SNSP-CPU-02?

marqs85 commented 5 years ago

Added instructions for SNSP-CPU-02 based on this. Closing the issue.