neopcb.cpp: fixed MT07205 (nw)

This commit is contained in:
Ivan Vangelista 2019-01-17 18:55:37 +01:00
parent 58624f66d8
commit 67f3994845

View File

@ -476,7 +476,7 @@ void neopcb_state::install_common()
m_bank_base = 0;
init_audio();
m_audiocpu->reset();
init_ym();
m_ym->reset();
init_sprites();
}