diff --git a/src/sound/snd_opl_ymfm.cpp b/src/sound/snd_opl_ymfm.cpp index 28ea7a621..c5ee107c5 100644 --- a/src/sound/snd_opl_ymfm.cpp +++ b/src/sound/snd_opl_ymfm.cpp @@ -63,7 +63,7 @@ public: protected: int32_t m_buffer[SOUNDBUFLEN * 2]; - uint32_t m_buf_pos; + int m_buf_pos; int8_t m_flags; fm_type m_type; };