trunk/src/mame/drivers/bfm_sc2.c
| r31698 | r31699 | |
| 1629 | 1629 | PORT_START("STROBE11") |
| 1630 | 1630 | PORT_DIPUNKNOWN_DIPLOC( 0x01, 0x00, "DIL:!12" ) |
| 1631 | 1631 | PORT_DIPUNKNOWN_DIPLOC( 0x02, 0x00, "DIL:!13" ) |
| 1632 | | PORT_DIPNAME( 0x04, 0x00, "Attract mode" ) PORT_DIPLOCATION("DIL:!14") |
| 1632 | PORT_DIPNAME( 0x04, 0x04, "Attract mode" ) PORT_DIPLOCATION("DIL:!14") |
| 1633 | 1633 | PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) |
| 1634 | 1634 | PORT_DIPSETTING( 0x04, DEF_STR( On ) ) |
| 1635 | 1635 | PORT_DIPNAME( 0x18, 0x00, "Stake" ) PORT_DIPLOCATION("DIL:!15,!16") |
| r31698 | r31699 | |
| 1769 | 1769 | PORT_DIPNAME( 0x02, 0x00, "Clear credits on reset" )PORT_DIPLOCATION("DIL:!13") |
| 1770 | 1770 | PORT_DIPSETTING( 0x00, DEF_STR( No ) ) |
| 1771 | 1771 | PORT_DIPSETTING( 0x02, DEF_STR( Yes ) ) |
| 1772 | | PORT_DIPNAME( 0x04, 0x00, "Attract mode" )PORT_DIPLOCATION("DIL:!14") |
| 1772 | PORT_DIPNAME( 0x04, 0x04, "Attract mode" )PORT_DIPLOCATION("DIL:!14") |
| 1773 | 1773 | PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) |
| 1774 | 1774 | PORT_DIPSETTING( 0x04, DEF_STR( On ) ) |
| 1775 | 1775 | PORT_DIPNAME( 0x08, 0x00, "Attract mode language" )PORT_DIPLOCATION("DIL:!15") |
| r31698 | r31699 | |
| 1876 | 1876 | PORT_MODIFY("STROBE11") |
| 1877 | 1877 | PORT_DIPUNKNOWN_DIPLOC( 0x01, 0x00, "DIL:!12" ) |
| 1878 | 1878 | PORT_DIPUNKNOWN_DIPLOC( 0x02, 0x00, "DIL:!13" ) |
| 1879 | | PORT_DIPNAME( 0x04, 0x00, "Attract mode" )PORT_DIPLOCATION("DIL:!14") |
| 1879 | PORT_DIPNAME( 0x04, 0x04, "Attract mode" )PORT_DIPLOCATION("DIL:!14") |
| 1880 | 1880 | PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) |
| 1881 | 1881 | PORT_DIPSETTING( 0x04, DEF_STR( On ) ) |
| 1882 | 1882 | PORT_DIPNAME( 0x18, 0x00, "Timebar speed" )PORT_DIPLOCATION("DIL:!15,!16") |
| r31698 | r31699 | |
| 1952 | 1952 | PORT_DIPNAME( 0x02, 0x00, "Clear credits" )PORT_DIPLOCATION("DIL:!13") |
| 1953 | 1953 | PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) |
| 1954 | 1954 | PORT_DIPSETTING( 0x02, DEF_STR( On ) ) |
| 1955 | | PORT_DIPNAME( 0x04, 0x00, "Attract mode" )PORT_DIPLOCATION("DIL:!14") |
| 1955 | PORT_DIPNAME( 0x04, 0x04, "Attract mode" )PORT_DIPLOCATION("DIL:!14") |
| 1956 | 1956 | PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) |
| 1957 | 1957 | PORT_DIPSETTING( 0x04, DEF_STR( On ) ) |
| 1958 | 1958 | PORT_DIPNAME( 0x08, 0x00, "Show hints" )PORT_DIPLOCATION("DIL:!15") |
| r31698 | r31699 | |
| 2075 | 2075 | PORT_DIPSETTING( 0x02, "7" ) |
| 2076 | 2076 | PORT_DIPSETTING( 0x01, "8" ) |
| 2077 | 2077 | PORT_DIPSETTING( 0x03, "9" ) |
| 2078 | | PORT_DIPNAME( 0x04, 0x00, "Attract mode" )PORT_DIPLOCATION("DIL:!14") |
| 2078 | PORT_DIPNAME( 0x04, 0x04, "Attract mode" )PORT_DIPLOCATION("DIL:!14") |
| 2079 | 2079 | PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) |
| 2080 | 2080 | PORT_DIPSETTING( 0x04, DEF_STR( On ) ) |
| 2081 | 2081 | PORT_DIPNAME( 0x18, 0x00, "Timebar speed" )PORT_DIPLOCATION("DIL:!15,!16") |
| r31698 | r31699 | |
| 2127 | 2127 | PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) |
| 2128 | 2128 | PORT_DIPSETTING( 0x01, DEF_STR( On ) ) |
| 2129 | 2129 | PORT_DIPUNKNOWN_DIPLOC( 0x02, 0x00, "DIL:!13" ) |
| 2130 | | PORT_DIPNAME( 0x04, 0x00, "Attract mode" )PORT_DIPLOCATION("DIL:!14") |
| 2130 | PORT_DIPNAME( 0x04, 0x04, "Attract mode" )PORT_DIPLOCATION("DIL:!14") |
| 2131 | 2131 | PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) |
| 2132 | 2132 | PORT_DIPSETTING( 0x04, DEF_STR( On ) ) |
| 2133 | 2133 | PORT_DIPNAME( 0x18, 0x00, "Timebar speed" )PORT_DIPLOCATION("DIL:!15,!16") |
| r31698 | r31699 | |
| 7470 | 7470 | |
| 7471 | 7471 | #define GAME_FLAGS GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL |
| 7472 | 7472 | |
| 7473 | | GAMEL( 1993, qntoondo, qntoond, scorpion2_vid, qntoond, bfm_sc2_state, adder_dutch,0, "BFM/ELAM", "Quintoon (Dutch, Game Card 95-750-136)", GAME_SUPPORTS_SAVE,layout_quintoon ) |
| 7474 | 7473 | GAMEL( 1993, quintoon, 0, scorpion2_vid, quintoon, bfm_sc2_state, quintoon, 0, "BFM", "Quintoon (UK, Game Card 95-750-206)", GAME_SUPPORTS_SAVE|GAME_IMPERFECT_SOUND,layout_quintoon ) //Current samples need verification |
| 7475 | 7474 | GAMEL( 1993, quintond, quintoon, scorpion2_vid, quintoon, bfm_sc2_state, quintoon, 0, "BFM", "Quintoon (UK, Game Card 95-751-206, Datapak)",GAME_SUPPORTS_SAVE|GAME_IMPERFECT_SOUND|GAME_NOT_WORKING,layout_quintoon ) //Current samples need verification |
| 7476 | 7475 | GAMEL( 1993, quintono, quintoon, scorpion2_vid, quintoon, bfm_sc2_state, quintoon, 0, "BFM", "Quintoon (UK, Game Card 95-750-203)", GAME_SUPPORTS_SAVE|GAME_IMPERFECT_SOUND,layout_quintoon ) //Current samples need verification |
| 7476 | |
| 7477 | 7477 | GAMEL( 1993, qntoond, 0, scorpion2_vid, qntoond, bfm_sc2_state, adder_dutch,0, "BFM/ELAM", "Quintoon (Dutch, Game Card 95-750-243)", GAME_SUPPORTS_SAVE,layout_quintoon ) |
| 7478 | GAMEL( 1993, qntoondo, qntoond, scorpion2_vid, qntoond, bfm_sc2_state, adder_dutch,0, "BFM/ELAM", "Quintoon (Dutch, Game Card 95-750-136)", GAME_SUPPORTS_SAVE,layout_quintoon ) |
| 7479 | |
| 7478 | 7480 | GAMEL( 1994, pokio, 0, scorpion2_vid, pokio, bfm_sc2_state, adder_dutch,0, "BFM/ELAM", "Pokio (Dutch, Game Card 95-750-278)", GAME_SUPPORTS_SAVE,layout_pokio ) |
| 7479 | | GAMEL( 1995, slotsnl, 0, scorpion2_vid, slotsnl, bfm_sc2_state, adder_dutch,0, "BFM/ELAM", "Slots (Dutch, Game Card 95-750-368)", GAME_SUPPORTS_SAVE,layout_slots ) |
| 7481 | |
| 7480 | 7482 | GAMEL( 1995, paradice, 0, scorpion2_vid, paradice, bfm_sc2_state, adder_dutch,0, "BFM/ELAM", "Paradice (Dutch, Game Card 95-750-615)", GAME_SUPPORTS_SAVE,layout_paradice ) |
| 7481 | | GAMEL( 1996, pyramid, 0, scorpion2_vid, pyramid, bfm_sc2_state, pyramid, 0, "BFM/ELAM", "Pyramid (Dutch, Game Card 95-750-898)", GAME_SUPPORTS_SAVE,layout_pyramid ) |
| 7482 | 7483 | |
| 7484 | GAMEL( 1996, pyramid, 0, scorpion2_vid, pyramid, bfm_sc2_state, pyramid, 0, "BFM/ELAM", "Pyramid (Dutch, Game Card 95-750-898)", GAME_SUPPORTS_SAVE,layout_pyramid ) |
| 7485 | |
| 7486 | GAMEL( 1995, slotsnl, 0, scorpion2_vid, slotsnl, bfm_sc2_state, adder_dutch,0, "BFM/ELAM", "Slots (Dutch, Game Card 95-750-368)", GAME_SUPPORTS_SAVE,layout_slots ) |
| 7487 | |
| 7483 | 7488 | GAMEL( 1996, sltblgtk, 0, scorpion2_vid, sltblgtk, bfm_sc2_state, sltsbelg, 0, "BFM/ELAM", "Slots (Belgian Token, Game Card 95-750-943)", GAME_SUPPORTS_SAVE,layout_sltblgtk ) |
| 7489 | |
| 7484 | 7490 | GAMEL( 1996, sltblgpo, 0, scorpion2_vid, sltblgpo, bfm_sc2_state, sltsbelg, 0, "BFM/ELAM", "Slots (Belgian Cash, Game Card 95-750-938)", GAME_SUPPORTS_SAVE,layout_sltblgpo ) |
| 7485 | 7491 | GAMEL( 1996, sltblgp1, sltblgpo, scorpion2_vid, sltblgpo, bfm_sc2_state, sltsbelg, 0, "BFM/ELAM", "Slots (Belgian Cash, Game Card 95-752-008)", GAME_SUPPORTS_SAVE,layout_sltblgpo ) |
| 7492 | |
| 7486 | 7493 | GAMEL( 1997, gldncrwn, 0, scorpion2_vid, gldncrwn, bfm_sc2_state, gldncrwn, 0, "BFM/ELAM", "Golden Crown (Dutch, Game Card 95-752-011)", GAME_SUPPORTS_SAVE,layout_gldncrwn ) |
| 7487 | 7494 | |
| 7488 | 7495 | /* Non-Video */ |