esp_8_bit icon indicating copy to clipboard operation
esp_8_bit copied to clipboard

How to include game?

Open Gonzagao opened this issue 5 years ago • 1 comments

Is it easy to find game ROMs, how do I convert to hexadecimal to put in ESP?

Gonzagao avatar Jul 20 '20 22:07 Gonzagao

No need for it... All you have to do is to use "ESP32 Sketch Data Upload" to include ROMs to ESP32 SPIFFS.

As writtnen in the README.md of this project: "If you would like to upload your own media copy them into the appropriate subfolder named for each of the emulators in the data folder. Note that the SPIFFS filesystem is fussy about filenames, keep them short, no spaces allowed. Use 'ESP32 Sketch Data Upload' from the 'Tools' menu to copy a prepared data folder to ESP32."

Check it out at https://randomnerdtutorials.com/install-esp32-filesystem-uploader-arduino-ide/

RoCorbera avatar Jul 21 '20 01:07 RoCorbera