mirror of
https://github.com/holub/mame
synced 2025-05-15 10:28:16 +03:00
(MESS) Intellivison: fix loading of very large .rom carts like D2K Arcade. [R. Belmont]
This commit is contained in:
parent
8622158579
commit
e5de0260c6
@ -263,7 +263,7 @@ int intv_cart_slot_device::load_fullpath()
|
||||
if (temp != (num_segments ^ 0xff))
|
||||
return IMAGE_INIT_FAIL;
|
||||
|
||||
m_cart->rom_alloc(0x10000, tag());
|
||||
m_cart->rom_alloc(0x20000, tag());
|
||||
ROM = (UINT8 *)m_cart->get_rom_base();
|
||||
|
||||
for (int i = 0; i < num_segments; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user