hmmm
This commit is contained in:
parent
1ac45e27a2
commit
8478481466
2 changed files with 4 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ void DivPlatformC64::tick() {
|
|||
}
|
||||
}
|
||||
if (chan[i].std.hadDuty) {
|
||||
chan[i].duty+=(signed char)chan[i].std.duty;
|
||||
chan[i].duty-=((signed char)chan[i].std.duty-12)*4;
|
||||
sid.write(i*7+2,chan[i].duty&0xff);
|
||||
sid.write(i*7+3,chan[i].duty>>8);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue