summaryrefslogtreecommitdiffstatshomepage
path: root/plugins
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2016-06-11 22:38:01 -0500
committer cracyc <cracyc@users.noreply.github.com>2016-06-11 22:38:01 -0500
commitd1574082185c137a1214885c73b9d34af6d3f293 (patch)
tree854944d1afe384b3073d165ab573a58409d4ba9f /plugins
parent4d2fc96aa1746c88b2e93bfdc43689f94ccb7e39 (diff)
vt240: WIP (nw)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/cheatfind/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cheatfind/init.lua b/plugins/cheatfind/init.lua
index cce26177cfb..55ef7beb00e 100644
--- a/plugins/cheatfind/init.lua
+++ b/plugins/cheatfind/init.lua
@@ -588,7 +588,7 @@ function cheatfind.startplugin()
if dev.space.shortname then
cheat.ram = { ram = dev.tag }
- cheat.script.on = "ram:write(" .. match.addr .. "," .. match.newval .. ")"
+ cheat.script.run = "ram:write(" .. match.addr .. "," .. match.newval .. ")"
else
cheat.space = { cpu = { tag = dev.tag, type = "program" } }
cheat.script.run = "cpu:write_" .. wid .. "(" .. match.addr .. "," .. match.newval .. ")"