mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +03:00
plugins/cheat: oops (nw)
This commit is contained in:
parent
4badd94ad7
commit
f5191c8605
@ -54,6 +54,9 @@ local function xml_parse(data)
|
||||
return xml_table
|
||||
end
|
||||
|
||||
function xml.conv_cheat(data)
|
||||
local spaces, regions, output
|
||||
data = xml_parse(data)
|
||||
local cpu_spaces = {}
|
||||
|
||||
for tag, device in pairs(manager:machine().devices) do
|
||||
@ -67,10 +70,6 @@ for tag, device in pairs(manager:machine().devices) do
|
||||
end
|
||||
end
|
||||
|
||||
function xml.conv_cheat(data)
|
||||
local spaces, regions, output
|
||||
data = xml_parse(data)
|
||||
|
||||
local function convert_expr(data)
|
||||
local write = false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user