deltabeard / Peanut-GB

A Game Boy (DMG) emulator single header library written in C99. Performance is prioritised over accuracy.
https://projects.deltabeard.com/peanutgb/
283 stars 40 forks source link

core: fix enum storage in bitfield #47

Closed deltabeard closed 4 years ago

deltabeard commented 4 years ago

Closes issue #46 whereby a compiler may attempt to store a signed integer within the bitfield.

Signed-off-by: Mahyar Koshkouei mk@deltabeard.com