NOTE: I do have a version with HDMI audio working... but it doesn't work very well! :(
If you think you might be able to help with the audio portion feel free to message me (my username at protonmail.com)
I'll probably integrate it into:
https://github.com/joeostrander/consolized-game-boy
Special thanks to:
PicoDVI - Wren6991
PicoDVI-N64 - kbeckmann
Andy West (element14)
You need to have the Pico SDK installed, as well as a recent CMake and arm-none-eabi-gcc.
mkdir build
cd build
PICO_SDK_PATH=path/to/sdk cmake -DPICO_COPY_TO_RAM=1 ..
make -j$(nproc)
Note: on Windows I use:
cmake -G "MinGW Makefiles" -DPICO_COPY_TO_RAM=1 ..
Thanks to Shawn Hymel for his awesome guides on rp2040 setup for VSCode and Windows
linux:
cp apps/dmg/dmg.uf2 /media/${USER}/RPI-RP2/
windows:
copy apps\dmg\dmg.uf2 <driveletter>: