mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
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:
parent
411cba9099
commit
48dc74f20a
3 changed files with 16 additions and 19 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue