summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/intv
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2014-10-09 03:50:39 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2014-10-09 03:50:39 +0000
commit6825cee8a0b427527f983aed4c1e9080062ec5e6 (patch)
tree73282b016a96fcb9b66a09314feb934db0e1a281 /src/emu/bus/intv
parent479454ad8fe817bcf6bf898909a880c9f0b51278 (diff)
whoops III (and hopefully last). nw.
Diffstat (limited to 'src/emu/bus/intv')
-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 30e87ea2cb9..0b60e504593 100644
--- a/src/emu/bus/intv/slot.c
+++ b/src/emu/bus/intv/slot.c
@@ -312,7 +312,7 @@ int intv_cart_slot_device::load_fullpath()
int mapper, rom[5], ram, extra;
astring extrainfo;
- m_cart->rom_alloc(0x10000, tag());
+ m_cart->rom_alloc(0x20000, tag());
ROM = (UINT8 *)m_cart->get_rom_base();
if (!hashfile_extrainfo(*this, extrainfo))