Previous 199869 Revisions Next

r33984 Saturday 20th December, 2014 at 17:09:18 UTC by R. Belmont
(MESS) Intellivison: fix loading of very large .rom carts like D2K Arcade. [R. Belmont]
[src/emu/bus/intv]slot.c

trunk/src/emu/bus/intv/slot.c
r242495r242496
263263      if (temp != (num_segments ^ 0xff))
264264         return IMAGE_INIT_FAIL;
265265
266      m_cart->rom_alloc(0x10000, tag());
266      m_cart->rom_alloc(0x20000, tag());
267267      ROM = (UINT8 *)m_cart->get_rom_base();
268268
269269      for (int i = 0; i < num_segments; i++)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team