mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sh2 drc, add detection for in-memory polling
This commit is contained in:
parent
213b7f42c1
commit
397ccdc6cf
9 changed files with 224 additions and 113 deletions
|
@ -932,6 +932,7 @@ void Pico32xSwapDRAM(int b);
|
|||
void Pico32xMemStateLoaded(void);
|
||||
void p32x_update_banks(void);
|
||||
void p32x_m68k_poll_event(unsigned int flags);
|
||||
void p32x_sh2_poll_memory(unsigned int a, SH2 *sh2);
|
||||
void p32x_sh2_poll_event(SH2 *sh2, unsigned int flags, unsigned int m68k_cycles);
|
||||
|
||||
// 32x/draw.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue