mirror of
https://github.com/holub/mame
synced 2025-07-06 10:29:38 +03:00
pv1000: update stream before writing to soundchip
This commit is contained in:
parent
3b6ef1d456
commit
ab72bc83dd
@ -73,6 +73,8 @@ void pv1000_sound_device::device_start()
|
||||
void pv1000_sound_device::voice_w(offs_t offset, uint8_t data)
|
||||
{
|
||||
offset &= 0x03;
|
||||
m_sh_channel->update();
|
||||
|
||||
switch (offset)
|
||||
{
|
||||
case 0x03:
|
||||
|
Loading…
Reference in New Issue
Block a user