rtrussell / BBCSDL

BBC BASIC for SDL 2.0: for Windows, Linux (86), MacOS, Raspberry Pi, Android and iOS.
zlib License
215 stars 28 forks source link

Update Architecture Diagram #13

Closed OzHawk closed 3 years ago

OzHawk commented 3 years ago

Update the architecture diagram to include the Raspberry Pi Pico version.

rtrussell commented 3 years ago

Architecturally the Pico edition is no different from the other Console Mode builds. The only difference is that rather than trying to merge the Pico-specific code into the generic bbccon.c there is a separate source file bbpico.c. I have amended the architecture diagram to include that file for completeness, although I would not want that to set a precedent for other Microcontroller versions because it could get too cluttered.

I don't know how to force README.md to refresh its cache of the diagram. Perhaps it just needs time.