Is there a working version of this emu for psp slim?
I did b4 posting. I was hoping a mircale to come out.
Anyway, is there any way I can make it work??
The only game I want working is WWF Wrestlefest.
Didn't seem to see that in the list of games. Pity.
Well kech had a post over in TTYman's blog saying...
Maybe this could actually fix it! O_oHi
you made nice job with the emulator.
my recomendation for your emulator
in this file gp2x_mame.h
when say this
#else
#define DEFAULT_SAMPLE_RATE 22050
#endif
change for this
#else
#ifdef PSP
#define DEFAULT_SAMPLE_RATE 44100
#else
#define DEFAULT_SAMPLE_RATE 22050
#endif
#endif
with this change maybe the sound is better
and the other change
is in config.mk
when say this
# MAME4ALL Gold:
ifdef MAME4ALL_GOLD
DRIVER_TMNT=1
DRIVER_SYSTEM16=1
DRIVER_CPS1=1
endif
change for this
# MAME4ALL Gold:
ifdef MAME4ALL_GOLD
DRIVER_TMNT=1
DRIVER_SYSTEM16=1
ifndef PSP
DRIVER_CPS1=1
endif
endif
with this change you have more memory for the other games
I was wondering how are people getting tumble pop and rodland to work two great games I would love to play on my psp I've tried mixing roms like Baboon suggested I've also tried clrmamepro but still could not get them to work.
They are (minor) changes to the source code of Mame4all.
The changes are basically increasing the sample rate (sounds beter) and dont include the CPS1 driver. (which would save some binary size but not be able to run cps1 games from mame, I believe).
You would need to get the source, make the changes, and recompile the binary.
I wonder if Kech who posted this information on ttmans blog would be kind enough to compile the eboot with these modifications? The source for this emu is on ttmans site!!![]()
...failing that if anbody with the know how could fix this then this emu would be superb!!!!
:thumbup:
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks