timer adjustments based on Nem's new info
[picodrive.git] / Pico / sound / sound.c
index e296742..cfa21a4 100644 (file)
@@ -35,8 +35,8 @@ int PsndDacLine=0;
 short *PsndOut=NULL; // PCM data buffer\r
 \r
 // timers\r
-int timer_a_next_oflow, timer_a_step, timer_a_offset; // in z80 cycles\r
-int timer_b_next_oflow, timer_b_step, timer_b_offset;\r
+int timer_a_next_oflow, timer_a_step; // in z80 cycles\r
+int timer_b_next_oflow, timer_b_step;\r
 \r
 // sn76496\r
 extern int *sn76496_regs;\r