mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
jackal.cpp: removed now unneeded hack
This commit is contained in:
parent
8a7c41ad97
commit
8b3cff4247
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user