summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gamemasters.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gamemasters.cpp')
-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)