struct MBC0 : MMIO { auto mmio_read(uint16 addr) -> uint8; auto mmio_write(uint16 addr, uint8 data) -> void; auto power() -> void; } mbc0;