mirror of
https://github.com/holub/mame
synced 2025-05-25 23:35:26 +03:00
impossible compare fixed by darq
This commit is contained in:
parent
c97f98b14b
commit
3f884db5bd
@ -1751,7 +1751,7 @@ static void OPLLWriteReg(YM2413 *chip, int r, int v)
|
||||
}
|
||||
else
|
||||
{
|
||||
if ((chip->rhythm&0x20)==1)
|
||||
if (chip->rhythm&0x20)
|
||||
/*rhythm on to off*/
|
||||
{
|
||||
logerror("YM2413: Rhythm mode disable\n");
|
||||
|
Loading…
Reference in New Issue
Block a user