bsnes/higan/gb/cartridge/mbc0/mbc0.hpp

6 lines
139 B
C++

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