libretro / supafaust

Unsupported SNES emulator for multicore ARM Cortex A7,A9,A15,A53 Linux platforms.
GNU General Public License v2.0
9 stars 12 forks source link

System memory not exposed #12

Open Sanaki opened 2 years ago

Sanaki commented 2 years ago

Currently this core exposes SRAM, but nothing else. This severely limits both achievement and cheat support.

Current memory exposure:

[INFO] [RCHEEVOS]: Registered 0x20000 bytes of SYSTEM RAM at $000000 (null filler)
[INFO] [RCHEEVOS]: Registered 0x2000 bytes of SRAM at $020000 (offset 0x000000)
[INFO] [RCHEEVOS]: Registered 0x1E000 bytes of SRAM at $022000 (null filler)

Tested using various versions, most recently f30d70c3868b35dd25ecfbf916ade60953898e76.