Commit | Line | Data |
---|---|---|
e898de13 | 1 | int sh2_drc_init(SH2 *sh2); |
2 | void sh2_drc_finish(SH2 *sh2); | |
23686515 | 3 | void sh2_drc_mem_setup(SH2 *sh2); |
c18edb34 | 4 | void sh2_drc_flush_all(void); |
f4bb5d6b | 5 | void sh2_drc_wcheck_ram(unsigned int a, int val, int cpuid); |
6 | void sh2_drc_wcheck_da(unsigned int a, int val, int cpuid); | |
679af8a3 | 7 |