From 1dec0a8488be89ee4615142ee5bad56f9db891c0 Mon Sep 17 00:00:00 2001 From: holub Date: Tue, 2 Dec 2025 04:57:54 -0500 Subject: mame/luaengine.cpp: Access machine.side_effects_disabled (#14621) --- docs/source/luascript/ref-core.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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 ` that yields all :ref:`devices ` in the emulated system. -- cgit v1.2.3