X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FPicoInt.h;h=b17277f2a6f8cb2bd55deb93523ce521a125590e;hb=7a93adeb29f01f5867ff36606cd73a382b6ee0e3;hp=c7b72a2147f9e9c371e7996e64532cd95e1e770d;hpb=1cd356a33daf2eec34e52c075b06d62866f5fb2f;p=picodrive.git diff --git a/Pico/PicoInt.h b/Pico/PicoInt.h index c7b72a2..b17277f 100644 --- a/Pico/PicoInt.h +++ b/Pico/PicoInt.h @@ -277,6 +277,10 @@ int SekInitS68k(void); int SekResetS68k(void); int SekInterruptS68k(int irq); +// sound/sound.c +extern int PsndLen_exc_cnt; +extern int PsndLen_exc_add; + // VideoPort.c void PicoVideoWrite(unsigned int a,unsigned short d); unsigned int PicoVideoRead(unsigned int a);