jackal.cpp: removed now unneeded hack

This commit is contained in:
Ivan Vangelista 2021-12-25 21:23:48 +01:00
parent 8a7c41ad97
commit 8b3cff4247

View File

@ -315,10 +315,6 @@ void jackal_state::machine_start()
void jackal_state::machine_reset()
{
// HACK: running at the nominal clock rate, music stops working
// at the beginning of the game. This fixes it.
m_slavecpu->set_clock_scale(1.5);
m_irq_enable = 0;
}