Virtual Boy: phase reset macro
This commit is contained in:
parent
b4b7ab86fb
commit
2cead0b7f9
2 changed files with 2 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ void DivPlatformVB::tick(bool sysTick) {
|
|||
chan[i].freqChanged=true;
|
||||
}
|
||||
if (chan[i].std.phaseReset.had && chan[i].std.phaseReset.val==1) {
|
||||
// ???
|
||||
chWrite(i,0x00,0x80);
|
||||
}
|
||||
if (chan[i].active) {
|
||||
if (chan[i].ws.tick() || (chan[i].std.phaseReset.had && chan[i].std.phaseReset.val==1)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue