bus/bbc: remove remaining stream_sample_t

This commit is contained in:
Vas Crabb 2020-09-28 20:44:35 +10:00
parent 0df758f2b1
commit 4dc5e3fc62

View File

@ -63,8 +63,8 @@ private:
bool m_disable;
bool m_modulate;
stream_sample_t m_sam_l[16];
stream_sample_t m_sam_r[16];
int32_t m_sam_l[16];
int32_t m_sam_r[16];
emu_timer *m_dsp_timer;