diff options
author | 2008-06-12 17:06:49 +0000 | |
---|---|---|
committer | 2008-06-12 17:06:49 +0000 | |
commit | c10b238896a3e2a78ae8a2b4e44f986dbc375801 (patch) | |
tree | 0457698e32d3ca22ea8622386c985549b31893b4 /docs | |
parent | e62e3229d34a4fbef8574ce4c3064e621ab79f28 (diff) |
Added option -[no]coin_lockout (-[no]coinlock) to control coin lockout behavior.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/config.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/config.txt b/docs/config.txt index f3e580dec8f..0df7775758d 100644 --- a/docs/config.txt +++ b/docs/config.txt @@ -718,6 +718,16 @@ Core sound options Core input options ------------------ +-[no]coin_lockout / -[no]coinlock + + Enables simulation of the "coin lockout" feature that is implmeneted + on a number of game PCBs. It was up to the operator whether or not + the coin lockout outputs were actually connected to the coin + mechanisms. If this feature is enabled, then attempts to enter a coin + while the lockout is active will fail and will display a popup message + in the user interface. If this feature is disabled, the coin lockout + signal will be ignored. The default is ON (-coin_lockout). + -ctrlr <controller> Enables support for special controllers. Configuration files are |