summaryrefslogtreecommitdiffstats
path: root/plugins/cheatfind/init.lua
diff options
context:
space:
mode:
author RobertoFresca <robbie@mamedev.org>2016-04-23 16:18:53 -0300
committer RobertoFresca <robbie@mamedev.org>2016-04-23 16:18:53 -0300
commitd157233d679c8dc0ea71d449f5501de01d8db2ee (patch)
tree45053a8bd845ccd263015f8c8169956a2e790c2f /plugins/cheatfind/init.lua
parent8a65666cee0f14101358f8d64e2f56b6ba1b1268 (diff)
parent9c81ead8b05677438b4a871c03f0a7101930b712 (diff)
Merge branch 'master' of https://github.com/mamedev/mame
Diffstat (limited to 'plugins/cheatfind/init.lua')
-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 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" } }