mame/docs/source/techspecs
Vas Crabb a185091855
Addressed some Lua scripting pitfalls. (#9294)
Addressed pure virtual function call crash on end of emulation session
if you haven't explicitly removed all address space taps, memory
corruption on end of emulation session if you haven't explicitly removed
all address space change notifiers, and symbol being garbage-collected
out from under you while you have parsed expressions or other symbol
tables that depend on them.

Removed the copy constructor for parsed expressions as the underlying
C++ copy constructor appears to be broken, and simplified symbol table
constructors.  Also made symbol table add methods return the new entry
to avoid the need for an extra lookup.

Fixed breakpoint/watchpoint objects being inappropriately copied into
the tables returned by bplist() and wplist(), allowing the enabled
property to be modifiable for breakpoint and watchpoint objects in Lua.

Fixed drivers and devices causing a new memory pass-through handler to
be allocated on each soft reset, and fixed multiple instances of taps
being installed in the event the machine is reset before the tap is
removed.

Added classes for managing broadcast subscriptions, and adapted address
spaces to use this for change notifications.
2022-02-12 04:10:39 +11:00
..
device_disasm_interface.rst dvdisasm: Overhaul [O. Galibert] 2017-11-26 17:41:27 +01:00
device_memory_interface.rst Got rid of a couple of easy auto_alloc_array 2020-11-09 05:09:18 +11:00
device_rom_interface.rst -emu/dirom.{h,ipp}: Cleaned up and made it stricter. 2020-11-09 03:55:50 +11:00
floppy.rst Fix typos 2017-03-24 23:26:03 +05:30
index.rst Add docs for poly_manager. 2021-09-04 16:37:57 -07:00
layout_files.rst emu/render.cpp, emu/rendlay.cpp: Added scroll support for all elements. 2021-11-18 10:34:38 +11:00
layout_script.rst emu/render.cpp, emu/rendlay.cpp: Added scroll support for all elements. 2021-11-18 10:34:38 +11:00
luaengine.rst version bump for 0.227, some documentation clean-up 2020-12-31 02:46:10 +11:00
luareference.rst Addressed some Lua scripting pitfalls. (#9294) 2022-02-12 04:10:39 +11:00
m6502.rst allow repeating elements and groups - useful if you need e.g. a lot of numbered labels, but it limits complay.py's ability to check for invalid references as it can't evaluate expressions (nw) 2018-07-22 09:52:50 +10:00
memory.rst Fun with flags: Allows handlers to have user-defined flags set on 2021-11-28 17:51:46 +01:00
naming.rst Updated Chinese localisation. [YuiFAN] 2021-05-31 03:06:47 +10:00
nscsi.rst Fixed broken document structure 2018-10-04 15:42:44 -03:00
object_finders.rst -emu/devfind: More cleanup/consistency changes. 2020-11-13 15:26:31 +11:00
poly_manager.rst docs: Update css for sphinx_rtd_theme to latest version, which includes selectors missing from old version. 2021-09-05 21:54:43 -07:00