From ee69a1e9b9ad2444ceeddea8fa6af369b7568363 Mon Sep 17 00:00:00 2001 From: Brian Troha Date: Tue, 1 Jan 2008 03:43:38 +0000 Subject: [PATCH] Mametesters hstennis0103u2gra too easy to pass up ;-p --- src/mame/drivers/itech8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)