aboutsummaryrefslogtreecommitdiff
path: root/source/cheats2.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/cheats2.c')
-rw-r--r--source/cheats2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cheats2.c b/source/cheats2.c
index d45e229..845918d 100644
--- a/source/cheats2.c
+++ b/source/cheats2.c
@@ -98,7 +98,7 @@ extern SCheatData Cheat;
void S9xInitCheatData ()
{
Cheat.RAM = Memory.RAM;
- Cheat.SRAM = SRAM;
+ Cheat.SRAM = Memory.SRAM;
Cheat.FillRAM = Memory.FillRAM;
}