mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +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,
|
||||
pairs = pairs,
|
||||
ipairs = ipairs,
|
||||
table_insert = table.insert,
|
||||
table_remove = table.remove }
|
||||
table =
|
||||
{ insert = table.insert,
|
||||
remove = table.remove } }
|
||||
cheat.enabled = false
|
||||
-- verify scripts are valid first
|
||||
if not cheat.script then
|
||||
|
Loading…
Reference in New Issue
Block a user