RACE!
From wiki.gp2x.org
RACE! | |
---|---|
Download(s) | (archive) |
Developer(s) | RACE! Sourceforge Page |
Porting developer(s) |
Flavor |
Version | 19-05-06 |
Status | Released and playable |
Webpage | Flavor's Site |
Rather A Cardfighter Emulator! (As In Koyote-Land), or RACE! is a Neo Geo Pocket (NGP) and Neo Geo Pocket Color (NGPC) emulator for multiple platforms.
Known Issues
- Must exit emulator using L+R to make sure save-game file gets written
- Missing file selector (Could use [1] for selecting roms)
- No emulator state saving
Undocumented Issues
- Uncompressed file support only (.ngp,.ngc,.npc)
- 31 Character file name limit (with extension)
Suggestions
- To turn off annoying start sound, rename intro.wav to intro.wav.old
- If using the above suggested file "Selector", update to latest beta from Author
- Use the following syntax for a .gpe that will wrap the selection list until Selector is improved to support it
#!/bin/sh rc=0 while [ $rc -ne 139 ] do ./selector ./race_config rc=$? sync done cd /usr/gp2x/ exec /usr/gp2x/gp2xmenu