mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@385 be3aeb3a-fb24-0410-a615-afba39da0efa
15 lines
309 B
C
15 lines
309 B
C
#define TCACHE_SIZE (1024*1024)
|
|
|
|
extern unsigned int tcache[];
|
|
|
|
int ssp_drc_entry(int cycles);
|
|
void ssp_drc_next(void);
|
|
void ssp_drc_next_patch(void);
|
|
void ssp_drc_end(void);
|
|
|
|
void ssp_hle_800(void);
|
|
|
|
int ssp1601_dyn_startup(void);
|
|
void ssp1601_dyn_reset(ssp1601_t *ssp);
|
|
void ssp1601_dyn_run(int cycles);
|
|
|