X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fcarthw%2Fsvp%2Fcompiler.h;fp=pico%2Fcarthw%2Fsvp%2Fcompiler.h;h=f237a8ef3a6607be130ce98ab966c5047cdb1e61;hb=f3fe3e5ba2e5966bb08f51c9e78716ee07651058;hp=abd23946b0e7d38e1dea1c2a4e2baed62e6415d5;hpb=34e7fb0ba59c846fc483fd8340884641f4390252;p=picodrive.git diff --git a/pico/carthw/svp/compiler.h b/pico/carthw/svp/compiler.h index abd23946..f237a8ef 100644 --- a/pico/carthw/svp/compiler.h +++ b/pico/carthw/svp/compiler.h @@ -1,4 +1,4 @@ -int ssp_drc_entry(int cycles); +int ssp_drc_entry(ssp1601_t *ssp, int cycles); void ssp_drc_next(void); void ssp_drc_next_patch(void); void ssp_drc_end(void);