minor style fix
This commit is contained in:
parent
5d63b253ce
commit
1d882b0ca7
|
@ -138,7 +138,7 @@ void DivZSM::writePSG(unsigned char a, unsigned char v) {
|
||||||
// Pulse width on non-pulse waves is nonsense and wasteful
|
// Pulse width on non-pulse waves is nonsense and wasteful
|
||||||
// No need to preserve state here because the next write that
|
// No need to preserve state here because the next write that
|
||||||
// selects pulse will also set the pulse width in this register
|
// selects pulse will also set the pulse width in this register
|
||||||
v=v&0xc0;
|
v&=0xc0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (psgState[psg_PREV][a]==v) {
|
if (psgState[psg_PREV][a]==v) {
|
||||||
|
|
Loading…
Reference in a new issue