mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
part 3 - C64 mishap
This commit is contained in:
parent
51207e58ad
commit
51761bc6df
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ void DivPlatformC64::tick() {
|
|||
}
|
||||
if (chan[i].std.duty.had) {
|
||||
DivInstrument* ins=parent->getIns(chan[i].ins);
|
||||
if (ins->std.dutyMacro.mode) {
|
||||
if (ins->c64.dutyIsAbs) {
|
||||
chan[i].duty=chan[i].std.duty.val;
|
||||
} else {
|
||||
chan[i].duty-=((signed char)chan[i].std.duty.val-12)*4;
|
||||
|
|
Loading…
Reference in a new issue