summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ym2151.h
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2020-06-25 19:56:23 -0400
committer arbee <rb6502@users.noreply.github.com>2020-06-25 19:56:23 -0400
commit3e4e28ff0a5f7c265bd57dc309eb0d9fc0b0c60d (patch)
treebc81b1983500da638dc1bddf22a42ebc074da93a /src/devices/sound/ym2151.h
parent5c5f0beb276ec36cfd80e34fc213c0a2d0987f52 (diff)
Fix Clang build (nw)
Diffstat (limited to 'src/devices/sound/ym2151.h')
-rw-r--r--src/devices/sound/ym2151.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/sound/ym2151.h b/src/devices/sound/ym2151.h
index d5e455f3fbd..51020ec12d2 100644
--- a/src/devices/sound/ym2151.h
+++ b/src/devices/sound/ym2151.h
@@ -248,8 +248,6 @@ private:
*/
int32_t dt1_freq[8*32]; /* 8 DT1 levels, 32 KC values */
- uint32_t noise_tab[32]; /* 17bit Noise Generator periods */
-
// internal state
sound_stream * m_stream;
uint8_t m_lastreg;