Lynx: whoopsie
This commit is contained in:
parent
e7375fd733
commit
b701f06a98
|
@ -266,6 +266,7 @@ void DivPlatformLynx::tick(bool sysTick) {
|
||||||
if (chan[i].updateLFSR) {
|
if (chan[i].updateLFSR) {
|
||||||
WRITE_LFSR(i, (chan[i].lfsr&0xff));
|
WRITE_LFSR(i, (chan[i].lfsr&0xff));
|
||||||
WRITE_OTHER(i, ((chan[i].lfsr&0xf00)>>4));
|
WRITE_OTHER(i, ((chan[i].lfsr&0xf00)>>4));
|
||||||
|
chan[i].updateLFSR=false;
|
||||||
}
|
}
|
||||||
if (chan[i].std.duty.had) {
|
if (chan[i].std.duty.had) {
|
||||||
chan[i].duty=chan[i].std.duty.val;
|
chan[i].duty=chan[i].std.duty.val;
|
||||||
|
|
Loading…
Reference in a new issue