Fixed a warning in the YMFM code.

This commit is contained in:
OBattler
2022-07-28 03:49:35 +02:00
parent 7b96ac8c84
commit e47769d2f7

View File

@@ -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;
};