diff --git a/src/mame/drivers/taitojc.c b/src/mame/drivers/taitojc.c
index ade968fd18e..d36f3ee9e16 100644
--- a/src/mame/drivers/taitojc.c
+++ b/src/mame/drivers/taitojc.c
@@ -1188,11 +1188,11 @@ static INPUT_PORTS_START( dendego )
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_NAME("Horn Button")
PORT_MODIFY("BUTTONS") // Throttle Lever at left, move down to speed up, 6 positions
- PORT_BIT( 0x77, 0x00, IPT_POSITIONAL_V ) PORT_POSITIONS(6) PORT_REMAP_TABLE(dendego_mascon_table) PORT_SENSITIVITY(8) PORT_KEYDELTA(1) PORT_CENTERDELTA(0) PORT_NAME("Throttle Lever")
+ PORT_BIT( 0x77, 0x00, IPT_POSITIONAL_V ) PORT_POSITIONS(6) PORT_REMAP_TABLE(dendego_mascon_table) PORT_SENSITIVITY(10) PORT_KEYDELTA(1) PORT_CENTERDELTA(0) PORT_NAME("Throttle Lever")
PORT_BIT( 0x88, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_START("ANALOG1") // Brake Lever at right, rotate handle right (anti clockwise) to increase pressure, 11 positions but not at constant intervals like the throttle lever
- PORT_BIT( 0xff, 0x80, IPT_PADDLE ) PORT_MINMAX(0x00, 0xef) PORT_SENSITIVITY(20) PORT_KEYDELTA(5) PORT_CENTERDELTA(0) PORT_NAME("Brake Lever")
+ PORT_BIT( 0xff, 0x80, IPT_PADDLE ) PORT_MINMAX(0x00, 0xef) PORT_SENSITIVITY(35) PORT_KEYDELTA(10) PORT_CENTERDELTA(0) PORT_NAME("Brake Lever")
INPUT_PORTS_END
static INPUT_PORTS_START( landgear )
diff --git a/src/mame/layout/dendego.lay b/src/mame/layout/dendego.lay
index 33110da9c78..af8e9dd34aa 100644
--- a/src/mame/layout/dendego.lay
+++ b/src/mame/layout/dendego.lay
@@ -48,7 +48,7 @@
-
+
@@ -151,6 +151,14 @@
+
+
+
+
+
+
+
+
@@ -238,6 +246,13 @@
+
+
+
+
+
+
+