mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
4 lines
169 B
C++
Executable file
4 lines
169 B
C++
Executable file
void op_io();
|
|
debugvirtual uint8 op_read(uint32 addr, bool exec);
|
|
debugvirtual void op_write(uint32 addr, uint8 data);
|
|
alwaysinline unsigned speed(unsigned addr) const;
|