Previous 199869 Revisions Next

r32793 Saturday 18th October, 2014 at 06:18:45 UTC by Osso
Fixed MT05740 (nw)
[src/mame/drivers]vsnes.c

trunk/src/mame/drivers/vsnes.c
r32792r32793
10261026   PORT_DIPNAME( 0x08, 0x00, DEF_STR( Lives ) )        PORT_DIPLOCATION("SW1:!4")
10271027   PORT_DIPSETTING(    0x08, "2" )
10281028   PORT_DIPSETTING(    0x00, "3" )
1029/* As near as I can tell, there is no adjustable bonus level where the manual states there should be (SW1:5,6).
1030   The bonus lives, regardless of settings, are at 30000 and every 50000 thereafter.  Until someone can figure out
1031   what these dips do - they will be kept UNKNOWN */
1032   PORT_DIPUNKNOWN_DIPLOC( 0x10, 0x00, "SW1:!5" )
1033   PORT_DIPUNKNOWN_DIPLOC( 0x20, 0x00, "SW1:!6" )
1029   PORT_DIPNAME( 0x30, 0x00, "Bonus points" )       PORT_DIPLOCATION("SW1:!5,!6")
1030   PORT_DIPSETTING(    0x00, "Timer x 4, Hearts x 40" )
1031   PORT_DIPSETTING(    0x20, "Timer x 6, Hearts x 60" )
1032   PORT_DIPSETTING(    0x10, "Timer x 8, Hearts x 80" )
1033   PORT_DIPSETTING(    0x30, "Timer x 9, Hearts x 90" )
10341034   PORT_DIPNAME( 0x40, 0x00, DEF_STR( Difficulty ) )   PORT_DIPLOCATION("SW1:!7")  // Damage taken
10351035   PORT_DIPSETTING(    0x00, DEF_STR( Easy ) )                     // Normal
10361036   PORT_DIPSETTING(    0x40, DEF_STR( Hard ) )                     // Double

Previous 199869 Revisions Next


© 1997-2024 The MAME Team