jsmolka / eggvance

A Game Boy Advance emulator.
https://smolka.dev/tags/eggvance
GNU General Public License v3.0
65 stars 1 forks source link

Mega Man Zero: No sound #13

Closed jsmolka closed 3 years ago

jsmolka commented 3 years ago

It uses FIFO_A for sound and reads from 0x0202F0F0 with DMA1. The timer properly triggers but the FIFO gets filled with zeros all the time.

jsmolka commented 3 years ago

Fixed with https://github.com/jsmolka/eggvance/commit/1b33c3c6abd9a4a114b672b64c60734df533cb5a.