mame/docs/source/luascript
Vas Crabb b807708470 emu/diimage.cpp: Added media change notifier and exposed to Lua.
This allows interested parties to receive notifications on media
changes.  This is demonstrated by the file manager and media image
information menus now updating immediately if the system ejects a
mounted image, or a mounted image is changed by a script or something.

ui/filemngr.cpp, ui/info.cpp: Update file manager and media image
information menus immediately on media image changes.

ui/menu.cpp: Return index of added item from item_append.

bus/generic/slot.cpp: Use out-of-line virtual destructors to avoid
vtable link errors in certain single-driver builds.

bus/nubus: Tidy up some #include statements.
2023-12-14 02:06:19 +11:00
..
index.rst
ref-common.rst luaengine.cpp: Restored ability for wait functions to yield values from coroutines. 2023-11-17 02:56:56 +11:00
ref-core.rst
ref-debugger.rst
ref-devices.rst emu/diimage.cpp: Added media change notifier and exposed to Lua. 2023-12-14 02:06:19 +11:00
ref-input.rst
ref-mem.rst sega/sega_beena.cpp: Added basic book page display. 2023-11-04 00:37:48 +11:00
ref-render.rst Added some additional layout functionality and script bindings. 2023-10-30 03:11:15 +11:00