Fix for ym2413.c from MAME
This commit is contained in:
parent
2c8dd79696
commit
7152e721cf
|
@ -1675,7 +1675,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