yaul-org / libyaul

An open source SEGA Saturn development kit
https://www.yaul.org/
MIT License
147 stars 11 forks source link

Backup Memory #69

Closed WGR7 closed 4 years ago

WGR7 commented 4 years ago

Hi

I didn't see support for backup memory access. Do you plan to do it?

Regards

ijacquez commented 4 years ago

I don't have anything on my roadmap for adding support myself, but certainly, it's much needed.

I believe that the BUP functionality can be easily implemented because they're simply BIOS calls.

If you look here, this is the overall structure of a BIOS call.

I certainly would accept a PR with the changes. I believe you can find out what the BIOS call addresses are here.

ijacquez commented 4 years ago

Seeing as there isn't much of a conversation, I'll add this to my road map.

Closing.