mirror of
https://github.com/holub/mame
synced 2025-05-12 09:08:53 +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)
|
static void ymf278b_C_w(YMF278BChip *chip, UINT8 reg, UINT8 data)
|
||||||
{
|
{
|
||||||
|
chip->stream->update();
|
||||||
|
|
||||||
// Handle slot registers specifically
|
// Handle slot registers specifically
|
||||||
if (reg >= 0x08 && reg <= 0xf7)
|
if (reg >= 0x08 && reg <= 0xf7)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user