wip snes 3
This commit is contained in:
parent
0ee6d761f5
commit
73c6adb821
3 changed files with 3 additions and 2 deletions
|
|
@ -87,7 +87,7 @@ void DivPlatformSNES::acquire(short* bufL, short* bufR, size_t start, size_t len
|
|||
}
|
||||
}
|
||||
|
||||
void DivPlatformSNES::tick() {
|
||||
void DivPlatformSNES::tick(bool sysTick) {
|
||||
// KON/KOFF can't be written several times per one sample
|
||||
// so they have to be accumulated
|
||||
unsigned char kon=0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue