diff options
Diffstat (limited to 'src/devices/sound/aica.h')
-rw-r--r-- | src/devices/sound/aica.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/sound/aica.h b/src/devices/sound/aica.h index 3c78692ee97..957f6a9336f 100644 --- a/src/devices/sound/aica.h +++ b/src/devices/sound/aica.h @@ -206,6 +206,8 @@ private: stream_sample_t *m_bufferl; stream_sample_t *m_bufferr; + stream_sample_t *m_exts0; + stream_sample_t *m_exts1; int m_length; |