mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
bus/bbc: remove remaining stream_sample_t
This commit is contained in:
parent
0df758f2b1
commit
4dc5e3fc62
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user