summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-06-08 22:16:35 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-06-08 22:16:35 -0400
commitb6279d523cd05ce5ace123bf9a6909fac3b7acaf (patch)
tree5b97fd61318ee96a6f7d4e453a3db0946c0f43d0
parentd5b9f521afa8ce05cd00333d0e0e6ea6c7ca251c (diff)
gamemasters.cpp: Note (nw)
-rw-r--r--src/mame/drivers/gamemasters.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/gamemasters.cpp b/src/mame/drivers/gamemasters.cpp
index 055db762d55..7d317113589 100644
--- a/src/mame/drivers/gamemasters.cpp
+++ b/src/mame/drivers/gamemasters.cpp
@@ -119,6 +119,7 @@ static INPUT_PORTS_START(gmsshoot)
PORT_DIPNAME(0x80, 0x00, DEF_STR(Unknown)) PORT_DIPLOCATION("SW2:8")
PORT_DIPSETTING(0x80, DEF_STR(Off))
PORT_DIPSETTING(0x00, DEF_STR(On))
+ // SW1 also exists, but appears to be just a DS1232 reset button.
PORT_START("IN0")
PORT_BIT(0x01, 0x01, IPT_UNKNOWN)