mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
plugins/cheat: fix opcode space (nw)
This commit is contained in:
parent
7d091028f5
commit
2fff9bbd82
@ -69,10 +69,14 @@ function xml.conv_cheat(data)
|
||||
fullspace = "data"
|
||||
elseif space == "i" then
|
||||
fullspace = "io"
|
||||
elseif space == "r" or space == "o" then
|
||||
elseif space == "r" then
|
||||
fullspace = "program"
|
||||
mod = "direct_"
|
||||
space = "p"
|
||||
elseif space == "o" then
|
||||
fullspace = "decrypted_opcodes"
|
||||
mod = "direct_"
|
||||
space = "o"
|
||||
end
|
||||
if width == "b" then
|
||||
width = "u8"
|
||||
|
Loading…
Reference in New Issue
Block a user