mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00
doc: update MAME short description (nw)
This commit is contained in:
parent
e92c44c6d6
commit
2069183658
@ -17,7 +17,7 @@ Static analysis status for entire build (except for third-party parts of project
|
||||
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.
|
||||
|
||||
|
@ -13,12 +13,12 @@
|
||||
.\" and updated by Andrew Burton <burtona@gol.com>, July 2003
|
||||
.\"
|
||||
.\"
|
||||
.TH MAME 6 2016-07-21 0.176 "MAME \- Multiple Emulator"
|
||||
.TH MAME 6 2016-07-21 0.176 "MAME \- Multi-purpose emulation framework"
|
||||
.\"
|
||||
.\"
|
||||
.\" NAME chapter
|
||||
.SH NAME
|
||||
MAME \- Multiple Emulator
|
||||
MAME \- Multi-purpose emulation framework
|
||||
.\"
|
||||
.\"
|
||||
.\" SYNOPSIS chapter
|
||||
|
@ -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'),
|
||||
]
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -44,7 +44,7 @@ PROJECT_NUMBER =
|
||||
# for a project that appears at the top of each page and should give viewer a
|
||||
# quick idea about the purpose of the project. Keep the description short.
|
||||
|
||||
PROJECT_BRIEF = "Multiple Emulator"
|
||||
PROJECT_BRIEF = "Multi-purpose emulation framework"
|
||||
|
||||
# With the PROJECT_LOGO tag one can specify an logo or icon that is included in
|
||||
# the documentation. The maximum height of the logo should not exceed 55 pixels
|
||||
|
@ -98,7 +98,7 @@ if build == "mess":
|
||||
else:
|
||||
# MAME
|
||||
author = "Nicola Salmoria and the MAME Team"
|
||||
comments = "Multiple Emulator"
|
||||
comments = "Multi-purpose emulation framework"
|
||||
company_name = "MAME Team"
|
||||
file_description = "MAME"
|
||||
internal_name = "MAME" if build == "mame" else build
|
||||
|
Loading…
Reference in New Issue
Block a user