1unsigned wram_addr(uint16 addr) const; 2void mmio_joyp_poll(); 3uint8 mmio_read(uint16 addr); 4void mmio_write(uint16 addr, uint8 data); 5 6