impossible compare fixed by darq

This commit is contained in:
Michaël Banaan Ananas 2012-06-10 18:35:46 +00:00
parent c97f98b14b
commit 3f884db5bd

View File

@ -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");