Questions about key file in SuperCiC
Moderator: Moderators
Forum rules
- For making cartridges of your Super NES games, see Reproduction.
-
- Posts: 12
- Joined: Wed Feb 26, 2020 2:55 pm
Questions about key file in SuperCiC
Hello!
I have a question about SuperCIC mod. if i good understand it, i can buy PIC uC, programm it and solder this to genuine SNES cart, and im will be have region free cartridge ? This cartridge will be work on any SNES?
I have a question about SuperCIC mod. if i good understand it, i can buy PIC uC, programm it and solder this to genuine SNES cart, and im will be have region free cartridge ? This cartridge will be work on any SNES?
Re: Questions about key file in SuperCiC
Yes, that's exactly what it's for.
There's both the original key switching CIC written by mrehkopf ("snescic"), his enhanced version that can negotiate a mode that dynamically switches between 50Hz and 60Hz modes on request ("supercic"), and my version of "snescic" that fits in a smaller cheaper PIC.
There's both the original key switching CIC written by mrehkopf ("snescic"), his enhanced version that can negotiate a mode that dynamically switches between 50Hz and 60Hz modes on request ("supercic"), and my version of "snescic" that fits in a smaller cheaper PIC.
-
- Posts: 12
- Joined: Wed Feb 26, 2020 2:55 pm
Re: Questions about key file in SuperCiC
Hi, Thank You for replylidnariq wrote: ↑Thu Mar 19, 2020 4:50 pmYes, that's exactly what it's for.
There's both the original key switching CIC written by mrehkopf ("snescic"), his enhanced version that can negotiate a mode that dynamically switches between 50Hz and 60Hz modes on request ("supercic"), and my version of "snescic" that fits in a smaller cheaper PIC.
I was make this mod on Mario all stars stock cart (original pal version) but i have a problem, on stock snes pal console this is working good but on famicom i have a message "this game pack is not designed..." before cart modification this console dont saw anything when i try to play this cart
Re: Questions about key file in SuperCiC
The CIC is separate from any region restrictions enforced by the game. The game can ask the PPU what region it is drawing (50 or 60 Hz). This is the reason the SuperCIC "lock" can change between 50 and 60 Hz video modes.
There are two ways you can fix this:
1- You can use the "supercic" lock with a conventional CIC (or any other CIC key that's locked to one region)
2- You can patch the game to remove this rudimentary DRM
There are two ways you can fix this:
1- You can use the "supercic" lock with a conventional CIC (or any other CIC key that's locked to one region)
2- You can patch the game to remove this rudimentary DRM
-
- Posts: 12
- Joined: Wed Feb 26, 2020 2:55 pm
Re: Questions about key file in SuperCiC
Ok, can you send me tutorial what i can remove DRM? I was make reproduction on donor cart before but i never hear about a DRM in ROMslidnariq wrote: ↑Fri Mar 27, 2020 1:39 pmThe CIC is separate from any region restrictions enforced by the game. The game can ask the PPU what region it is drawing (50 or 60 Hz). This is the reason the SuperCIC "lock" can change between 50 and 60 Hz video modes.
There are two ways you can fix this:
1- You can use the "supercic" lock with a conventional CIC (or any other CIC key that's locked to one region)
2- You can patch the game to remove this rudimentary DRM
Re: Questions about key file in SuperCiC
Ucon64 can fix this. At least, it can fix some. I don't know if it can fix all of them. Worth trying.
[snes_fix_pal_protection] searches for PAL protection codes. If it finds one it will fix the code so that the game will run on an NTSC SNES.Use its "-f" option.
[...]
[snes_fix_ntsc_protection] searches for NTSC protection codes. If it finds one it will fix the code so that the game will run on a PAL SNES.
-
- Posts: 12
- Joined: Wed Feb 26, 2020 2:55 pm
Re: Questions about key file in SuperCiC
Thank Youlidnariq wrote: ↑Fri Mar 27, 2020 7:58 pmUcon64 can fix this. At least, it can fix some. I don't know if it can fix all of them. Worth trying.
[snes_fix_pal_protection] searches for PAL protection codes. If it finds one it will fix the code so that the game will run on an NTSC SNES.Use its "-f" option.
[...]
[snes_fix_ntsc_protection] searches for NTSC protection codes. If it finds one it will fix the code so that the game will run on a PAL SNES.