summaryrefslogtreecommitdiffstats
path: root/docs/source
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/conf.py2
-rw-r--r--docs/source/whatis.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 58a258ca67a..83108a590de 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -244,7 +244,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'MAME', u'MAME Documentation',
- u'MAMEdev Team', 'MAME', 'Multiple Emulator',
+ u'MAMEdev Team', 'MAME', 'Multi-purpose emulation framework',
'Emulation'),
]
diff --git a/docs/source/whatis.rst b/docs/source/whatis.rst
index 9f1e8ee9307..a057398c2ad 100644
--- a/docs/source/whatis.rst
+++ b/docs/source/whatis.rst
@@ -1,7 +1,7 @@
What is MAME
============
-MAME is a multiple emulator.
+MAME is a multi-purpose emulation framework.
MAME's purpose is to preserve decades of software history. As electronic technology continues to rush forward, MAME prevents this important "vintage" software from being lost and forgotten. This is achieved by documenting the hardware and how it functions. The source code to MAME serves as this documentation. The fact that the software is usable serves primarily to validate the accuracy of the documentation (how else can you prove that you have recreated the hardware faithfully?). Over time, MAME (originally stood for Multiple Arcade Machine Emulator) absorbed the sister-project MESS (Multi Emulator Super System), so MAME now documents a wide variety of (mostly vintage) computers, video game consoles and calculators, in addition to the arcade video games that were its initial focus.