Femame


bomberman

Member
Joined
Jan 2, 2008
Messages
416
Location
MO - USA
Got my drivers file for MAME4ALL up to date and femamegp2x crashes with a null pointer. Seems that more than 2000 entries kill the parser. Trying to start any file to check syntax or redirect other than mame results in "Unable to Launch". Also, can't find source to fix/recompile. Link on Home site not working. Any help?
 
In any case it won't run :( .

The way to pass the arguments to the MAME executable has changed (it is now like in the original MAME for DOS) with two executables (mame and neomame):
-depth x (8 or 16 bit color depth)
-ror
-nodirty
-waitvsync
-frameskip x (frameskip level)
-soundcard 0 (no sound)
-samplerate x (sound sample rate)
-stereo
-cheat

Also there are some new options specific for the GP2X port:
-cyclone
-drz80
-clock 200
-uclock 20
-uclocks 20
-ramtweaks
-scale
-aspect
-border
-nothrottle
-fastsound
-rotatecontrols

Take a look to the MAME built-in frontend source code (src/gp2x/gp2x_frontend.cpp).

Also i don't have the femame sources, maybe you can ask to the author...
 
Back
Top