plugins/cheat: oops (nw)

master
cracyc 2017-06-15 19:39:57 -05:00 committed by GitHub
parent eca1241144
commit 4d69d70d20
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ function codefuncs.megadriv_ar(desc, code)
if #code ~= 10 then
error("error action replay cheat incorrect length " .. desc)
end
local addr = tonumber(code:sub(1, 7), 16)
local addr = tonumber(code:sub(1, 6), 16)
local val = tonumber(code:sub(7, 10), 16)
if addr < 0xff0000 then
error("error action replay cheat not ram addr " .. desc)