mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +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,
|
||||
input_trans = input_trans,
|
||||
input_run = function(list) input_run(cheat, list) end,
|
||||
os = { time = os.time, date = os.date, difftime = os.difftime },
|
||||
table =
|
||||
{ insert = table.insert,
|
||||
remove = table.remove } }
|
||||
|
Loading…
Reference in New Issue
Block a user