rtoumazet / saturnin

Saturnin is a Sega Saturn emulator
Apache License 2.0
2 stars 0 forks source link

Replace BitFields #260

Closed rtoumazet closed 1 year ago

rtoumazet commented 1 year ago

Using unions for data punning is actually undefined behaviour, so I need find a replacement. Regbits looks perfect for that, unfortunately it's using GPL3 licence which prevents using it in an Apache 2.0 project (when the opposite is possible). I'll try a similar approach, oriented for the emulator use ... Linked to #244

rtoumazet commented 1 year ago