X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fsound%2Fsound.c;h=cfa21a4d1f5eb8a196d2e39f9dc88010cdc5517f;hb=9a04536c0898f9cfe0a3a1cff739fdfd32a3d2cc;hp=e2967421a9804fc88b0b2be92be1f285f6af476b;hpb=4936aac1cac5db9c8a0bec2d743d05be5c799f1f;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;