trunk/src/mame/drivers/neogeo.c
| r31141 | r31142 | |
| 1160 | 1160 | |
| 1161 | 1161 | ym->reset(); // reset it again to get the new pointers |
| 1162 | 1162 | |
| 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 | |
| 1163 | 1168 | space.install_rom(0x000080, 0x0fffff, m_region_maincpu->base()+0x80); // reinstall the base program rom handler |
| 1164 | 1169 | |
| 1165 | 1170 | 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()); |