moononournation / arduino-nofrendo

Clone from source http://www.baisoku.org/nofrendo-2.0pre1.zip
Other
87 stars 40 forks source link

fix load pal color palette #19

Closed k3kukua closed 5 months ago

k3kukua commented 5 months ago

If you put a ".pal" file next to the ".nes" file, the error "Guru Meditation Error: Core 0 panic'ed (StoreProhibited). Exception was unhandled." (when using ESP32). The reason is the incorrect sequence of using the variable "static nes_t nes;"

moononournation commented 5 months ago

This is a Arduino library repository. If you change the API, please also update the example.

k3kukua commented 5 months ago

examples/esp32-nofrendo does not contain an error, "src" contains an error. I use this library with Arduino platform. Should you explain, please?

moononournation commented 5 months ago

ok, merged