brijohn / gnuboy-ex

Port of gnuboy, a Gameboy Color emulator, for CASIO EX-Word electronic dictionaries.
GNU General Public License v2.0
16 stars 2 forks source link

Cannot make this work on a DataPlus 6 #4

Open davidgiven opened 10 months ago

davidgiven commented 10 months ago

I'm not sure whether I'm doing something wrong with the build or installation, but I cannot make this run on my DataPlus 6. The build is working; then, to install:

Then, on the device, I press the rightmost function key twice to get to the options screen, select the top-left icon (which Google Translate describes as 'Body Preservation'), then select the Gnuboy EX item. After a second or so it drops back to the options screen. I've tried adjusting the code, like inserting a null-pointer dereference right at the beginning of main(), but nothing happens. I suspect that it's not even trying to run the binary.

I've also tried registering the application as a favourite. This works, but when trying to select the item from the favourites menu (one press of the rightmost function key) I get a complaint that the SD card with the item on it isn't installed.

Am I doing anything obviously wrong?