diff options
author | 2020-01-30 16:00:45 +0100 | |
---|---|---|
committer | 2020-01-30 16:00:45 +0100 | |
commit | 555802ef66e3ec1fbb6a4c20ac88f0ad9977e83c (patch) | |
tree | 7d113bdc0169a0129599ad8fd0924048b721c190 | |
parent | a41616e6f73e727e02e48399b632181c2ff700e9 (diff) |
ouput -> output (nw)
-rw-r--r-- | src/emu/emuopts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/emuopts.cpp b/src/emu/emuopts.cpp index 6f38f815dcb..a48a4f80811 100644 --- a/src/emu/emuopts.cpp +++ b/src/emu/emuopts.cpp @@ -140,7 +140,7 @@ const options_entry emu_options::s_option_entries[] = // input options { nullptr, nullptr, OPTION_HEADER, "CORE INPUT OPTIONS" }, - { OPTION_COIN_LOCKOUT ";coinlock", "1", OPTION_BOOLEAN, "ignore coin inputs if coin lockout ouput is active" }, + { OPTION_COIN_LOCKOUT ";coinlock", "1", OPTION_BOOLEAN, "ignore coin inputs if coin lockout output is active" }, { OPTION_CTRLR, nullptr, OPTION_STRING, "preconfigure for specified controller" }, { OPTION_MOUSE, "0", OPTION_BOOLEAN, "enable mouse input" }, { OPTION_JOYSTICK ";joy", "1", OPTION_BOOLEAN, "enable joystick input" }, |