Hello!
I installed a borti SNES_MultiRegion_with_DeJitter_QID board but I am experiencing some strange behaviour.
First I closed the SJ63.2 jumper, but i experienced the strange colors on top of the screen with composite video
So I changed the jumper settings, to SJ63.1 closed, SJ63.2 open. Still getting the strange colors. Then I realised that I used the wrong files for the the CPLD(EPM7032AET), used the ones meant for the legacy boards, not for the newest ones which I have.
Reprogrammed with the newest version, but still no luck, colors are still distorted.
Other strange behaviour, somehow the region detection is mixed up. AUTO mode PAL cartridges are full screen, NTSC SFC cartridges are squished, like PAL games. Also, if I force the region to NTSC, with the L+R+SELECT+ A(red) button, the picture is squished, and woth the L+R+SELECT+ X(green) combination, the games are full screen.
Can you help me what to check where to look? I am a bit lost at this point.
Pictures about the installation.
https://imgur.com/a/X9BuLdY
(I'll tidy up some solder joints, shorten some wires later)
EDIT: One mistery is solved I think, I connected the lifted PPU2 pin30 and PPU1 PIN24 to /Vmode, instead of Vmode. I'll try to rewire it soon
EDIT2: region switching got sorted out, but the discoloration via composite video is still present unfortunately.
EDIT3: extra detail, the discoloration is only present in PAL mode.
EDIT4: I checked out the schematics, boardview, and the verilog code, I figured out, that for PAL dejitter is disabled, so it is expected that in case of PAL, does not matter if SJ63.1 or SJ63.2 is closed.
I saw a comment from borti in the verilog source, that "extended PAL base clock (21.28137MHz) for 3Chip consoles)"
This is a NTSC 3chip console, but for both ColorCarrier_opt_o and ColorCarrier_o output, in case of PAL mode, the base clock 17.734475 (PAL) is taken into account, not the "extended for 3chip consoles" regardless if the system is a 1chip or 3chip.
Is this expected? For MCLK_o the extended PAL clock is used, I wouldn't be surprised if this the expected working behaviour, that the extended PAL clock is not needed for the color carrier frequency, only for MCLK.o, but if that's the case, what is causing the discoloured picture in case of PAL mode?
EDIT5: yes, using 17.734475Mhz for pal color carrier frequency should be the right one, I have no idea why the colors are distorted then