mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-24 05:25:12 +00:00
minor style fix
This commit is contained in:
parent
5d63b253ce
commit
1d882b0ca7
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue