-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PicoDrive ssf mapper is broken? Problem with "SEGA SSF" in header #130
Comments
I'm a bit puzzled. Can you explain in greater detail what needs to be done here? |
There is the rom and SGDK source (rom.bin) https://github.com/corthax/mdtracker/tree/main/out |
Re PSG noise out of tune: there's a suspicious comment in pico/sound/sn76496.c at line 40. Are you able to make your own picodrive build? If so, changing the FB_PNOISE to 0x10000 might cure your problem. |
Ah, there was a bug in the ssf2 mapper which prevents enabling the sram :-D. Could you possibly try the fix in libretro/picodrive:4867a33c8 and see if that fixes your ssf problem? |
BTW, DAC panning and CSM are not implemented at all. Not sure if (and when) this is going to happen. It's surely not very high on my list ;-) |
Hmm seems that SRAM problem is now gone :) |
sounds good (hopefully ;-)) |
Rom that uses krikzz SSF mapper works fine, but only if there is no "SEGA SSF" in rom header but anything else.
The problem is that "SEGA SSF" is needed by BlastEm and Mega Everdrive to enable mapper.
The text was updated successfully, but these errors were encountered: