diff options
Diffstat (limited to 'src/devices/sound/tms3631.h')
| -rw-r--r-- | src/devices/sound/tms3631.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/tms3631.h b/src/devices/sound/tms3631.h index 62affa48bb5..00335ecbc12 100644 --- a/src/devices/sound/tms3631.h +++ b/src/devices/sound/tms3631.h @@ -32,8 +32,8 @@ private: sound_stream *m_stream; int m_samplerate; int m_basefreq; -// int m_counter8[8]; -// int m_output8; +// int m_counter8[8]; +// int m_output8; int m_enable; int m_wclk, m_ce; u8 m_channel_select; |
