mirror of
https://github.com/Michael-Prince-Sharpe/bsnes-classic.git
synced 2025-04-02 10:21:42 -04:00
14 lines
313 B
C++
14 lines
313 B
C++
inline unsigned cache_access_speed();
|
|
inline unsigned memory_access_speed();
|
|
|
|
void add_clocks(unsigned clocks);
|
|
|
|
void rombuffer_sync();
|
|
void rombuffer_update();
|
|
uint8 rombuffer_read();
|
|
|
|
void rambuffer_sync();
|
|
uint8 rambuffer_read(uint16 addr);
|
|
void rambuffer_write(uint16 addr, uint8 data);
|
|
|
|
void timing_reset();
|