mirror of
https://github.com/holub/mame
synced 2025-05-25 23:35:26 +03:00
ymf271: Timer setup fix [trap15]
This commit is contained in:
parent
1b3a299c0d
commit
2127a817bf
@ -1452,6 +1452,8 @@ static void ymf271_write_timer(YMF271Chip *chip, int data)
|
||||
{
|
||||
chip->timerA |= (data & 0xff)<<8;
|
||||
}
|
||||
else
|
||||
chip->timerA |= 0x200;
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user