diff --git a/BizHawk.Emulation/Consoles/Atari/7800/Atari7800.cs b/BizHawk.Emulation/Consoles/Atari/7800/Atari7800.cs index 8356bf16b9..635c1f935f 100644 --- a/BizHawk.Emulation/Consoles/Atari/7800/Atari7800.cs +++ b/BizHawk.Emulation/Consoles/Atari/7800/Atari7800.cs @@ -151,7 +151,7 @@ namespace BizHawk Util.BytesToHexString(System.Security.Cryptography.MD5.Create().ComputeHash(rom)), "TODO"); - cart = new Cart7848(rom); //TODO: mapper selection system + cart = Cart.Create(rom, CartType.A7848); //TODO: mapper selection system int[] bob = new int[] { 0, 0, 0 };