Fix build
This commit is contained in:
parent
f7768dafe3
commit
9b877764c4
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue