espressif / esp32-nesemu

Proof-of-concept NES emulator for the ESP32
543 stars 172 forks source link

LCD optimizations, debug fixes and updated bootloader #2

Closed me-no-dev closed 7 years ago

me-no-dev commented 7 years ago

60FPS at 80MHz on DevKit J

bvernoux commented 7 years ago

Why to update the bootloader ? I have just removed it in esp32-nesemu/components/bootloader in order it use esp-idf bootloader to avoid a duplicate and future problems ...

me-no-dev commented 7 years ago

this is the only line different from the current latest IDF bootloader. Seem to be required for normal operation of the emulator. Other than that, the bootloader is a carbon copy of the regular one. I updated it exactly to prevent future issues and to use the project with current IDF

bvernoux commented 7 years ago

Ha ok I have not seen this line so I understand now