mvdnes / rboy

A Gameboy Emulator in Rust
MIT License
605 stars 39 forks source link

Fix the waveram being half-empty #13

Closed jturcotte closed 2 years ago

jturcotte commented 2 years ago

The logic to unpack 8 bit values into 4 bit samples should be reversed compared to when it's read.

mvdnes commented 2 years ago

Thank you very much! :+1: