parent
1f0fba4c13
commit
1407f14ee8
|
|
@ -372,7 +372,7 @@ int DivPlatformAY8930::dispatch(DivCommand c) {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
chan[c.chan].duty=c.value&15;
|
chan[c.chan].duty=c.value&15;
|
||||||
immWrite(0x16,chan[c.chan].duty);
|
immWrite(0x16+c.chan,chan[c.chan].duty);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case DIV_CMD_STD_NOISE_FREQ:
|
case DIV_CMD_STD_NOISE_FREQ:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue