diff options
author | 2023-09-28 10:41:31 -0400 | |
---|---|---|
committer | 2023-09-29 00:41:31 +1000 | |
commit | 30d92e397d15c32e79c9d508c43d9f2512f414fb (patch) | |
tree | 112e18522016e2fb1ef34b9d5a709d14951370e2 /docs/source/usingmame/usingmame.rst | |
parent | 7b15eb6ef8efccb6191d5d995b2ba68bca5f4e26 (diff) |
docs: Fixed many editing errors and spelling errors. (#11575)
Also fixed outdated link to contributing guidelines.
Diffstat (limited to 'docs/source/usingmame/usingmame.rst')
-rw-r--r-- | docs/source/usingmame/usingmame.rst | 6 |
1 files changed, 3 insertions, 3 deletions
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 |