UNHchabo / AutoSplitters

Autosplit scripts for use with LiveSplit
MIT License
8 stars 11 forks source link

Add snes9x v1.62.3 support #21

Open SBDWolf opened 4 months ago

SBDWolf commented 4 months ago

I was working on another autosplitter and based the method for finding WRAM across different emulators on this one (this was a very helpful reference!). I added support for snes9x v1.62.3 this way. It's keeping the existing pointer list for legacy versions, and adds an additional list of module-relative offsets for the current versions of snes9x. It's perhaps a little ugly, but I hope it helps :)