From 8ab8eb43b9e60f4c68a338a29da3e09a377585ce Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Sat, 17 Dec 2016 18:23:30 -0500 Subject: [PATCH] Update Cartridge.cs --- BizHawk.Emulation.Cores/Consoles/Intellivision/Cartridge.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Intellivision/Cartridge.cs b/BizHawk.Emulation.Cores/Consoles/Intellivision/Cartridge.cs index ee2dcca718..1c5d95b43c 100644 --- a/BizHawk.Emulation.Cores/Consoles/Intellivision/Cartridge.cs +++ b/BizHawk.Emulation.Cores/Consoles/Intellivision/Cartridge.cs @@ -9,7 +9,7 @@ namespace BizHawk.Emulation.Cores.Intellivision { private ushort[] Data = new ushort[56320]; - private ushort[] Cart_Ram = new ushort[0x400]; + private ushort[] Cart_Ram = new ushort[0x800]; // There are 10 mappers Intellivision games use (not counting intellicart which is handled seperately) // we will pick the mapper from the game DB and default to 0