Virtual Boy: write noise mode in forceIns
This commit is contained in:
parent
25a832f9fc
commit
1dc6ac5b20
|
|
@ -419,6 +419,7 @@ void DivPlatformVB::forceIns() {
|
||||||
}
|
}
|
||||||
chWrite(i,0x01,isMuted[i]?0:chan[i].pan);
|
chWrite(i,0x01,isMuted[i]?0:chan[i].pan);
|
||||||
}
|
}
|
||||||
|
writeEnv(5,true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void* DivPlatformVB::getChanState(int ch) {
|
void* DivPlatformVB::getChanState(int ch) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue