diff options
author | 2022-12-22 20:04:52 +1100 | |
---|---|---|
committer | 2022-12-22 20:04:52 +1100 | |
commit | 8edb88dbaab9efbc0b1d843656fecc4b0f087df3 (patch) | |
tree | 14aa9ed57a649807bbdcfd0860f2b900b80ac835 /docs/source/techspecs | |
parent | a88b7def11e03a7df0263842e69087546411313c (diff) |
C++ guidelins update and cleanup:
docs: Expanded C++ guidelines following suggestions by P. Mackinlay.
ui/inifile.cpp: Got rid of the check for "arcade" systems - it broke
managing favourites for the slotted Neo Geo.
luaengine.cpp: Removed the "type" property from system driver metadata.
It's effectively deprecated.
bus/vme/vme_fcisio.cpp, commodore/mps1230.cpp: Fixed inappropriate use
of machine type flag constants.
megadriv.xml: Made notes about the two Galaxy Force 2 sets more explcit.
Diffstat (limited to 'docs/source/techspecs')
-rw-r--r-- | docs/source/techspecs/luareference.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/source/techspecs/luareference.rst b/docs/source/techspecs/luareference.rst index 206202df68a..dd63ab62de2 100644 --- a/docs/source/techspecs/luareference.rst +++ b/docs/source/techspecs/luareference.rst @@ -615,10 +615,6 @@ driver.rotation (read-only) A string indicating the rotation applied to all screens in the system after the screen orientation specified in the machine configuration is applied. Will be one of ``"rot0"``, ``"rot90"``, ``"rot180"`` or ``"rot270"``. -driver.type (read-only) - A string providing a system type. Will be one of ``"arcade"``, - ``"console"``, ``"computer"`` or ``"other"``. This is for informational - purposes only, and may not be supported in the future. driver.not_working (read-only) A Boolean indicating whether the system is marked as not working. driver.supports_save (read-only) |