takahirox / nes-rust

NES emulator written in Rust + WASM
MIT License
208 stars 24 forks source link

Do not reset sequence index of APU triangle unit when writing to 0x400B #57

Closed takahirox closed 4 years ago

takahirox commented 4 years ago

It seems we shouldn't reset sequence index of APU triangle unit when writing to 0x400B. With this change, triangle will have less noise.