libretro / gpsp

gpSP for libretro.
GNU General Public License v2.0
55 stars 53 forks source link

Is the 128KB flash honored? #23

Closed kivutar closed 1 year ago

kivutar commented 8 years ago

Saving fails in Pokemon games.

In gba_over.h, I do see the FLASH_DEVICE_MACRONIX_128KB for POKEMON FIRE

But in RA's log, I see no reference about it:

romtitle     : Pokemon: Fire Red (E/U)
gamepak title: POKEMON FIRE
gamepak code : BPRE
gamepak maker: 01
INPUT gamepak title: POKEMON FIRE
INPUT gamepak code : BPRE
INPUT gamepak maker: 01
found entry in over ini file.

This flash rom has something to do with saving?

ghost commented 5 years ago

gpSP is not using libretro api for save, so it has is own save/load routines. Pokemon RedFire version should save/load fine as of latest commit(linux)

screenshot_2019-01-21_08-10-53

andymcca commented 1 year ago

Tested and no issue with saving/restoring in Pokemon Fire Red. @davidgfnet please close this issue.

davidgfnet commented 1 year ago

It can use the libretro saving routines (but doenst by default). OK closing it then!