summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2025-10-09 04:32:57 +1100
committer Vas Crabb <vas@vastheman.com>2025-10-09 04:32:57 +1100
commitdbba02770576fb1876db372cc8aeac9aa3976d3a (patch)
tree6cc8bd4af1b2c4858eb251236e8831ba5598f36e /docs/source
parent0a8ce8101748e19cdfe84053846e679e29181454 (diff)
-cpu/drcbex64.cpp: Optimised a couple more cases of GETFLGS, replaced a few magic numbers with constants.
-docs: Bumped version to 0.282 - some features not in 0.281 are documented. -Cleaned up miscellaneous stuff.
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/conf.py4
-rw-r--r--docs/source/luascript/ref-input.rst15
2 files changed, 9 insertions, 10 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 850c90c3d9c..df4aeedb268 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -63,9 +63,9 @@ copyright = u'1997-2025, MAMEdev and contributors'
# built documents.
#
# The short X.Y version.
-version = '0.281'
+version = '0.282'
# The full version, including alpha/beta/rc tags.
-release = '0.281'
+release = '0.282'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/docs/source/luascript/ref-input.rst b/docs/source/luascript/ref-input.rst
index 96d31fca6c1..0130f500e58 100644
--- a/docs/source/luascript/ref-input.rst
+++ b/docs/source/luascript/ref-input.rst
@@ -351,15 +351,14 @@ field.default_centerdelta (read-only)
default values after associated digital increment/decrement inputs are
released, or ``nil`` for digital fields and wrapping analog fields.
field.analog_reverse (read-only)
- A Boolean indicating whether the field corresponds to an analog control that
- increases in the opposite direction to the convention (e.g. larger values
- when a pedal is released or a joystick is moved to the left), or ``nil`` for
- digital fields.
+ A Boolean indicating whether the value increases in the opposite direction
+ to the convention for analog fields (e.g. larger values when a pedal is
+ released or a joystick is moved to the left), or ``nil`` for digital fields.
field.default_analog_reverse (read-only)
- A Boolean indicating whether the field corresponds to an analog control that
- increases in the opposite direction to the convention by default (e.g.
- larger values when a pedal is released or a joystick is moved to the left),
- or ``nil`` for digital fields.
+ A Boolean indicating whether the value increases in the opposite direction
+ to the convention by default for analog fields (e.g. larger values when a
+ pedal is released or a joystick is moved to the left), or ``nil`` for
+ digital fields.
field.way (read-only)
The number of directions allowed by the restrictor plate/gate for a digital
joystick, or zero (0) for other inputs.