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