mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +03:00
plugins/cheat: make more compatible (nw)
This commit is contained in:
parent
52b99cfec8
commit
b66b2e679c
@ -154,8 +154,9 @@ function cheat.startplugin()
|
|||||||
frombcd = frombcd,
|
frombcd = frombcd,
|
||||||
pairs = pairs,
|
pairs = pairs,
|
||||||
ipairs = ipairs,
|
ipairs = ipairs,
|
||||||
table_insert = table.insert,
|
table =
|
||||||
table_remove = table.remove }
|
{ insert = table.insert,
|
||||||
|
remove = table.remove } }
|
||||||
cheat.enabled = false
|
cheat.enabled = false
|
||||||
-- verify scripts are valid first
|
-- verify scripts are valid first
|
||||||
if not cheat.script then
|
if not cheat.script then
|
||||||
|
Loading…
Reference in New Issue
Block a user