X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcarthw%2Fsvp%2Fcompiler.h;h=32db84bd67a64a221b7179e94d2feb5e46182d7e;hb=71bb1b7bd0186eb056609fec62a134dcaadbffdf;hp=7550be8c2b6324839506f6602fd94b4a9422a817;hpb=13aba3fe282adc1a79c3e0cd6b97d017cf82c428;p=picodrive.git diff --git a/Pico/carthw/svp/compiler.h b/Pico/carthw/svp/compiler.h index 7550be8..32db84b 100644 --- a/Pico/carthw/svp/compiler.h +++ b/Pico/carthw/svp/compiler.h @@ -2,8 +2,10 @@ extern unsigned int tcache[]; -void regfile_load(void); -void regfile_store(void); +void ssp_regfile_load(void); +void ssp_regfile_store(void); +int ssp_drc_entry(int cycles); +void ssp_drc_next(void); void ssp_hle_800(void);