mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
pokey: force recalculation of raw sound output after reset
* This fixes a regression introduced by [1]
* Could not detect a performance change introduced by this
[1] 308c3c2d04
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
parent
725fa0f772
commit
3a0edd9a80
@ -1031,6 +1031,7 @@ void pokey_device::write_internal(offs_t offset, uint8_t data)
|
||||
m_clock_cnt[0] = 0;
|
||||
m_clock_cnt[1] = 0;
|
||||
m_clock_cnt[2] = 0;
|
||||
m_old_raw_inval = true;
|
||||
/* FIXME: Serial port reset ! */
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user