summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2012-07-11 23:34:36 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2012-07-11 23:34:36 +0000
commit393a9d1b6d1a4a68b37c060ab283af5ffb6770cd (patch)
treee788eadb69059863106d3360ac2b4db7e981eafc
parent70d60b3c579d06284fd8bbc91c28666ea3991ca8 (diff)
small update
-rw-r--r--src/mame/drivers/taitojc.c4
-rw-r--r--src/mame/layout/dendego.lay17
2 files changed, 18 insertions, 3 deletions
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 @@
</text>
</element>
<element name="text_emergency">
- <text string="EM!">
+ <text string="EME">
<color red="0.0" green="0.0" blue="0.0" />
</text>
</element>
@@ -151,6 +151,14 @@
<color red="0.2" green="0.2" blue="0.2" />
</disk>
</element>
+ <element name="lamp_disk_yellow" defstate="0">
+ <disk state="1">
+ <color red="1.0" green="1.0" blue="0.3" />
+ </disk>
+ <disk state="0">
+ <color red="0.2" green="0.2" blue="0.0" />
+ </disk>
+ </element>
<element name="lamp_disk_red" defstate="0">
<disk>
<color red="0.0" green="0.0" blue="0.0" />
@@ -238,6 +246,13 @@
<bounds x="84" y="304" width="25" height="9" />
</bezel>
+ <bezel name="lamp7" element="lamp_rect_white">
+ <bounds x="230.5" y="311" width="9" height="4" />
+ </bezel>
+ <bezel name="lamp0" element="lamp_disk_yellow">
+ <bounds x="230.5" y="317" width="9" height="9" />
+ </bezel>
+
<bezel name="lamp5" element="lamp_disk_red">
<bounds x="352" y="300" width="20" height="20" />
</bezel>