mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
(sync fix)
This commit is contained in:
parent
ea8f98ad6f
commit
bcb17dbca9
@ -245,9 +245,7 @@ void i5000snd_device::write_reg16(UINT8 reg, UINT16 data)
|
||||
for (int ch = 0; ch < 16; ch++)
|
||||
{
|
||||
if (data & (1 << ch))
|
||||
{
|
||||
m_channels[ch].is_playing = false;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
@ -268,6 +266,7 @@ void i5000snd_device::write_reg16(UINT8 reg, UINT16 data)
|
||||
READ16_MEMBER( i5000snd_device::read )
|
||||
{
|
||||
UINT16 ret = 0;
|
||||
m_stream->update();
|
||||
|
||||
switch (offset)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user