I'd say even more, they also don't use WiFi for networking, only ethernet Every wireless thing is worser that wired one in term of reliability. Dixie.
If you're interested, Ramones, we can try to find out what's causing openMSX to work so badly on your Mac.
Thanks Manuel. I think the problem it's a Graphics Card + OSX. A friend told me there was a problem with Vsync and SDL (with this machine + OSX + gfx card). But I have other emulators (other systems) that seems don't have this problem. :?
Did you try the SDLGL-PP renderer?
Instructions:
- Cmd-L: open console
- type: set renderer SDLGL-PP
- Cmd-L: close the console
(unfortunately, this setting is not in the built in menu you get with Cmd-O).
Another thing: you are using the latest openMSX version (0.12.0)?
Can you try to enable the FPS display and see what values it gives? Should be around 50 or 60 if there are no frame drops.
Instructions:
- Cmd+O
- Advanced -> Toys -> fps (or info_panel, that one also shows the FPS)
Let's start with this... and then see how we continue.
Instructions:
I'll try this evening and send you the results.
@Manuel, finally I could do the test.
- OpenMSX:
- renderer: SDLGL-PP
- maxframeskip: 0
- minframeskip: 0
- Result: 30 fps.
- Genesis Plus, retroArch: 60fps, unstable
- Turbo R: 60 fps stable.
The evidences:
- OpenMSX:
- RetroArch:
- Turbo R
Turbo R looks solid..
I am looking for the Space Manbow 2 version with SCC mapper. The SHA1 is 3bfbf89dfe4f896a581b1d130afb57ce722bdf0d. Does anyone have this file?
I am looking for the Space Manbow 2 version with SCC mapper. The SHA1 is 3bfbf89dfe4f896a581b1d130afb57ce722bdf0d. Does anyone have this file?
Space Manbow 2 doesn't exist.
I think you mean Manbow 2.
Yes, I meant that one. I would like to get a patched for SCC mapper version to test with Carnivore2 please.
Hi Axeley,
Replace following bytes to convert Manbow rel.1 to SCC Mapper without save.
Patch to use MSX's PSG:
007D9h: D3 10 -> D3 A0
007DCh: D3 11 -> D3 A1
007EDh: DB 12 -> DB A2
00824h: 0E 11 -> 0E A1
No save patch:
00824h: 20 FC -> 00 00
The last address seems to be a copy-paste error. Could you please provide the correct address for the no-save patch? Thanks.