The game source of ESPlay Micro
Not all the games are tested!
A small trial production started, You can buy it from: https://www.makerfabs.com/esplay-micro.html
and learn it from: https://hackaday.io/project/166707-esplay-micro
or https://github.com/pebri86/esplay-retro-emulation
-
Unzip ESPlay firmware20191028.rar
-
Insert USB cable to ESPlay USB,install CH340G driver。
-
unzip flash_download_tools_v3.6.6.zip, click flash_download_tools_v3.6.6.exe
-
Select ESP32_DownloadTool
- Select the correct firmware/bootloader folder path:
Note the correct address:
- phy_init_data.bin——>0xf000
- esplay-base-firmware.bin——>0x10000
- partitions.bin——>0x8000
- bootloader.bin——>0x1000
- SPI Speed is 40Mhz
- SPI Mode is DIO
- Flash Size is 32Mbit
- Wait a while after click START button
The test it as bebow:
-
copy esplay and roms folder to root of microsd card.
-
put the card to ESPlay Micro sdcard slot.
-
turn on the board and the bootloader will show list of firmware file available in this case it will only display esplay-retro-emu.fw.
-
To flash the firmware select the file then press A then Start, wait until flashing done then it will automatically restart and boot to application.
-
Place the rom of emulator on roms folder to the appropriate folder example game gear rom to gg folder, gameboy rom to gb folder and so on.