mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
3 lines
111 B
C++
Executable file
3 lines
111 B
C++
Executable file
unsigned vram_addr(uint16 addr) const;
|
|
uint8 mmio_read(uint16 addr);
|
|
void mmio_write(uint16 addr, uint8 data);
|