ymf271: Timer setup fix [trap15]

This commit is contained in:
Olivier Galibert 2012-03-08 12:48:15 +00:00
parent 1b3a299c0d
commit 2127a817bf

View File

@ -1452,6 +1452,8 @@ static void ymf271_write_timer(YMF271Chip *chip, int data)
{
chip->timerA |= (data & 0xff)<<8;
}
else
chip->timerA |= 0x200;
}
break;