X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=pico%2Fpico_int.h;h=9630399abfd28e2377986329197a1852c5b2d3e7;hb=7b3f44c6b677a60b63b092f825a2b6c58166b70c;hp=a7ea5e83ea11489c721209a7c505f3f599befcfc;hpb=1cfc5cc4ce06642b9bc45ca3b9d32793718e9455;p=picodrive.git diff --git a/pico/pico_int.h b/pico/pico_int.h index a7ea5e8..9630399 100644 --- a/pico/pico_int.h +++ b/pico/pico_int.h @@ -531,8 +531,8 @@ PICO_INTERNAL void PicoCDBufferRead(void *dest, int lba); // sound/sound.c PICO_INTERNAL void PsndReset(void); PICO_INTERNAL void PsndDoDAC(int line_to); -PICO_INTERNAL int PsndRender(int offset, int length); PICO_INTERNAL void PsndClear(void); +PICO_INTERNAL void PsndGetSamples(int y); // z80 functionality wrappers PICO_INTERNAL void z80_init(void); PICO_INTERNAL void z80_pack(unsigned char *data);