summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author Brian Troha <briantro@users.noreply.github.com>2008-01-01 03:43:38 +0000
committer Brian Troha <briantro@users.noreply.github.com>2008-01-01 03:43:38 +0000
commitee69a1e9b9ad2444ceeddea8fa6af369b7568363 (patch)
tree113986f7245e484a7f17767c12e341c0008b016b /src/mame
parentf4a28109fb40a15b2e20ede8058314d428f32aca (diff)
Mametesters hstennis0103u2gra
too easy to pass up ;-p
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/itech8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/itech8.c b/src/mame/drivers/itech8.c
index 5d56c2336ee..4c836adcecf 100644
--- a/src/mame/drivers/itech8.c
+++ b/src/mame/drivers/itech8.c
@@ -1391,7 +1391,7 @@ static INPUT_PORTS_START( hstennis )
PORT_START /* 60 */
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN3 )
- PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_NAME("P2 Soft") PORT_PLAYER(1)
+ PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_NAME("P1 Soft") PORT_PLAYER(1)
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_JOYSTICK_RIGHT ) PORT_PLAYER(1)
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_JOYSTICK_LEFT ) PORT_PLAYER(1)
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_JOYSTICK_DOWN ) PORT_PLAYER(1)