espressif / esp32-nesemu

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

Update to support / match latest esp-idf #5

Closed mattkelly closed 7 years ago

mattkelly commented 7 years ago

Tested against esp-idf v2.0-rc1.

The actual issue preventing the build from working with v2.0-rc1 is VSPICLK_OUT_MUX_IDX being renamed to VSPICLK_OUT_IDX, which is fixed here. The other changes eliminate warnings introduced by the update.

Fixes #4.

rpasek commented 7 years ago

Nice 1!