libretro / bsnes-mercury

Fork of bsnes with various performance improvements.
GNU General Public License v3.0
47 stars 39 forks source link

memory descriptors does not expose save RAM #88

Open Jamiras opened 3 years ago

Jamiras commented 3 years ago

As noted in #87, the achievements code cannot find the save RAM

[INFO] [MEM] Registered 0x20000 bytes of SYSTEM RAM at $000000 (descriptor 5, offset 0x000000)
[INFO] [MEM] Could not map region starting at $020000
[INFO] [MEM] Registered 0x20000 bytes of SRAM at $020000 (null filler)

It's expecting to find a memory descriptor that contains the address $FE0000.