mirror of
https://github.com/devinacker/bsnes-plus.git
synced 2025-04-02 10:52:46 -04:00
(still needs read/write logging for MMIO, DMA, bitmap RAM accesses, and other stuff, as well as the properties window items, but it's 6 am and i'm tired)
5 lines
185 B
C++
5 lines
185 B
C++
alwaysinline void op_io();
|
|
debugvirtual alwaysinline uint8 op_read(unsigned addr);
|
|
debugvirtual alwaysinline void op_write(unsigned addr, uint8 data);
|
|
|
|
uint8_t vbr_read(unsigned addr);
|