mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
apollo.cpp: fixed MT07530 (nw)
This commit is contained in:
parent
9cdfd118d3
commit
9e9542fe3f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user