diff options
author | 2023-03-23 14:39:56 +1100 | |
---|---|---|
committer | 2023-03-23 14:39:56 +1100 | |
commit | 0562745629241598429fcb4ba78086f74369979a (patch) | |
tree | f2282f98cf3f211ebc3f8dbc3afe53efe59de974 /docs/source/conf.py | |
parent | 160a2219901ca0f63ca976f0ed9eb5a413bf41db (diff) |
Retired the over-stretched "system type" flags.
Functionally, the only difference between the system definitions is that
GAMEL lets you specify an additional internal layout and SYST lets you
specify a compatible system. COMP and CONS are just aliases for SYST -
the aliases can be phased out.
Removed arcade.flt and mess.flt altogether - opinion seems to be split
between misinterpreting them as fully supported and considering them
unnecessary. They were marginally useful as a performance test for
makedep.py, but that isn't important. We still have nl.flt as an
example .flt file (although it doesn't use "-" exclude directives).
Moved the UI active flag from the machine to the UI manager. Nothing
else uses it anyway (it's still accessible to scripts).
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r-- | docs/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 15884fc9ff9..6b3b080952f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -63,9 +63,9 @@ copyright = u'1997-2023, MAMEdev and contributors' # built documents. # # The short X.Y version. -version = '0.252' +version = '0.253' # The full version, including alpha/beta/rc tags. -release = '0.252' +release = '0.253' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |