mirror of
https://github.com/holub/mame
synced 2025-04-29 19:37:17 +03:00
![]() * 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. |
||
---|---|---|
.. | ||
device_disasm_interface.rst | ||
device_memory_interface.rst | ||
device_rom_interface.rst | ||
floppy.rst | ||
index.rst | ||
inputsystem.rst | ||
layout_files.rst | ||
layout_script.rst | ||
luaengine.rst | ||
luareference.rst | ||
m6502.rst | ||
memory.rst | ||
naming.rst | ||
nscsi.rst | ||
object_finders.rst | ||
poly_manager.rst |