mirror of
https://github.com/devinacker/bsnes-plus.git
synced 2025-04-02 10:52:46 -04:00
9 lines
226 B
C++
9 lines
226 B
C++
debugvirtual uint8 op_read(uint16 addr);
|
|
alwaysinline uint8 peekpipe();
|
|
alwaysinline uint8 pipe();
|
|
|
|
void cache_flush();
|
|
uint8 cache_mmio_read(uint16 addr);
|
|
void cache_mmio_write(uint16 addr, uint8 data);
|
|
|
|
void memory_reset();
|