mirror of
https://github.com/devinacker/bsnes-plus.git
synced 2025-04-02 10:52:46 -04:00
4 lines
158 B
C++
4 lines
158 B
C++
void op_io();
|
|
debugvirtual uint8 op_read(uint32 addr);
|
|
debugvirtual void op_write(uint32 addr, uint8 data);
|
|
alwaysinline unsigned speed(unsigned addr) const;
|