diff options
| author | 2025-12-02 04:57:54 -0500 | |
|---|---|---|
| committer | 2025-12-02 10:57:54 +0100 | |
| commit | 1dec0a8488be89ee4615142ee5bad56f9db891c0 (patch) | |
| tree | 5b1cadc2e7f0618a91f0e0858f2b7bf97a77fb29 /docs | |
| parent | f12675e71c4ffdc9e5dee439d7d6de4b821e44c5 (diff) | |
mame/luaengine.cpp: Access machine.side_effects_disabled (#14621)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/luascript/ref-core.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/luascript/ref-core.rst b/docs/source/luascript/ref-core.rst index ad6dc24d330..0b3760255aa 100644 --- a/docs/source/luascript/ref-core.rst +++ b/docs/source/luascript/ref-core.rst @@ -253,6 +253,8 @@ machine.exit_pending (read-only) A Boolean indicating whether the emulation session is scheduled to exit. machine.hard_reset_pending (read-only) A Boolean indicating whether a hard reset of the emulated system is pending. +machine.side_effects_disabled (read-only) + A Boolean indicating whether side effects are disabled. machine.devices (read-only) A :ref:`device enumerator <luascript-ref-devenum>` that yields all :ref:`devices <luascript-ref-device>` in the emulated system. |
