trunk/src/mame/drivers/silvmil.c
| r243338 | r243339 | |
| 313 | 313 | PORT_DIPSETTING( 0x0080, DEF_STR( Off ) ) |
| 314 | 314 | PORT_DIPSETTING( 0x0000, DEF_STR( On ) ) |
| 315 | 315 | PORT_DIPNAME( 0x0300, 0x0300, "Game Level" ) PORT_DIPLOCATION("SW1:1,2") /* Difficulty?? - Not sure how this works for Easy --> Very Hard */ |
| 316 | | PORT_DIPSETTING( 0x0300, "1" ) |
| 317 | | PORT_DIPSETTING( 0x0200, "2" ) |
| 318 | | PORT_DIPSETTING( 0x0100, "3" ) |
| 319 | | PORT_DIPSETTING( 0x0000, "4" ) |
| 316 | PORT_DIPSETTING( 0x0300, "1" ) /* Initial start time 40 secs */ |
| 317 | PORT_DIPSETTING( 0x0200, "2" ) /* Initial start time 30 secs - Other in game effects?? */ |
| 318 | PORT_DIPSETTING( 0x0100, "3" ) /* Initial start time 30 secs - Other in game effects?? */ |
| 319 | PORT_DIPSETTING( 0x0000, "4" ) /* Initial start time 30 secs - Other in game effects?? */ |
| 320 | 320 | PORT_DIPNAME( 0x1c00, 0x1c00, DEF_STR( Coinage ) ) PORT_DIPLOCATION("SW1:3,4,5") |
| 321 | 321 | PORT_DIPSETTING( 0x1000, DEF_STR( 4C_1C ) ) |
| 322 | 322 | PORT_DIPSETTING( 0x1400, DEF_STR( 3C_1C ) ) |