Hi,
I've recently ported Milkytracker to the Caanoo, an ARM device by GamePark Holdings, the successor to the GP2X and GP2X Wiz. It works well for the most part, but I have a few issues. The only changes to the code that I made were related to controls; remapping the buttons, getting the joystick working, and whatnot.
Configuration:
The tracker doesn't save any changed configuration for some reason. The internal memory of the device is read-only, and that may be the problem if the tracker tries to save it there, instead of the SD card. Is there a way to change the path that Milkytracker looks for the configuration file?
Exiting:
The tracker doesn't exit properly; it just hangs at a black screen, leaving you no choice but to shut it down by holding the power switch. I just ran Milkytracker from a terminal server, and this is what showed up when I exit:
Crashed with signal 11
Please submit a bug report stating exactly what you were doing at the time of the crash, as well as the above signal number. Also note if it is possible to reproduce this crash.
A backup has been saved to /root/BACKUP00.XM
Segmentation fault
Mouse:
Mouse movement works fine with the touch screen and joystick, but USB mice don't seem to work at all.
Other than that, everything seems to work fine.