maybe the best video setting would be 320x240, leaving the user the possibility to change resolution. Scaling at 640x480 is a bit slow on our zaurus
[div align=\"right\"][a href=\"index.php?act=findpost&pid=95236\"][{POST_SNAPBACK}][/a][/div]
What I mean is that the AdvMENU is adjusted to 640x480 (Default is 1024x768)
Anyway, the good news is that I've finished compiling AdvMENU/MAME/MESS, and the ipk builds. I have a couple of nagging problems with .rc files having the wrong path, but once I've nailed that down, I'll post a link for everyone. Later today probably.
If anyone want's to do it themselves, here's how I'm doing it:
SL-6000, 1GB SD, 512MB CF (Swap), gcc, gcc headers, sdl, make, binutils, autoconf, automake, sources for advmenu/mame/mess. make sure swap is on.
For each package do the following:
./configure --prefix=/mnt/card/usr/local/bin && make && make install
or if you want to eventually make an ipk:
./configure --prefix=/mnt/card/advanceipk/usr/local (advanceipk is where you will build the ipk)
The emulators take about 4 hours to compile. You may want to overclock for this.
Just a quick note: I did not optimize the build, so expect it to be slooooow for now, but I'll keep working on it. I think xmame.x11/xmess.x11 are a little faster.