mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Minor spelling correction (nw)
This commit is contained in:
parent
d3999abb54
commit
deacca8115
@ -958,7 +958,7 @@ void lua_engine::initialize()
|
|||||||
*
|
*
|
||||||
* emu.thread()
|
* emu.thread()
|
||||||
*
|
*
|
||||||
* thread:start(scr) - run scr (lua code as string) in a seperate thread
|
* thread:start(scr) - run scr (lua code as string) in a separate thread
|
||||||
* in a new empty (other than modules) lua context.
|
* in a new empty (other than modules) lua context.
|
||||||
* thread runs until yield() and/or terminates on return.
|
* thread runs until yield() and/or terminates on return.
|
||||||
* thread:continue(val) - resume thread that has yielded and pass val to it
|
* thread:continue(val) - resume thread that has yielded and pass val to it
|
||||||
|
Loading…
Reference in New Issue
Block a user