You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! First off, thanks for this amazing project. I’m running picoNES on a Raspberry Pi Pico 2 with the Adafruit DVI breakout and SD card setup using the pico2_piconesPlusAdaFruitDVISD.uf2 firmware and the v2.1 custom PCB.
I checked most of my games, and they work fine but both version of Battletoads and Battletoads & Double Dragon missing hit sound effect (When you hit enemis).
Suspected Cause: These two games maybe use the DMC audio channel (sample playback) for hit sounds. I dont know if DPCM playback is implemented here or not functioning correctly in these specific cases.