summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aquarium.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/aquarium.c')
-rw-r--r--src/mame/drivers/aquarium.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/aquarium.c b/src/mame/drivers/aquarium.c
index 31b8562d5b2..48287791a30 100644
--- a/src/mame/drivers/aquarium.c
+++ b/src/mame/drivers/aquarium.c
@@ -183,12 +183,12 @@ static INPUT_PORTS_START( aquarium )
PORT_DIPSETTING( 0x000c, "1/1" )
PORT_DIPSETTING( 0x0008, "2/3" )
PORT_DIPSETTING( 0x0004, "3/5" )
-// PORT_DIPSETTING( 0x0000, "1/1" ) /* Not used or listed in manual */
+// PORT_DIPSETTING( 0x0000, "1/1" ) /* Not used or listed in manual */
PORT_DIPNAME( 0x0030, 0x0030, "Winning Rounds (Player VS Player)" ) PORT_DIPLOCATION("SW1:5,6")
PORT_DIPSETTING( 0x0030, "1/1" )
PORT_DIPSETTING( 0x0020, "2/3" )
PORT_DIPSETTING( 0x0010, "3/5" )
-// PORT_DIPSETTING( 0x0000, "1/1" ) /* Not used or listed in manual */
+// PORT_DIPSETTING( 0x0000, "1/1" ) /* Not used or listed in manual */
PORT_DIPUNUSED_DIPLOC( 0x0040, 0x0040, "SW1:7" ) /* Listed in the manual as always OFF */
PORT_DIPUNUSED_DIPLOC( 0x0080, 0x0080, "SW1:8" ) /* Listed in the manual as always OFF */
PORT_DIPNAME( 0x0700, 0x0700, DEF_STR( Coinage ) ) PORT_DIPLOCATION("SW2:1,2,3")