mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
32x, improve poll detection
This commit is contained in:
parent
805fbe6faa
commit
d8a897a6db
4 changed files with 43 additions and 37 deletions
|
@ -1020,14 +1020,14 @@ void PicoMemSetup32x(void);
|
|||
void Pico32xSwapDRAM(int b);
|
||||
void Pico32xMemStateLoaded(void);
|
||||
void p32x_update_banks(void);
|
||||
void p32x_m68k_poll_event(u32 flags);
|
||||
void p32x_m68k_poll_event(u32 a, u32 flags);
|
||||
u32 REGPARM(3) p32x_sh2_poll_memory8(u32 a, u32 d, SH2 *sh2);
|
||||
u32 REGPARM(3) p32x_sh2_poll_memory16(u32 a, u32 d, SH2 *sh2);
|
||||
u32 REGPARM(3) p32x_sh2_poll_memory32(u32 a, u32 d, SH2 *sh2);
|
||||
void *p32x_sh2_get_mem_ptr(u32 a, u32 *mask, SH2 *sh2);
|
||||
int p32x_sh2_mem_is_rom(u32 a, SH2 *sh2);
|
||||
void p32x_sh2_poll_detect(u32 a, SH2 *sh2, u32 flags, int maxcnt);
|
||||
void p32x_sh2_poll_event(SH2 *sh2, u32 flags, u32 m68k_cycles);
|
||||
void p32x_sh2_poll_event(u32 a, SH2 *sh2, u32 flags, u32 m68k_cycles);
|
||||
int p32x_sh2_memcpy(u32 dst, u32 src, int count, int size, SH2 *sh2);
|
||||
|
||||
// 32x/draw.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue