A project im doing fr this time

im making a mca gameboy bassically and i was wondering if anyone could make it so that the pi pico can run multiple games thx!

shout out to @AqeeAqee, @MasonChen, @Vegz78 and @tobysimonds for doing all the hard work

4 Likes

Multiple game on Pico is impossible based on current MCA framework. Bootloader firmware(in where my multiple games store/load program laid) is read only, instead of programable like other chips(STM32F4 and SAMD51).

1 Like