8bitcade-like "Game console" for Adafruit Feather M4 + Arcada

I've seen projects like 8bitcade and Arduboy FX (which are both AVR based IIRC) where they all have the ability to load games from an external flash chip, and so they can have hundreds of pre-loaded games on them. I was wondering if I could do the same with my Feather M4 (ARM based). I don't know what the best way to do it would be; I was kind of thinking that somehow I could write a program that could read and run compiled games in the form of .hex files off the built-in QSPI chip (or maybe an SD card). I don't really know how I would implement this or even if it's the best way to do this. Any help would be appreciated.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.