mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-03 17:57:26 +00:00
Lynx: whoopsie
This commit is contained in:
parent
e7375fd733
commit
b701f06a98
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ void DivPlatformLynx::tick(bool sysTick) {
|
|||
if (chan[i].updateLFSR) {
|
||||
WRITE_LFSR(i, (chan[i].lfsr&0xff));
|
||||
WRITE_OTHER(i, ((chan[i].lfsr&0xf00)>>4));
|
||||
chan[i].updateLFSR=false;
|
||||
}
|
||||
if (chan[i].std.duty.had) {
|
||||
chan[i].duty=chan[i].std.duty.val;
|
||||
|
|
Loading…
Reference in a new issue