mirror of
https://github.com/holub/mame
synced 2025-05-29 00:53:09 +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;
|
chip->timerA |= (data & 0xff)<<8;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
chip->timerA |= 0x200;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user