diff options
Diffstat (limited to 'docs/source/usingmame')
-rw-r--r-- | docs/source/usingmame/assetsearch.rst | 2 | ||||
-rw-r--r-- | docs/source/usingmame/mamemenus.rst | 2 | ||||
-rw-r--r-- | docs/source/usingmame/usingmame.rst | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/source/usingmame/assetsearch.rst b/docs/source/usingmame/assetsearch.rst index a8002db1c69..102e87c9bbd 100644 --- a/docs/source/usingmame/assetsearch.rst +++ b/docs/source/usingmame/assetsearch.rst @@ -194,7 +194,7 @@ keyboard microcontroller ROM as follows: called **mackbd_m0110a_f.zip**, or a 7-Zip archive called **mackbd_m0110a_f.7z**. * The parent ROM device is the U.S. Macintosh Plus keyboard with integrated - numeric keypad, whcih has the short name ``mackbd_m0110a``, so MAME will look + numeric keypad, which has the short name ``mackbd_m0110a``, so MAME will look for a folder called **mackbd_m0110a**, a PKZIP archive called **mackbd_m0110a.zip**, or a 7-Zip archive called **mackbd_m0110a.7z**. * The short name of the Unitron 1024 system is ``utrn1024``, so MAME will look diff --git a/docs/source/usingmame/mamemenus.rst b/docs/source/usingmame/mamemenus.rst index 672a9c7796a..9bae9407acc 100644 --- a/docs/source/usingmame/mamemenus.rst +++ b/docs/source/usingmame/mamemenus.rst @@ -120,7 +120,7 @@ Crosshair Options Shows the Crosshair Options menu, where you can adjust the appearance of crosshairs used to show the location of emulated light guns and other absolute pointer inputs. This item is not shown if the emulated system has - has no absolute pointer inputs. + no absolute pointer inputs. Cheat Shows the Cheat menu, for controlling the built-in cheat engine. This item is only shown if the built-in chat engine is enabled. Note that the cheat diff --git a/docs/source/usingmame/usingmame.rst b/docs/source/usingmame/usingmame.rst index 9a66bc814c4..4fa014fe3da 100644 --- a/docs/source/usingmame/usingmame.rst +++ b/docs/source/usingmame/usingmame.rst @@ -3,7 +3,7 @@ Using MAME If you want to dive right in and skip the command line, there's a nice graphical way to use MAME without the need to download and set up a front end. Simply -start MAME with no parameters, by doubleclicking the **mame.exe** file or +start MAME with no parameters, by double-clicking the **mame.exe** file or running it directly from the command line. If you're looking to harness the full power of MAME, keep reading further. @@ -14,7 +14,7 @@ to missing glyphs. If you are a new MAME user, you could find this emulator a bit complex at first. Let's take a moment to talk about software lists, as they can simplify matters quite a bit. If the content you are trying to play is a documented -entry on one of the MAME sotware lists, starting the content is as easy as +entry on one of the MAME software lists, starting the content is as easy as **mame.exe** *<system>* *<software>* @@ -86,7 +86,7 @@ of this manual. **mame.exe -showconfig** gives you a (quite long) list of available configuration options for MAME. -These optons can always be modified at command line, or by editing them in +These options can always be modified at command line, or by editing them in mame.ini which is the main configuration file for MAME. You can find a description of some configuration options in the :ref:`mame-commandline-universal` section of the manual (in most cases, each |