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@820 be3aeb3a-fb24-0410-a615-afba39da0efa
5 lines
182 B
C
5 lines
182 B
C
int sh2_drc_init(SH2 *sh2);
|
|
void sh2_drc_finish(SH2 *sh2);
|
|
void sh2_drc_wcheck_ram(unsigned int a, int val, int cpuid);
|
|
void sh2_drc_wcheck_da(unsigned int a, int val, int cpuid);
|
|
|