diff options
-rw-r--r-- | src/emu/bus/intv/slot.c | 2 |
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++) |