diff options
| author | 2016-04-23 13:51:08 -0500 | |
|---|---|---|
| committer | 2016-04-23 13:51:08 -0500 | |
| commit | 9c81ead8b05677438b4a871c03f0a7101930b712 (patch) | |
| tree | 1c678ec75a4702d1ec328ab1a284528b2d977544 /plugins/cheatfind | |
| parent | a9910b679d3afa7cefecc3daa9eea85f7149ca7b (diff) | |
plugins/cheat: make ram work properly (nw)
Diffstat (limited to 'plugins/cheatfind')
| -rw-r--r-- | plugins/cheatfind/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cheatfind/init.lua b/plugins/cheatfind/init.lua index 2fe4072e668..c2f56c531e2 100644 --- a/plugins/cheatfind/init.lua +++ b/plugins/cheatfind/init.lua @@ -476,7 +476,7 @@ function cheatfind.startplugin() end if dev.space.shortname then - cheat.ram = dev.tag + cheat.ram = { ram = dev.tag } cheat.script.on = "ram:write(" .. match.addr .. "," .. match.newval .. ")" else cheat.space = { cpu = { tag = dev.tag, type = "program" } } |
