summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2021-07-16 18:31:42 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2021-07-16 18:31:42 +0200
commitd56df377e3febfd7184aae7cc1477e77cd689c49 (patch)
tree022152f506a1944b3aa03a2857f8223ce6421d61
parent94a60b8f34d6741e8b4f6983ba21669de53a8ac1 (diff)
taito_b.cpp: named a couple of inputs for sbm [Guru]
-rw-r--r--src/mame/drivers/taito_b.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/taito_b.cpp b/src/mame/drivers/taito_b.cpp
index 8a4f7fef327..9896bee5e87 100644
--- a/src/mame/drivers/taito_b.cpp
+++ b/src/mame/drivers/taito_b.cpp
@@ -1587,8 +1587,8 @@ static INPUT_PORTS_START( sbm )
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_JOYSTICK_RIGHT ) PORT_8WAY PORT_PLAYER(2)//LADY ????
PORT_START("START")
- PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_START1 )//select; ok (1P in object test)
- PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_START2 )//start ; ok (2P in object test)
+ PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_START1 ) PORT_NAME("Select")//select; ok (1P in object test)
+ PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_START2 ) PORT_NAME("Start")//start ; ok (2P in object test)
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_UNKNOWN )
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNKNOWN )
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_UNKNOWN )