Previous 199869 Revisions Next

r31142 Monday 30th June, 2014 at 17:11:29 UTC by David Haywood
(nw)

(these got lost from the old softlist code, causing instability)
[src/mame/drivers]neogeo.c

trunk/src/mame/drivers/neogeo.c
r31141r31142
11601160     
11611161      ym->reset(); // reset it again to get the new pointers
11621162
1163      // these could have changed, ensure the pointers are valid
1164      m_region_maincpu.findit();
1165      m_region_sprites.findit();
1166      m_region_fixed.findit();
1167
11631168      space.install_rom(0x000080, 0x0fffff, m_region_maincpu->base()+0x80); // reinstall the base program rom handler
11641169
11651170      m_cartslots[m_currentslot]->activate_cart(machine(), m_maincpu, m_region_maincpu->base(), m_region_maincpu->bytes(), m_cartslots[m_currentslot]->get_fixed_base(), m_cartslots[m_currentslot]->get_fixed_size());

Previous 199869 Revisions Next


© 1997-2024 The MAME Team