mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-03 14:11:11 +00:00
parent
1f0fba4c13
commit
1407f14ee8
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ int DivPlatformAY8930::dispatch(DivCommand c) {
|
|||
}
|
||||
} else {
|
||||
chan[c.chan].duty=c.value&15;
|
||||
immWrite(0x16,chan[c.chan].duty);
|
||||
immWrite(0x16+c.chan,chan[c.chan].duty);
|
||||
}
|
||||
break;
|
||||
case DIV_CMD_STD_NOISE_FREQ:
|
||||
|
|
Loading…
Reference in a new issue