X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcarthw%2Fcarthw.h;h=e940d580a52a6336af059d195a185057ef5fedd5;hb=e807ac752b4653487ec5bdf516205e24a1c657eb;hp=397dc283404958e9115faf72d789b0355c515e9f;hpb=259ed0ea6635845527a3da94a67a6260463861e6;p=picodrive.git diff --git a/Pico/carthw/carthw.h b/Pico/carthw/carthw.h index 397dc28..e940d58 100644 --- a/Pico/carthw/carthw.h +++ b/Pico/carthw/carthw.h @@ -11,6 +11,7 @@ typedef struct { extern svp_t *svp; void PicoSVPInit(void); +void PicoSVPStartup(void); unsigned int PicoSVPRead16(unsigned int a, int realsize); void PicoSVPWrite8 (unsigned int a, unsigned int d, int realsize);