flamewing / flamedriver

Upgraded S3&K sound driver
https://github.com/flamewing/flamedriver-skdisasm
Other
14 stars 5 forks source link

Remove need for DAC_Master_Table offset table #8

Closed Clownacy closed 3 years ago

Clownacy commented 3 years ago

The various DAC_Setup thingies are already sorted and a fixed size, so the driver can just multiply the index by 5 to get an offset, without any need for an offset table taking up space.

flamewing commented 3 years ago

A decent space saver, nice idea.