mirror of
https://github.com/holub/mame
synced 2025-06-10 23:02:38 +03:00
* Correct the compilation packages [partial for #4507] (nw) * Minor corrections, joymap adjustments (nw)
This commit is contained in:
parent
f339d62a6a
commit
ff8cda02cb
@ -925,6 +925,7 @@ Core State/Playback Options
|
|||||||
**-[no]snapbilinear**
|
**-[no]snapbilinear**
|
||||||
|
|
||||||
Specify if the snapshot or movie should have bilinear filtering applied.
|
Specify if the snapshot or movie should have bilinear filtering applied.
|
||||||
|
Shutting this off can improve performance while recording video to a file.
|
||||||
|
|
||||||
The default is ON (**-snapbilinear**).
|
The default is ON (**-snapbilinear**).
|
||||||
|
|
||||||
@ -1313,8 +1314,7 @@ Core Video Options
|
|||||||
rendered at its original resolution before being scaled. At higher
|
rendered at its original resolution before being scaled. At higher
|
||||||
settings, the screen is expanded in both axes by a factor of *<amount>*
|
settings, the screen is expanded in both axes by a factor of *<amount>*
|
||||||
using nearest-neighbor sampling before applying filters or shaders. With
|
using nearest-neighbor sampling before applying filters or shaders. With
|
||||||
**-video d3d**, this produces a less blurry image at the expense of a
|
**-video d3d**, this produces a less blurry image at the expense of speed.
|
||||||
little (on nearly all modern architectures) speed.
|
|
||||||
|
|
||||||
The default is ``1``.
|
The default is ``1``.
|
||||||
|
|
||||||
@ -1373,7 +1373,8 @@ Core Per-Window Options
|
|||||||
|
|
||||||
.. _mame-commandline-screen:
|
.. _mame-commandline-screen:
|
||||||
|
|
||||||
NOTE: **Multiple Screens may fail to work correctly on some Mac machines as of right now.**
|
NOTE: **Multiple Screens may fail to work correctly on some Mac machines as of
|
||||||
|
right now.**
|
||||||
|
|
||||||
**-screen** *<display>*
|
**-screen** *<display>*
|
||||||
|
|
||||||
@ -1991,9 +1992,9 @@ Core Input Options
|
|||||||
To specify the map for this parameter, you can specify a string of rows
|
To specify the map for this parameter, you can specify a string of rows
|
||||||
separated by a '.' (which indicates the end of a row), like so:
|
separated by a '.' (which indicates the end of a row), like so:
|
||||||
|
|
||||||
+-------------------------------------------------------------------------------------------+
|
+-------------------------------------------------------------------------------------------------------+
|
||||||
| 777888999.777888999.777888999.444555666.444555666.444555666.111222333.111222333.111222333 |
|
| **-joymap 777888999.777888999.777888999.444555666.444555666.444555666.111222333.111222333.111222333** |
|
||||||
+-------------------------------------------------------------------------------------------+
|
+-------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
However, this can be reduced using several shorthands supported by the <map>
|
However, this can be reduced using several shorthands supported by the <map>
|
||||||
parameter. If information about a row is missing, then it is assumed that
|
parameter. If information about a row is missing, then it is assumed that
|
||||||
@ -2003,7 +2004,8 @@ Core Input Options
|
|||||||
up/down symmetry is assumed.
|
up/down symmetry is assumed.
|
||||||
|
|
||||||
By using these shorthands, the 81 character map can be simply specified by
|
By using these shorthands, the 81 character map can be simply specified by
|
||||||
this 11 character string: 7778...4445
|
this 11 character string: 7778...4445 (which means we then use
|
||||||
|
**-joymap 7778...4445**)
|
||||||
|
|
||||||
Looking at the first row, 7778 is only 4 characters long. The 5th entry
|
Looking at the first row, 7778 is only 4 characters long. The 5th entry
|
||||||
can't use symmetry, so it is assumed to be equal to the previous character
|
can't use symmetry, so it is assumed to be equal to the previous character
|
||||||
|
@ -72,9 +72,9 @@ with MSYS2 and the **pacman** package manager.
|
|||||||
``/etc/pacman.d/mirrorlist.mame`` for locations.
|
``/etc/pacman.d/mirrorlist.mame`` for locations.
|
||||||
* Install packages necessary to build MAME. At the very least, you'll need
|
* Install packages necessary to build MAME. At the very least, you'll need
|
||||||
``bash``, ``git``, ``make``.
|
``bash``, ``git``, ``make``.
|
||||||
* For 64-bit builds you'll need ``mingw-w64-i686-gcc`` and
|
* For 64-bit builds you'll need ``mingw-w64-x86_64-gcc`` and
|
||||||
``mingw-w64-x86_64-python2``.
|
``mingw-w64-x86_64-python2``.
|
||||||
* For 32-bit builds you'll need ``mingw-w64-x86_64-gcc`` and
|
* For 32-bit builds you'll need ``mingw-w64-i686-gcc`` and
|
||||||
``mingw-w64-i686-python2``.
|
``mingw-w64-i686-python2``.
|
||||||
* For debugging you may want to install ``gdb``.
|
* For debugging you may want to install ``gdb``.
|
||||||
* To build against the portable SDL interfaces, you'll need
|
* To build against the portable SDL interfaces, you'll need
|
||||||
|
Loading…
Reference in New Issue
Block a user