adafruit / nofrendo_arcada

NES emulator in Arduino that runs on SAMD51 at full speed w/audio
https://learn.adafruit.com/nes-emulator-for-arcada
58 stars 12 forks source link

Change writeFileToFlash() call for new Arcada #6

Closed sphereinabox closed 4 years ago

sphereinabox commented 4 years ago

Looks like PaintYourDragon removed the arcada.writeFileToFlash(char *, int) override in https://github.com/adafruit/Adafruit_Arcada/commit/ad4715e2d8aa022e29d93bc52100f30e1cff9818

Without this change (as the master branch is), nofrendo_arcada doesn't compile because the arcada.writeFileToFlash(char *, int) override isn't found.

ladyada commented 4 years ago

have you verified nofrendo runs as expected? :)

sphereinabox commented 4 years ago

It does run as expected on PyBadge

ladyada commented 4 years ago

ok thanx