summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/luascript/ref-devices.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/luascript/ref-devices.rst')
-rw-r--r--docs/source/luascript/ref-devices.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/luascript/ref-devices.rst b/docs/source/luascript/ref-devices.rst
index fe25e0b0591..e4e4ba9f328 100644
--- a/docs/source/luascript/ref-devices.rst
+++ b/docs/source/luascript/ref-devices.rst
@@ -630,7 +630,7 @@ image.device (read-only)
.. _luascript-ref-disound:
Sound device interface
----------------------
+----------------------
Wraps MAME’s ``device_sound_interface`` class which is a mix-in implemented by
devices that input and/or output sound.
@@ -664,7 +664,7 @@ sound.io_positions[] (read-only)
sound.io_names[] (read-only)
Non-empty only for microphones and speakers, indicates the positions of
the inputs or outputs as strings (e.g. Front Left)
-
+
sound.hook
A boolean indicating whether to tap the output samples of this device in
the global sound hook.