Previous 199869 Revisions Next

r17707 Saturday 8th September, 2012 at 01:33:43 UTC by Ville Linde
nwk-tr.c: Fixed LAN controller issues in Thrill Drive. [Ville Linde]
[src/mame/drivers]nwk-tr.c

trunk/src/mame/drivers/nwk-tr.c
r17706r17707
461461      else if (ACCESSING_BITS_16_23)
462462      {
463463         m_lanc2_ram[2] = (data >> 20) & 0xf;
464         m_lanc2_ram[3] = 0;
464465      }
465466      else if (ACCESSING_BITS_0_7)
466467      {
r17706r17707
623624   PORT_DIPSETTING( 0x00, DEF_STR( On ) )
624625
625626   PORT_START("ANALOG1")      // Steering
626   PORT_BIT( 0xfff, 0x800, IPT_PADDLE ) PORT_MINMAX(0x000, 0xfff) PORT_SENSITIVITY(35) PORT_KEYDELTA(5)
627   PORT_BIT( 0xfff, 0x800, IPT_PADDLE ) PORT_MINMAX(0x000, 0xfff) PORT_SENSITIVITY(35) PORT_KEYDELTA(5) PORT_INVERT
627628
628629   PORT_START("ANALOG2")      // Acceleration pedal
629630   PORT_BIT( 0xfff, 0x000, IPT_PEDAL ) PORT_MINMAX(0x000, 0xfff) PORT_SENSITIVITY(35) PORT_KEYDELTA(5)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team