ValleyBell / MidiConverters

various tools that convert game data into MIDI files
GNU General Public License v2.0
100 stars 14 forks source link

Unsuported sound driver version! - Sega Rally Championship #11

Open 94math opened 3 years ago

94math commented 3 years ago

When loading epr-17890a.30 from sega rally championship, i get this message "unsuported sound driver version!".

Tried with different roms and all give up the same error.

Thanks for the help!

ValleyBell commented 3 years ago

The error message is correct.

The tool currently supports only v2 of the sound driver. Sega Rally Championship uses v1

Unfortunately there is nothing you can do about this. Adding support for another revision will require me to do some research on the sound driver, its format and the pointer locations. The sound format may even be compatible, but the pointer autodetection definitely works only with that one sound driver version.

I'll mark this as "enhancement", but don't expect me to work on it anytime soon.