mirror of
https://github.com/holub/mame
synced 2025-06-23 12:58:37 +03:00
Fixed mikrosha.c regression (nw)
This commit is contained in:
parent
6babba5d25
commit
10f04d506c
@ -36,7 +36,7 @@ MACHINE_RESET_MEMBER(mikrosha_state,mikrosha)
|
||||
{
|
||||
if (m_cart->exists())
|
||||
m_maincpu->space(AS_PROGRAM).install_read_handler(0x8000, 0x8000+m_cart->get_rom_size()-1, read8_delegate(FUNC(generic_slot_device::read_rom),(generic_slot_device*)m_cart));
|
||||
radio86_state::machine_reset();
|
||||
MACHINE_RESET_CALL_MEMBER(radio86);
|
||||
}
|
||||
|
||||
/* Address maps */
|
||||
|
Loading…
Reference in New Issue
Block a user