libretro / picodrive

Fast MegaDrive/MegaCD/32X emulator
Other
41 stars 63 forks source link

[Wii] Mega Drive SRAM not working #153

Closed gingerbeardman closed 3 years ago

gingerbeardman commented 3 years ago

Thanks for adding PicoDrive core on Wii!

Reproduce

  1. pick a game that creates initialises and tests SRAM on bootup eg. New 3D Golf Simulation: Pebble Beach no Hatou (Japan, Mega Drive) or if it's easier to test use the Western release: True Golf Classics: Pebble Beach Golf Links (NTSC-U, Genesis)

  2. Run the game using libretro/picodrive core

Expected

Actual

Testing

Notes

irixxxx commented 3 years ago

fixed with 78c2237 in my repo

gingerbeardman commented 3 years ago

Thanks @irixxxx !

gingerbeardman commented 3 years ago

@twinaphex any chance this fix could be merged? many thanks!

It's not there as of 1.9.3

irixxxx commented 3 years ago

I try to do this in a more or less regular timeframe of about once a month if "important" changes or enough of small changes are there. Next merge should take place at the end of this month.

gingerbeardman commented 3 years ago

Thank you @irixxxx my expectations are reset 👍

irixxxx commented 3 years ago

Sorry for that. My policy is to keep tickets open as long as the fix hasn't landed to prevent duplicates. So, you should expect this ticket (and possibly others which are fixed) to be closed after the merge from my repo.

irixxxx commented 3 years ago

merged into libretro

gingerbeardman commented 3 years ago

Many thanks