minor style fix

This commit is contained in:
MooingLemur 2023-08-15 00:58:56 -07:00
parent 5d63b253ce
commit 1d882b0ca7

View file

@ -138,7 +138,7 @@ void DivZSM::writePSG(unsigned char a, unsigned char v) {
// Pulse width on non-pulse waves is nonsense and wasteful
// No need to preserve state here because the next write that
// selects pulse will also set the pulse width in this register
v=v&0xc0;
v&=0xc0;
}
}
if (psgState[psg_PREV][a]==v) {