mame/plugins/cheat
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
..
cheat_json.lua plugins/cheat: add hotkey support [Carl] 2017-06-02 18:03:25 -05:00
cheat_simple.lua More Lua interface cleanup - it's simpler with cleaner underlyng APIs. 2020-12-27 01:32:37 +11:00
cheat_xml.lua plugins: fix cheatfind menu flags and write xml cheat text to ui container so it's not sideways on rotated screens 2021-11-03 20:01:07 -05:00
init.lua -Improved some Lua APIs: 2023-04-07 06:20:40 +10:00
plugin.json srcclean (nw) 2016-11-27 09:56:49 +11:00
xml_to_json.lua plugins/cheat: add hotkey support [Carl] 2017-06-02 18:03:25 -05:00