From 8edb88dbaab9efbc0b1d843656fecc4b0f087df3 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Thu, 22 Dec 2022 20:04:52 +1100 Subject: 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. --- docs/source/techspecs/luareference.rst | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/source/techspecs') 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) -- cgit v1.2.3-70-g09d2