OK folks, I checked out where this 'alex793' posts on (gueux-forum.net/index.php?showuser=28647), and it appears in one post he tells us of the changes he made to fix the sound (as I already suspected, the culprit was SNES9x itself and the way it was configured - this bodes well for PS3 porting as we can get complex emulators to work without much hassle or effort involved).
You need to add this to the Settings (the file you need to edit is cell.cpp - it's the only file that the author of this port actually wrote and is PS3-specific, except for the shader files and the Makefile):
Lastly, there was what appeared to be an SRAM lag that I assume was causing the sound to lag and crackle. To fix this, change:Code:Settings.SoundSync = TRUE;
toCode:Settings.AutoSaveDelay = 5
Here is my own addition - so that the emulator can read SFC files.Code:Settings.AutoSaveDelay = 0;
Change this in cell.cpp:
toCode:if (strcasecmp(ext, ".smc") && strcasecmp(ext, ".fig"))
So, I'd say try out these source changes without fiddling around with the PAL and NTSC settings, and see if that takes care of the sound problems.Code:if (strcasecmp(ext, ".smc") && strcasecmp(ext, ".fig") && strcasecmp(ext, ".sfc"))
13261 HeyManHRU
13219 PS3 News
11307 elser1
11169 oVERSoLDiER
9248 GrandpaHomer
8628 Tidusnake666
7968 saviour07
7340 condorstrike
7258 deank
6858 OGroteKoning
25104 PS3 News
5279 Starlight
2964 HeyManHRU
2178 elser1
2174 CJPC
1815 cfwprophet
1756 her0
1573 oVERSoLDiER
1294 GrandpaHomer
1080 barrybarryk





