diff --git a/src/mame/drivers/model2.c b/src/mame/drivers/model2.c index d609ec947a4..2793cf9a5b2 100644 --- a/src/mame/drivers/model2.c +++ b/src/mame/drivers/model2.c @@ -2049,7 +2049,7 @@ static INPUT_PORTS_START( srallyc ) PORT_BIT(0x0002, IP_ACTIVE_LOW, IPT_COIN2 ) PORT_SERVICE_NO_TOGGLE( 0x0004, IP_ACTIVE_LOW ) PORT_BIT(0x0008, IP_ACTIVE_LOW, IPT_SERVICE1 ) - PORT_BIT(0x0020, IP_ACTIVE_LOW, IPT_BUTTON5) PORT_PLAYER(1) PORT_NAME("VR") // VR + PORT_BIT(0x0020, IP_ACTIVE_LOW, IPT_BUTTON6 ) PORT_PLAYER(1) PORT_NAME("VR") // VR PORT_BIT(0x0040, IP_ACTIVE_LOW, IPT_START1 ) PORT_BIT(0x0090, IP_ACTIVE_LOW, IPT_UNUSED ) PORT_BIT(0xff00, IP_ACTIVE_LOW, IPT_UNKNOWN )