djpadbit / fxgnuboy

Gnuboy port to the Casio FX range of calculators
4 stars 0 forks source link

Can't load ROMs #1

Closed cricri-pingouin closed 4 years ago

cricri-pingouin commented 4 years ago

I've got tetris.gb and alleyway.gb in my storage, and I don't get to select them as I would expect from main.c:

chpos = menu_filechooser(".gb;.gbc","Choose ROM",(char*)&romn,chpos);

cricri-pingouin commented 4 years ago

By the way, I'm on a Casio 9860g Slim, running firmware v2.04, and have copied the emu .g1a and the two unzipped .gb roms with Casio FA-124 to the calculator storage.

cricri-pingouin commented 4 years ago

J'ai re-essaye apres optimisation memoire + reset, et pareil: le programme se lance et se ferme direct , bouh :(

djpadbit commented 4 years ago

Is the calculator SH4 or SH3 ? You can check using something like gintctl (here's a build). It's not compatible with SH3 calculators.

cricri-pingouin commented 4 years ago

Ah, ok, the 9860g slim is SH3, so that explains. Thanks. Maybe something to add to the readme?