Lethal Thunder [World]
Platform :
Performances
Submit PerformancePoints [2 Player Team]
FOUNDED BY: TWIN GALAXIES
Search
Per Page
-
Rank
1
Oscar F. Sciascia Diego A. Vizia
Date Submitted: 2012-02-22Percent: 100.00%ESI: 4.7Status: Undisputed Buy CertificateWolfMame Version Points 2,559,690
-
Rank
2
Brandon Pinkerton Brett Hicks
Date Submitted: 2009-03-02Percent: 58.75%ESI: 2.67Status: Undisputed Buy CertificateWolfMame Version Points 1,503,800
-
Rank
3
Jérome Paitreault & Giyom Paitreault
Date Submitted: 2007-04-22Percent: 44.67%ESI: 1.25Status: Undisputed Buy CertificateWolfMame Version Points 1,143,320
-
Rank
4
HAL-LOZ
Date Submitted: 2023-05-04Percent: 26.28%ESI: 0Verification Method: TGSAP247 Status: UndisputedWolfMame Version
Total Records(4)
Discussion

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" )