esp32_nesemu icon indicating copy to clipboard operation
esp32_nesemu copied to clipboard

Based on espressif's nesemu port with MittisBootloop's "Pretty Effect" menu. Supports PSX Controller and either SD Card or SPIFFS [Platform.IO]

Results 9 esp32_nesemu issues
Sort by recently updated
recently updated
newest added

Hello Badvision. Could you compile your version of the nesemu emulator, as user MittisBootloop has done, as 3 files in .bin format? As I understand it, your version has the...

Is it possible to start the game by default when the emulator starts without entering the game selection list?

`esp_err_t registerSpiffs() { esp_vfs_spiffs_conf_t conf = { .base_path = "/spiffs", .partition_label = NULL, .max_files = 32, .format_if_mount_failed = false}; esp_err_t ret = esp_vfs_spiffs_register(&conf); ASSERT_ESP_OK(ret, "Failed to mount SPIFFS partition."); struct...

esp_err_t event_handler(void *ctx, system_event_t *event)

No idea what to do. char *osd_getromdata() { char *romdata; spi_flash_mmap_handle_t handle; esp_err_t err; // Locate our target ROM partition where the file will be loaded esp_partition_t *part = esp_partition_find_first(ESP_PARTITION_TYPE_DATA,...

The specific model is a freenove esp32-s3 wroom board. https://github.com/Freenove/Freenove_ESP32_S3_WROOM_Board

I compiled it on latest Platformio v2.3.3 under Ubuntu 20.04, and flashed on DOIT ESP32 DEVKIT V1 (with ESP-WROOM-32 chip), it worked but the game and music played too quickly,...

The crash occurs when the PPU logic is drawing the internal framebuffer, it seems like the video is not correctly initialized, yet the pointer itself isn't null.

Im wondering if this emulator port has TV connectivity via wifi streaming or other. if so would you be able to guide me on how to implement it.