mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
plugins/cheat: oops (nw)
This commit is contained in:
parent
02e77eb610
commit
2cbdb17ed8
@ -168,7 +168,7 @@ function simple.conv_cheat(data)
|
|||||||
elseif size and val then
|
elseif size and val then
|
||||||
cheat = { desc = desc, space = { cpup = { tag = cputag, type = "program" } } }
|
cheat = { desc = desc, space = { cpup = { tag = cputag, type = "program" } } }
|
||||||
if size == "w" then
|
if size == "w" then
|
||||||
size "u16"
|
size = "u16"
|
||||||
elseif size == "d" then
|
elseif size == "d" then
|
||||||
size = "u32"
|
size = "u32"
|
||||||
elseif size == "q" then
|
elseif size == "q" then
|
||||||
|
Loading…
Reference in New Issue
Block a user