timer adjustments based on Nem's new info

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@513 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-07-02 11:40:19 +00:00
parent 411cba9099
commit 48dc74f20a
3 changed files with 16 additions and 19 deletions

View file

@ -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;