apollo.cpp: fixed MT07530 (nw)

This commit is contained in:
Ivan Vangelista 2019-12-25 20:56:22 +01:00
parent 9cdfd118d3
commit 9e9542fe3f

View File

@ -967,7 +967,7 @@ void apollo_state::init_dn3500()
// MLOG1(("driver_init_dn3500"));
/* hook the RESET line, which resets a slew of other components */
m_maincpu->set_reset_callback(FUNC(apollo_state::apollo_reset_instr_callback));
m_maincpu->set_reset_callback(*this, FUNC(apollo_state::apollo_reset_instr_callback));
ram_base_address = DN3500_RAM_BASE;
ram_end_address = DN3500_RAM_END;