Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • How would external hardware be addressed? For example, how did the Gameboy access memory provided by a RTC (0f type cartridges?) Commented Jul 21, 2019 at 17:49
  • The cartridge bus is directly mapped to the CPU so a controller on the cartridge can see where read/write accesses are going so it can choose to map rom pages or some other IO at those addresses. Commented Jul 22, 2019 at 5:30