nukeykt / Nuked-OPL3

Highly accurate Yamaha OPL3 (YMF262, CT1747) emulator
GNU Lesser General Public License v2.1
166 stars 18 forks source link

Replace Bit* typedefs with C99 fixed-size types #3

Closed dreamer closed 3 years ago

dreamer commented 3 years ago

This removes necessity of editing the header for users, who might have their own Bit* types defined.

Standard types are also usually recognized by syntax highlight, thus the code is a little bit more readable.

dreamer commented 3 years ago

Hello, @nukeykt; thank you for this high-quality implementation, and I'm happy to see the code landing in its own Git repo :)

This is the first of 2 PRs - I want to arrive at state of the code where this copy and files we included in dosbox-staging will be 100% the same (that's why I'm sending the PRs to upstream first, and will our copy to state of this repo afterwards).