X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fsound%2Fsound.c;h=cfa21a4d1f5eb8a196d2e39f9dc88010cdc5517f;hb=48dc74f20a90629b55c1ab676639c05a125ea383;hp=e2967421a9804fc88b0b2be92be1f285f6af476b;hpb=411cba909948d06ff600577943e21a58b64609ce;p=picodrive.git diff --git a/Pico/sound/sound.c b/Pico/sound/sound.c index e296742..cfa21a4 100644 --- a/Pico/sound/sound.c +++ b/Pico/sound/sound.c @@ -35,8 +35,8 @@ int PsndDacLine=0; short *PsndOut=NULL; // PCM data buffer // timers -int timer_a_next_oflow, timer_a_step, timer_a_offset; // in z80 cycles -int timer_b_next_oflow, timer_b_step, timer_b_offset; +int timer_a_next_oflow, timer_a_step; // in z80 cycles +int timer_b_next_oflow, timer_b_step; // sn76496 extern int *sn76496_regs;