gb_mbc_info
Summarize a Game Boy mapper's memory ranges, control registers, and quirks like RTC latching or bank aliasing for decompilation reference.
Instructions
Summarise a mapper: its mapped memory ranges, control registers and quirks.
The quirks are the chapter's warning/tip callouts -- MBC1's bank-0 aliasing, MBC3's RTC latching, MBC2's built-in nibble RAM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | 'MBC1', 'MBC5', 'HuC3', 'nombc', ... | |
| include_text | No | Include each range's full documentation. |