The Amazing Adventures of Mr. F.Lea
Platform :
Performances
Submit PerformancePoints
FOUNDED BY: TWIN GALAXIES
Search
Per Page
-
Rank
1
Salim Farhat
Date Submitted: 2021-09-09Percent: 100.00%ESI: 12.55Verification Method: TGSAP234 Status: UndisputedWolfMame Version -
Rank
2
Clay W Karczewski
Date Submitted: 2021-02-07Percent: 42.40%ESI: 8.02Verification Method: TGSAP183 Status: UndisputedWolfMame Version -
Rank
3
Martin Pátra
Date Submitted: 2021-01-23Percent: 32.65%ESI: 6.29Verification Method: TGSAP183 Status: UndisputedWolfMame Version -
Rank
4
Robert Macauley
Date Submitted: 2021-05-29Percent: 30.17%ESI: 4.96Verification Method: TGSAP183 Status: UndisputedWolfMame Version -
Rank
5
WolfMame Version Points 29,180
-
Rank
6
WolfMame Version Points 27,370
-
Rank
7
Hal1973
Date Submitted: 2021-01-23Percent: 11.00%ESI: 1.09Verification Method: TGSAP183 Status: UndisputedWolfMame Version -
Rank
8
WolfMame Version Points 13,230
Total Records(8)
Discussion

NOTE
At 0.139u2, 'Bonus Life' was combined & renamed from the previously named 'Bonus?' and two 'Unknown' DIPs, For compatibility, the correctly translated 'Bonus Life' setting is 'None', which is NOT default.
Relevant source code below with rule settings in bold ( 0x03 + 0x04 + 0x08 = 0x0f )
0.139 (before change)
PORT_START("DSW1")
PORT_DIPNAME( 0x03, 0x03, "Bonus?" )
PORT_DIPSETTING( 0x03, "A" )
PORT_DIPSETTING( 0x02, "B" )
PORT_DIPSETTING( 0x01, "C" )
PORT_DIPSETTING( 0x00, "D" )
PORT_DIPNAME( 0x04, 0x04, DEF_STR( Unknown ) )
PORT_DIPSETTING( 0x04, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPNAME( 0x08, 0x08, DEF_STR( Unknown ) )
PORT_DIPSETTING( 0x08, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
0.140 (after change)
PORT_START("DSW1")
PORT_DIPNAME( 0x0f, 0x07, DEF_STR( Bonus_Life ) )
PORT_DIPSETTING( 0x07, "Every 10k" )
PORT_DIPSETTING( 0x06, "Every 20k" )
PORT_DIPSETTING( 0x05, "Every 30k" )
PORT_DIPSETTING( 0x04, "Every 40k" )
PORT_DIPSETTING( 0x03, "10k only" )
PORT_DIPSETTING( 0x02, "20k only" )
PORT_DIPSETTING( 0x01, "30k only" )
PORT_DIPSETTING( 0x00, "40K only" )
PORT_DIPSETTING( 0x0f, DEF_STR( None ) )