diff options
| author | 2025-05-08 18:27:24 +1000 | |
|---|---|---|
| committer | 2025-05-08 18:37:14 +1000 | |
| commit | fa3270985941eff3b8cfd36bcb22220b428948f3 (patch) | |
| tree | 6942c7dc7dcbb172c0f09e94331ff0dcf4154d2a /docs | |
| parent | f17cf5475a8ea83c77f90be24beaca3ea18cc2b8 (diff) | |
emu/inpttype.ipp: Group default double-up game control assignments on home row.
* Also moved Mahjong P to P and Payout to 4. This fixes the conflict
between Mahjong I and Payout.
* misc/gms.cpp: Added missing Key Out, Payout and hopper inputs for
Super 555 and improved input names.
* misc/gms.cpp: Use poker input types for Baile 2005.
* dynax/ddenlovr.cpp, dynax/dynax.cpp, dynax/royalmah.cpp: Removed
Payout assignments as they match the new default anyway.
* docs: Bumped version since various features not in 0.277 are
documented now.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/usingmame/defaultkeys.rst | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/docs/source/usingmame/defaultkeys.rst b/docs/source/usingmame/defaultkeys.rst index 9892c86cb1f..947a4ce5d00 100644 --- a/docs/source/usingmame/defaultkeys.rst +++ b/docs/source/usingmame/defaultkeys.rst @@ -538,7 +538,7 @@ This list shows the standard keyboard configuration. Player 1 Hanafuda No **O** Player 1 Taiwanese Mahjong O -**Semicolon** +**P** Player 1 Taiwanese Mahjong P **Q** Player 1 Taiwanese Mahjong Q @@ -582,6 +582,7 @@ buttons. navigate the internal operator service menus) **0** *(not numeric keypad)* Service 2 + Book-Keeping (for machines that have this functionality) **-** *(not numeric keypad)* Service 3 @@ -595,25 +596,25 @@ buttons. Deal **L** Stand -**4** *(not numeric keypad)* - Take Score - - For games that allow gambling winnings in a double-or-nothing bonus game, - this takes the winnings from the main game. -**3** *(not numeric keypad)* +**D** Double Up For games that allow gambling winnings in a double-or-nothing bonus game, this gambles the winnings from the main game in the bonus game. -**D** +**F** Half Gamble Used by games that allow gambling half or all of the winnings from the main - game in the bonus game. + game in the bonus game, this stakes half the winnings from the main game. +**G** + Take Score + + For games that allow gambling winnings in a double-or-nothing bonus game, + this stakes the winnings from the main game. **A** - High + High/big **S** - Low + Low/small **O** Door |
