mirror of https://github.com/bsnes-emu/bsnes.git
7 lines
178 B
C++
7 lines
178 B
C++
|
uint8 apu_port[4];
|
||
|
|
||
|
void op_io();
|
||
|
debugvirtual uint8 op_read(uint32 addr);
|
||
|
debugvirtual void op_write(uint32 addr, uint8 data);
|
||
|
alwaysinline unsigned speed(unsigned addr) const;
|