add different clock speed, optimize channel processing, add quarter clock speed flag
This commit is contained in:
parent
802f55a26e
commit
6417da27e9
5 changed files with 209 additions and 113 deletions
|
|
@ -198,6 +198,7 @@ class DivPlatformSID3: public DivDispatch {
|
|||
|
||||
unsigned char sampleTick; //used to update streamed sample and not clash with other reg writes at high rate samples
|
||||
bool updateSample;
|
||||
bool quarterClock;
|
||||
|
||||
friend void putDispatchChip(void*,int);
|
||||
friend void putDispatchChan(void*,int,int);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue