Can someone try this and tell me how to improve it?
Edit
Changed it so it runs at default speed.
You can overclock by choosing in selector 275MHz or 250MHz or 233 MHz then running vba
Recompiled using -O2 -mcpu=arm9tdmi
It could have been crashing because of -O3 flag or default overclock was too high?
Edit
Made a small change to GB.cpp.
GBC roms should now work
Can someone please tell me if it works with GBC and GB roms?
Edit
Just realized it was not compiled with -static so would have been using whatever SDL libs which was installed on the GP2x will load one compiled with -static flag as soon as it compiles.
Edit
Changed it so it runs at default speed.
You can overclock by choosing in selector 275MHz or 250MHz or 233 MHz then running vba
Recompiled using -O2 -mcpu=arm9tdmi
It could have been crashing because of -O3 flag or default overclock was too high?
Edit
Made a small change to GB.cpp.
GBC roms should now work
Can someone please tell me if it works with GBC and GB roms?
Edit
Just realized it was not compiled with -static so would have been using whatever SDL libs which was installed on the GP2x will load one compiled with -static flag as soon as it compiles.