summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/intv/slot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/intv/slot.c')
-rw-r--r--src/emu/bus/intv/slot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/intv/slot.c b/src/emu/bus/intv/slot.c
index 4b633fdb997..621c4014bb2 100644
--- a/src/emu/bus/intv/slot.c
+++ b/src/emu/bus/intv/slot.c
@@ -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++)