Skip to content

DVI output (via HDMI) from a Gameboy DMG and controls via NES Classic controller!

License

Notifications You must be signed in to change notification settings

joeostrander/PicoDVI-DMG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PicoDVI-DMG

This project allows Gameboy DMG DVI output via HDMI using PicoDVI

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)

gameplay preview

hardware

dmg theme

gbp theme

pcb rev 1

I'll probably integrate it into:
https://github.com/joeostrander/consolized-game-boy

Special thanks to:
PicoDVI - Wren6991
PicoDVI-N64 - kbeckmann
Andy West (element14)

Building

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>:

About

DVI output (via HDMI) from a Gameboy DMG and controls via NES Classic controller!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published