mirror of
https://github.com/holub/mame
synced 2025-07-01 00:09:18 +03:00
Merge pull request #5377 from npwoods/lua_spelling_correction
Minor spelling correction (nw)
This commit is contained in:
commit
69c488c6c2
@ -958,7 +958,7 @@ void lua_engine::initialize()
|
||||
*
|
||||
* 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.
|
||||
* thread runs until yield() and/or terminates on return.
|
||||
* thread:continue(val) - resume thread that has yielded and pass val to it
|
||||
|
Loading…
Reference in New Issue
Block a user