Lethal Thunder [World]

Platform :

Image Provided by: TWIN GALAXIES

Tags

Performances

Submit Performance
Points [2 Player Team]
FOUNDED BY: TWIN GALAXIES
Search Per Page
Discussion
terencew -

From MAMEINFO.DAT:
- 0.106u3: Added missing 'Bonus Life' dipswitch.

'Bonus Life' was taken from two previously 'Unknown' DIPs, for which the rules require them to be 'Off'.
Therefore for compatibility, the correctly translated 'Bonus Life' setting is '700K & 1.5M'.

This is default, and should hopefully create little confusion.

Relevant source code (from Dip switch bank 3) below...

Before (0.106)
PORT_START /* Dip switch bank 3 */
PORT_DIPNAME( 0x01, 0x01, DEF_STR( Unknown ) )
PORT_DIPSETTING(    0x01, DEF_STR( Off ) )
PORT_DIPSETTING(    0x00, DEF_STR( On ) )
PORT_DIPNAME( 0x02, 0x02, DEF_STR( Unknown ) )
PORT_DIPSETTING(    0x02, DEF_STR( Off ) )
PORT_DIPSETTING(    0x00, DEF_STR( On ) )

After (0.107)
PORT_START /* Dip switch bank 3 */
PORT_DIPNAME( 0x03, 0x03, DEF_STR( Bonus_Life ) )
PORT_DIPSETTING(    0x02, "500K & 1M" )
PORT_DIPSETTING(    0x03, "700K & 1.5M" )
PORT_DIPSETTING(    0x00, "700K, 1.5M, 3M & 4.5M" )
PORT_DIPSETTING(    0x01, "1M & 2M" )

You need to be logged in to post a comment.
Close Popup

Type User name
  • Add
  • Cancel
Join us