From 7d3f1b366ff0908f72ccb7a9b7863bcee9c7e72c Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Sat, 10 Mar 2018 08:14:38 -0500 Subject: [PATCH] NESHawk: raise cap on cheats to include entire bus size --- BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.Core.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.Core.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.Core.cs index 1b9df766c7..7828f82e1d 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.Core.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.Core.cs @@ -48,7 +48,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES // cheat addr index tracker // disables all cheats each frame - public int[] cheat_indexes = new int[500]; + public int[] cheat_indexes = new int[0x10000]; public int num_cheats; // new input system