mame/plugins/console
Vas Crabb 5f97af903c
-Lua engine: run everything in coroutines. (#11019)
* This lets you use emu.wait(...) directly without mucking around creating coroutines.
* Allow emu.wait to accept an attotime argument.
* Added a couple more wait helper functions.

-emu/profiler.h: Actually use scope-based profiling helpers.
* This makes the comment at the top of emu/profile.h less dishonest, and makes it easier to write exception-safe code.
* Got rid of some do { ... } while (0) loops that only existed so break could be used like a goto.
2023-03-25 05:53:58 +11:00
..
init.lua -Lua engine: run everything in coroutines. (#11019) 2023-03-25 05:53:58 +11:00
plugin.json srcclean (nw) 2016-11-27 09:56:49 +11:00