mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
plugins/cheat: add time functions to cheat sandbox
This commit is contained in:
parent
ea6c34dbbc
commit
2c485b158c
@ -391,6 +391,7 @@ function cheat.startplugin()
|
|||||||
time = time,
|
time = time,
|
||||||
input_trans = input_trans,
|
input_trans = input_trans,
|
||||||
input_run = function(list) input_run(cheat, list) end,
|
input_run = function(list) input_run(cheat, list) end,
|
||||||
|
os = { time = os.time, date = os.date, difftime = os.difftime },
|
||||||
table =
|
table =
|
||||||
{ insert = table.insert,
|
{ insert = table.insert,
|
||||||
remove = table.remove } }
|
remove = table.remove } }
|
||||||
|
Loading…
Reference in New Issue
Block a user