Skip to content

pebri86/esplay-gb

Repository files navigation

ESPlay GNUBoy - ESP32 Gameboy emulator

esplay-hardware

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

Compiling

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.

ROM

Place your ROM on SD Card in roms folder. Please provide ROM by yourself.

Releases

No releases published

Packages

No packages published

Languages