From e3d99ce92d3c55bbed71f4234a2fee74ee821c91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Mon, 5 Mar 2012 15:12:45 +0000 Subject: [PATCH] fix ebases trackball --- src/mame/drivers/astrocde.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mame/drivers/astrocde.c b/src/mame/drivers/astrocde.c index 50447c3dedb..a6b33d4cf1d 100644 --- a/src/mame/drivers/astrocde.c +++ b/src/mame/drivers/astrocde.c @@ -816,9 +816,6 @@ static INPUT_PORTS_START( ebases ) PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_UNUSED ) PORT_START("P3HANDLE") - PORT_BIT( 0xff, IP_ACTIVE_HIGH, IPT_SPECIAL ) PORT_CUSTOM(ebases_trackball_r, NULL) - - PORT_START("P4HANDLE") PORT_DIPNAME( 0x01, 0x00, "2 Players Game" ) PORT_DIPLOCATION( "S1:1" ) PORT_DIPSETTING( 0x00, "1 Credit" ) PORT_DIPSETTING( 0x01, "2 Credits" ) @@ -830,6 +827,9 @@ static INPUT_PORTS_START( ebases ) PORT_DIPUNUSED_DIPLOC( 0x40, 0x00, "S1:7" ) PORT_DIPUNUSED_DIPLOC( 0x80, 0x00, "S1:8" ) + PORT_START("P4HANDLE") + PORT_BIT( 0xff, IP_ACTIVE_HIGH, IPT_SPECIAL ) PORT_CUSTOM(ebases_trackball_r, NULL) + PORT_START("TRACKX1") PORT_BIT( 0xff, 0x00, IPT_TRACKBALL_X ) PORT_SENSITIVITY(50) PORT_KEYDELTA(10) PORT_RESET