Fix build

This commit is contained in:
cam900 2023-04-02 23:33:34 +09:00
parent f7768dafe3
commit 9b877764c4
1 changed files with 0 additions and 1 deletions

View File

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