mame/plugins
Vas Crabb b67b969bf0 -Improved some Lua APIs:
* Moved several machine lifecycle callbacks to the notifier/subscriber
  model.  The old callback registration model is still available for
  them for now, but prints a deprecation warning.
* Added pre-save/post-load notifications.
* Use a single allocated timer rather than one anonymous timer per
  waiter.  Waiters no longer prevent saved states from being loaded.
* Clean up outstanding waiters on stop or state load rather than just
  leaking them.
* Started documenting parts of the emulator interface object that should
  be relatively stable.

-imagedev/avivideo.cpp: Fixed an object leak on unload.  Also changed
 some other media image devices to use smart pointers.
2023-04-07 06:20:40 +10:00
..
autofire -Improved some Lua APIs: 2023-04-07 06:20:40 +10:00
cheat -Improved some Lua APIs: 2023-04-07 06:20:40 +10:00
cheatfind -Improved some Lua APIs: 2023-04-07 06:20:40 +10:00
commonui Input refactoring: 2023-02-18 06:18:45 +11:00
console -Improved some Lua APIs: 2023-04-07 06:20:40 +10:00
data -Improved some Lua APIs: 2023-04-07 06:20:40 +10:00
discord -Improved some Lua APIs: 2023-04-07 06:20:40 +10:00
dummy -Improved some Lua APIs: 2023-04-07 06:20:40 +10:00
gdbstub -Improved some Lua APIs: 2023-04-07 06:20:40 +10:00
hiscore -Improved some Lua APIs: 2023-04-07 06:20:40 +10:00
inputmacro -Improved some Lua APIs: 2023-04-07 06:20:40 +10:00
json
layout -Improved some Lua APIs: 2023-04-07 06:20:40 +10:00
portname osd/modules/file: Don't magically substitute environment variables when opening files. (#9859) 2022-12-17 06:03:59 +11:00
timecode -Improved some Lua APIs: 2023-04-07 06:20:40 +10:00
timer -Improved some Lua APIs: 2023-04-07 06:20:40 +10:00
xml
boot.lua osd/modules/file: Don't magically substitute environment variables when opening files. (#9859) 2022-12-17 06:03:59 +11:00
plugin.schema -Cleaned up CI targets: 2021-10-22 02:46:52 +11:00
README.md

Plugins

LUA plugins contains code from various sources so license is per file.