mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
small update
This commit is contained in:
parent
70d60b3c57
commit
393a9d1b6d
@ -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 )
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user