kbeckmann / PicoCart64

N64 development cart using a Raspberry Pi RP2040
BSD 2-Clause "Simplified" License
778 stars 44 forks source link

ROM rework #41

Closed Stary2001 closed 2 years ago

Stary2001 commented 2 years ago

This PR changes how ROM data is handled, now it ends up at a fixed offset in flash. Should hopefully simplify the implementation of #21.

New flash layout:

kbeckmann commented 2 years ago

Thanks for the PR! I rebased the branch and made some tiny adjustments. Next up is writing a tool to build uf2 files with compressed rom data, thanks for paving the way :).