Merge pull request #4732 from schnitzeltony/pokey-fixup

pokey: force recalculation of raw sound output after reset
This commit is contained in:
ajrhacker 2019-03-07 21:14:37 -05:00 committed by GitHub
commit 6baa512f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;