diff options
author | 2018-07-27 17:31:35 -0300 | |
---|---|---|
committer | 2018-08-09 18:49:06 -0300 | |
commit | 1b47072e493e7172ae12af8d035871f566041080 (patch) | |
tree | 14060754bf257003809ecef926aab7c4e79cfaba | |
parent | a1c3a96a83bc704311f7ee6af051911feb53d946 (diff) |
Fix a typo (found by Wellington Uemura, @katananja) and...
... also replace the '--' by a Harvard comma, as suggested by @cuavas.
(see also: pull request #3805)
-rw-r--r-- | docs/source/usingmame/aboutromsets.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/usingmame/aboutromsets.rst b/docs/source/usingmame/aboutromsets.rst index e7649e6d9a4..9ce66b06c32 100644 --- a/docs/source/usingmame/aboutromsets.rst +++ b/docs/source/usingmame/aboutromsets.rst @@ -38,7 +38,7 @@ A **non-merged set** is one that contains absolutely everything necessary for a A **split set** is one where the parent set contains all of the normal data it should, and the clone sets contain *only* what has changed as compared to the parent set. This saves some space, but isn't quite as efficient as -A **merged set** takes the parent set and one or more clone sets and puts them all inside the parent set's storage. To use the existing Pac-Man example, combining the Puckman, Midway Pac-Man (USA) sets, along with various bootleg versions-- and combining it all into ((PUCKMAN.ZIP**, would be making a merged set. A complete merged set with the parent and all clones is the most common format MAME sets are stored in as it saves the most space. +A **merged set** takes the parent set and one or more clone sets and puts them all inside the parent set's storage. To use the existing Pac-Man example, combining the Puckman, Midway Pac-Man (USA) sets, along with various bootleg versions, and combining it all into **PUCKMAN.ZIP**, would be making a merged set. A complete merged set with the parent and all clones is the most common format MAME sets are stored in as it saves the most space. With those basic principles, there are two other kinds of set that will come up in MAME use from time to time. |