This branch only support esplay-hardware, an esp32 based device designed by me, and this branch only support ESP32 with PSRAM. If you're looking for old version please use esplay1.0 branch.
Port of GNUBoy to ESP32, i use WROVER module with 3.3v flash, this version allowed SDCard work in SDMMC peripheral.
Place ROMS in folder named 'roms/gb' on root of sdcard, create following structure on sdcard:
/-
|
--roms
| |
| --gbc (place your ROMS here)
|
--esplay
| |
| --data (this to place state file as .sav)
|
--gbc
|
--nes
This code is an esp-idf project. You will need esp-idf to compile it. Newer versions of esp-idf may introduce incompatibilities with this code; for your reference, the code was tested against release/v3.2 branch of esp-idf.
Place your ROM on SD Card in roms folder. Please provide ROM by yourself.