1struct MBC0 : MMIO { 2 uint8 mmio_read(uint16 addr); 3 void mmio_write(uint16 addr, uint8 data); 4 void power(); 5} mbc0; 6 7