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:
Andreas Müller 2019-03-07 20:11:01 +01:00
parent 725fa0f772
commit 3a0edd9a80

View File

@ -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;