krosfyah
Syntax Error
Every game I've tried so far has been playable to some extent.
This should be a great emu once it's optimised.
This should be a great emu once it's optimised.
pcklee123 posted on Oct 15 2006 at 05:18 PM said:The only thing sI changed in the recent updates was
1) to use the upper 32MB for the rom and use the MMU hack which were posted on the wiki. So now a rom >16MB may work. I don't know cause I didn't try. So I don't think there is any speed change unless its because a)I had to reinstall a new toolchain and libraries(ooPo) or b)just because there is more memory left for the rest of linux c) I may have forgotten to turn of profiling and dev features in the previous release
2) remove selector etc cause now I use Gmenu2x. The builtin selector in gmenu2x lets you overclock vba2x very easily.
3)compressed with gpecomp so it takes less space
BTW I am using andlinux for compiling vba2x and I need to have around 768MB of ram for it to compile successfully otherwise gp2x-gcc or g++ crashes at GBA.cpp. Even if it doesn't crash, it takes an hour to compile.
reiboul posted on Oct 15 2006 at 05:48 PM said:BTW, I think we don't have news about Vba2x' programmer! Is he on this forum?
string strreplace (string orig, string search, string replace) {
string::size_type pos = orig.find( search, 0 );
while (pos != string::npos) {
orig.replace(pos,search.length(),replace);
pos = orig.find( search, pos+replace.length() );
}
return orig;
}
string cmdclean (string cmdline) {
string spchars = "\\`$();|{}&'\"*?<>[]!^~-#\n\r ";
for (uint i=0; i<spchars.length(); i++) {
string curchar = spchars.substr(i,1);
cmdline = strreplace(cmdline, curchar, "\\"+curchar);
}
return cmdline;
}
Paradox posted on Oct 16 2006 at 03:10 AM said:what happened to that guy who was making a GBA emu from scratch? it was called Illex Boy Advance i think...
http://illexboyadvance.sourceforge.net/
http://www.gp32x.de/board/index.php?showt...9922&st=140 from last posts looks like progress is good... when its done it will be faster than a port anyway
bacteria posted on Oct 16 2006 at 12:13 AM said:Which games play at good (high) framerates and are fully playable at the moment?
You can leave params empty. Just be sure to rename the roms to a name that doesn't include spaces or other special characters, 'cause the emu has some problems with them.C16 posted on Oct 16 2006 at 03:43 PM said:Just downloaded the emu and tried to play a few games but everytime the application loads all I get is a black screen.
[...]
Also what would the param line be in the config for menu2x, as not figured that out despite searching for a explanation on the boards.
Orkie posted on Oct 16 2006 at 05:14 PM said:There is no reason why it couldn't. There are GBA emulators for the Pocket PC which are no more powerful than the GP2X.