diff options
Diffstat (limited to 'src/devices/sound/c352.h')
-rw-r--r-- | src/devices/sound/c352.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/c352.h b/src/devices/sound/c352.h index 7a55bb45905..5715bf653cf 100644 --- a/src/devices/sound/c352.h +++ b/src/devices/sound/c352.h @@ -105,7 +105,7 @@ private: int m_divider; c352_voice_t m_c352_v[32]; - + int16_t m_mulawtab[256]; uint16_t m_random; |