VRC6: what?
stripping the timer out worsens performace, but only removing the tick call improves it????
This commit is contained in:
parent
0e7df18ab3
commit
0efe232ae8
|
@ -18,10 +18,6 @@ void vrcvi_core::tick()
|
||||||
m_out += m_pulse[1].get_output();
|
m_out += m_pulse[1].get_output();
|
||||||
m_out += m_sawtooth.get_output(); // add 5 bit sawtooth output
|
m_out += m_sawtooth.get_output(); // add 5 bit sawtooth output
|
||||||
}
|
}
|
||||||
if (m_timer.tick())
|
|
||||||
{
|
|
||||||
m_timer.counter_tick();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void vrcvi_core::reset()
|
void vrcvi_core::reset()
|
||||||
|
|
Loading…
Reference in a new issue