Fix build

This commit is contained in:
cam900 2023-04-02 23:33:34 +09:00
parent f7768dafe3
commit 9b877764c4

View file

@ -42,7 +42,6 @@ void k053260_core::voice_t::tick(u32 cycle)
{ {
if (m_enable && m_busy) if (m_enable && m_busy)
{ {
bool update = false;
// update counter // update counter
m_counter += cycle; m_counter += cycle;
if (m_counter >= 0x1000) if (m_counter >= 0x1000)