mirror of
https://github.com/holub/mame
synced 2025-05-12 17:14:19 +03:00
update stream before writing soundreg
This commit is contained in:
parent
30bd06c232
commit
7f1f57d8ff
@ -437,6 +437,8 @@ static void ymf278b_B_w(YMF278BChip *chip, UINT8 reg, UINT8 data)
|
||||
|
||||
static void ymf278b_C_w(YMF278BChip *chip, UINT8 reg, UINT8 data)
|
||||
{
|
||||
chip->stream->update();
|
||||
|
||||
// Handle slot registers specifically
|
||||
if (reg >= 0x08 && reg <= 0xf7)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user