trunk/src/mame/drivers/bfm_sc1.c
| r19516 | r19517 | |
| 1175 | 1175 | int sc1_find_project_string(running_machine &machine ) |
| 1176 | 1176 | { |
| 1177 | 1177 | // search for the project string to find the title (usually just at ff00) |
| 1178 | | char title_string[4][32] = { "PROJECT NUMBER", "PROJECT PR", "PROJECT ", "CASH ON THE NILE 2" }; |
| 1178 | char title_string[6][32] = { "PROJECT NUMBER", "PROJECT PR", "PROJECT ", "CASH ON THE NILE 2", "PR6121", "CHINA TOWN\x0d\x0a" }; |
| 1179 | 1179 | UINT8 *src = machine.root_device().memregion( "maincpu" )->base(); |
| 1180 | 1180 | int size = machine.root_device().memregion( "maincpu" )->bytes(); |
| 1181 | 1181 | |
| 1182 | | for (int search=0;search<4;search++) |
| 1182 | for (int search=0;search<6;search++) |
| 1183 | 1183 | { |
| 1184 | 1184 | |
| 1185 | 1185 | int strlength = strlen(title_string[search]); |
| r19516 | r19517 | |
| 1314 | 1314 | |
| 1315 | 1315 | // ROM definition /////////////////////////////////////////////////////////////////// |
| 1316 | 1316 | |
| 1317 | | /* are these used, or for one of the other revs? */ |
| 1318 | | #define sc1_china_sound \ |
| 1319 | | ROM_REGION( 0x20000, "upd", 0 ) \ |
| 1320 | | ROM_LOAD( "ctowsnd1.bin", 0x00000, 0x010000, CRC(faf28e18) SHA1(0586a905f944bcc990d4a1b400629412a69fc160) )\ |
| 1321 | | ROM_LOAD( "ctowsnd2.bin", 0x10000, 0x010000, CRC(f4f9c1a4) SHA1(af5aff58b3e362a14e26a5e8cae83affda905819) )\ |
| 1322 | 1317 | |
| 1323 | 1318 | |
| 1324 | 1319 | |
| 1325 | | |
| 1326 | 1320 | #define sc1_funh_sound \ |
| 1327 | 1321 | ROM_REGION( 0x40000, "upd", 0 )\ |
| 1328 | 1322 | ROM_LOAD( "fhsesnd1.bin", 0x0000, 0x010000, CRC(bf371dbf) SHA1(0c9bc0d0964a858fba5324080a2cf5da119bf3db) )\ |
| r19516 | r19517 | |
| 1519 | 1513 | ROM_LOAD( "cashino-a.bin", 0x8000, 0x8000, CRC(8a585683) SHA1(01859c82a6d6b082de11e9208f8d38c519dc2575) ) |
| 1520 | 1514 | ROM_END |
| 1521 | 1515 | |
| 1522 | | ROM_START( sc1china ) |
| 1523 | | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 1524 | | ROM_LOAD( "club-china-town_std_ac_200pnd_rot_bss.bin", 0x0000, 0x8000, CRC(4895098f) SHA1(e08f9b85c634a423a93608a7b592436ae253ca42) ) |
| 1525 | | ROM_LOAD( "club-china-town_std_ac_200pnd_rot_ass.bin", 0x8000, 0x8000, CRC(a9ed6493) SHA1(8049fe4b42110afab91dd2d9ccd132d4f2c1c0ff) ) |
| 1526 | | sc1_china_sound |
| 1527 | | ROM_END |
| 1528 | | |
| 1529 | | ROM_START( sc1chinap ) |
| 1530 | | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 1531 | | ROM_LOAD( "club-china-town_dat_ac_200pnd_bss.bin", 0x0000, 0x8000, CRC(4895098f) SHA1(e08f9b85c634a423a93608a7b592436ae253ca42) ) |
| 1532 | | ROM_LOAD( "club-china-town_dat_ac_200pnd_ass.bin", 0x8000, 0x8000, CRC(5aa465b9) SHA1(3c2d805f0421d7d1db93f21358a2beb648c05f8e) )//39371857 |
| 1533 | | |
| 1534 | | sc1_china_sound |
| 1535 | | ROM_END |
| 1536 | | |
| 1537 | | ROM_START( sc1chinaa ) |
| 1538 | | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 1539 | | ROM_LOAD( "club-china-town_std_ac_rot_bss.bin", 0x0000, 0x8000, CRC(6e09a878) SHA1(4084b1dc3425ceb980ef5c63a883720f3ad84d7f) ) |
| 1540 | | ROM_LOAD( "club-china-town_std_ac_rot_ass.bin", 0x8000, 0x8000, CRC(de12ac34) SHA1(0caeb2a6b209ee34d67d4c619dd63562c839261e) ) |
| 1541 | | sc1_china_sound |
| 1542 | | ROM_END |
| 1543 | | |
| 1544 | | ROM_START( sc1chinaap ) |
| 1545 | | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 1546 | | ROM_LOAD( "club-china-town_dat_ac_rot_bss.bin", 0x0000, 0x8000, CRC(6e09a878) SHA1(4084b1dc3425ceb980ef5c63a883720f3ad84d7f) ) |
| 1547 | | ROM_LOAD( "club-china-town_dat_ac_rot_ass.bin", 0x8000, 0x8000, CRC(109b722c) SHA1(19426f3f907f108dc16b4036d3986c6395f799d0) ) |
| 1548 | | |
| 1549 | | sc1_china_sound |
| 1550 | | ROM_END |
| 1551 | | |
| 1552 | | ROM_START( sc1chinab ) |
| 1553 | | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 1554 | | ROM_LOAD( "club-china-town_std_ac_150pnd_lfj_bss.bin", 0x0000, 0x8000, CRC(d41c6999) SHA1(cc2eb2e74ca3bfa78d74dd08f83acb2fe650e13d) ) |
| 1555 | | ROM_LOAD( "club-china-town_std_ac_150pnd_lfj_ass.bin", 0x8000, 0x8000, CRC(8c3e69f1) SHA1(cb0cbf7a6039549b969160a162a0cd5511b24cd3) ) |
| 1556 | | |
| 1557 | | sc1_china_sound |
| 1558 | | ROM_END |
| 1559 | | |
| 1560 | | ROM_START( sc1chinabp ) |
| 1561 | | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 1562 | | ROM_LOAD( "club-china-town_dat_ac_150pnd_lfj_bss.bin", 0x0000, 0x8000, CRC(d41c6999) SHA1(cc2eb2e74ca3bfa78d74dd08f83acb2fe650e13d) ) |
| 1563 | | ROM_LOAD( "club-china-town_dat_ac_150pnd_lfj_ass.bin", 0x8000, 0x8000, CRC(9547727a) SHA1(ac4a23ae78d9331261ee0ab59816f65c5c1547d7) ) |
| 1564 | | |
| 1565 | | sc1_china_sound |
| 1566 | | ROM_END |
| 1567 | | |
| 1568 | 1516 | ROM_START( sc1class ) |
| 1569 | 1517 | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 1570 | 1518 | ROM_LOAD( "classic606.bin", 0x0000, 0x010000, CRC(f1dc300e) SHA1(17b1d69ed2fd3ce91ce86e9b0160a150a74a624b) ) |
| r19516 | r19517 | |
| 1628 | 1576 | ROM_LOAD( "rveclsp0108_1.bin", 0x0000, 0x010000, CRC(d60c9f4b) SHA1(dcbb6a10db2f658b734ed0fdecf907a4a32eedaa) ) |
| 1629 | 1577 | ROM_END |
| 1630 | 1578 | |
| 1631 | | ROM_START( sc1clbtm ) |
| 1632 | | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 1633 | | ROM_LOAD( "temp12b.bin", 0x0000, 0x8000, CRC(3c27c592) SHA1(081d61f974e2ae5c64729b32be4c0e5067a20550) ) |
| 1634 | | ROM_LOAD( "temp11a.bin", 0x8000, 0x8000, CRC(37c8b73e) SHA1(f718572d170be7b582c3818df7163309cea232b5) ) |
| 1635 | 1579 | |
| 1636 | | ROM_REGION( 0x40000, "upd", 0 ) |
| 1637 | | ROM_LOAD( "tempsnd1.bin", 0x00000, 0x10000, CRC(168e2a18) SHA1(db97acf9131b1a54efe1cd375aecae1679bab19e) ) |
| 1638 | | ROM_LOAD( "tempsnd2.bin", 0x00000, 0x10000, CRC(b717f347) SHA1(189c82318d622f18580a23eed48b17c0c34dedd5) ) |
| 1639 | | ROM_END |
| 1640 | 1580 | |
| 1641 | | ROM_START( sc1clbtma ) |
| 1642 | | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 1643 | | ROM_LOAD( "temptp2", 0x0000, 0x8000, CRC(d165fa87) SHA1(aef8a4af8b6e83ef09dffc8aca305eaf7dd3936b) ) |
| 1644 | | ROM_LOAD( "temptp1", 0x8000, 0x8000, CRC(6f03648d) SHA1(a6402c94ebf4d570d1d3fb462eb621566c27f307) ) |
| 1645 | 1581 | |
| 1646 | | ROM_REGION( 0x40000, "upd", 0 ) |
| 1647 | | ROM_LOAD( "tempsnd1.bin", 0x00000, 0x10000, CRC(168e2a18) SHA1(db97acf9131b1a54efe1cd375aecae1679bab19e) ) |
| 1648 | | ROM_LOAD( "tempsnd2.bin", 0x00000, 0x10000, CRC(b717f347) SHA1(189c82318d622f18580a23eed48b17c0c34dedd5) ) |
| 1649 | | ROM_END |
| 1650 | 1582 | |
| 1651 | | ROM_START( sc1clbtmb ) |
| 1652 | | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 1653 | | // missing a rom? |
| 1654 | | ROM_LOAD( "95717692a.bin", 0x8000, 0x8000, CRC(f9fe7b9a) SHA1(0e3fe5da9fc837726d08f02a2c6ed782f016c982) ) |
| 1655 | | |
| 1656 | | ROM_REGION( 0x40000, "upd", 0 ) |
| 1657 | | ROM_LOAD( "tempsnd1.bin", 0x00000, 0x10000, CRC(168e2a18) SHA1(db97acf9131b1a54efe1cd375aecae1679bab19e) ) |
| 1658 | | ROM_LOAD( "tempsnd2.bin", 0x00000, 0x10000, CRC(b717f347) SHA1(189c82318d622f18580a23eed48b17c0c34dedd5) ) |
| 1659 | | ROM_END |
| 1660 | | |
| 1661 | | |
| 1662 | | |
| 1663 | | |
| 1664 | 1583 | ROM_START( sc1copdd ) |
| 1665 | 1584 | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 1666 | 1585 | ROM_LOAD( "game_835.bin", 0x00000, 0x10000, CRC(af134088) SHA1(c6467102903a2910c67f2b8051e1f788576ef62f) ) |
| r19516 | r19517 | |
| 1704 | 1623 | |
| 1705 | 1624 | |
| 1706 | 1625 | |
| 1707 | | ROM_START( sc1count ) |
| 1708 | | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 1709 | | ROM_LOAD( "club-count-cash_std_ac_200pnd_rot_bss.bin", 0x0000, 0x8000, CRC(8e385a9e) SHA1(67c45734501c16be3b8270f388dc1313bce289f8) ) |
| 1710 | | ROM_LOAD( "club-count-cash_std_ac_200pnd_rot_ass.bin", 0x8000, 0x8000, CRC(a6a1a604) SHA1(86e59578fed7023b0e6a42495b9a60e7178ee566) ) |
| 1711 | | ROM_END |
| 1712 | 1626 | |
| 1713 | | ROM_START( sc1countp ) |
| 1714 | | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 1715 | | ROM_LOAD( "club-count-cash_dat_ac_200pnd_rot_bss.bin", 0x0000, 0x8000, CRC(8e385a9e) SHA1(67c45734501c16be3b8270f388dc1313bce289f8) ) |
| 1716 | | ROM_LOAD( "club-count-cash_dat_ac_200pnd_rot_ass.bin", 0x8000, 0x8000, CRC(da097abe) SHA1(85f01d8b5dce535a5559fadaf1cf7373c6967882) ) |
| 1717 | | ROM_END |
| 1718 | 1627 | |
| 1719 | | ROM_START( sc1counta ) |
| 1720 | | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 1721 | | ROM_LOAD( "club-count-cash_std_ac_rot_bss.bin", 0x0000, 0x8000, CRC(69df417d) SHA1(a7788a9f3056919017616960ba5017bcd94b8a98) ) |
| 1722 | | ROM_LOAD( "club-count-cash_std_ac_rot_ass.bin", 0x8000, 0x8000, CRC(b081333c) SHA1(75a46634458a790f91360be26cace0e42bbf3481) ) |
| 1723 | | ROM_END |
| 1724 | | |
| 1725 | | ROM_START( sc1countap ) |
| 1726 | | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 1727 | | ROM_LOAD( "club-count-cash_dat_ac_rnr_bss.bin", 0x0000, 0x8000, CRC(69df417d) SHA1(a7788a9f3056919017616960ba5017bcd94b8a98) ) |
| 1728 | | ROM_LOAD( "club-count-cash_dat_ac_rnr_ass.bin", 0x8000, 0x8000, CRC(87f68f57) SHA1(fe99c8577a80a7ec791bf87e78cf429eebbc7785) ) |
| 1729 | | ROM_END |
| 1730 | | |
| 1731 | | |
| 1732 | | |
| 1733 | 1628 | ROM_START( sc1dago ) |
| 1734 | 1629 | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 1735 | 1630 | ROM_LOAD( "dgnlg051_single_site_euro.bin", 0x0000, 0x010000, CRC(5ccb9773) SHA1(4940d7b17d36d409504a263acd54d017c6cbb1e1) ) |
| r19516 | r19517 | |
| 3160 | 3055 | GAME( 198?, sc1cl65a , sc1cl65 , scorpion1_viper , clatt , bfm_sc1_state, lotse , 0, "BFM", "Club 65 Special (Bellfruit) (set 5) (Scorpion 1)", GAME_FLAGS ) // GAME No 39-370-858 |
| 3161 | 3056 | GAME( 198?, sc1cl65ap , sc1cl65 , scorpion1_viper , clatt , bfm_sc1_state, lotse , 0, "BFM", "Club 65 Special (Bellfruit) (set 5, Protocol) (Scorpion 1)", GAME_FLAGS ) // GAME No 39-371-858 |
| 3162 | 3057 | |
| 3058 | /******************************************************************************************************************************************************************************************************************** |
| 3059 | China Town |
| 3060 | ********************************************************************************************************************************************************************************************************************/ |
| 3163 | 3061 | |
| 3062 | #define sc1_china_sound \ |
| 3063 | ROM_REGION( 0x20000, "upd", 0 ) \ |
| 3064 | ROM_LOAD( "ctowsnd1.bin", 0x00000, 0x010000, CRC(faf28e18) SHA1(0586a905f944bcc990d4a1b400629412a69fc160) )\ |
| 3065 | ROM_LOAD( "ctowsnd2.bin", 0x10000, 0x010000, CRC(f4f9c1a4) SHA1(af5aff58b3e362a14e26a5e8cae83affda905819) )\ |
| 3066 | |
| 3067 | ROM_START( sc1china ) ROM_REGION( 0x10000, "maincpu", 0 ) ROM_LOAD( "club-china-town_std_ac_200pnd_rot_bss.bin", 0x0000, 0x8000, CRC(4895098f) SHA1(e08f9b85c634a423a93608a7b592436ae253ca42) ) ROM_LOAD( "club-china-town_std_ac_200pnd_rot_ass.bin", 0x8000, 0x8000, CRC(a9ed6493) SHA1(8049fe4b42110afab91dd2d9ccd132d4f2c1c0ff) ) sc1_china_sound ROM_END |
| 3068 | ROM_START( sc1chinap ) ROM_REGION( 0x10000, "maincpu", 0 ) ROM_LOAD( "club-china-town_dat_ac_200pnd_bss.bin", 0x0000, 0x8000, CRC(4895098f) SHA1(e08f9b85c634a423a93608a7b592436ae253ca42) ) ROM_LOAD( "club-china-town_dat_ac_200pnd_ass.bin", 0x8000, 0x8000, CRC(5aa465b9) SHA1(3c2d805f0421d7d1db93f21358a2beb648c05f8e) ) sc1_china_sound ROM_END |
| 3069 | ROM_START( sc1chinaa ) ROM_REGION( 0x10000, "maincpu", 0 ) ROM_LOAD( "club-china-town_std_ac_rot_bss.bin", 0x0000, 0x8000, CRC(6e09a878) SHA1(4084b1dc3425ceb980ef5c63a883720f3ad84d7f) ) ROM_LOAD( "club-china-town_std_ac_rot_ass.bin", 0x8000, 0x8000, CRC(de12ac34) SHA1(0caeb2a6b209ee34d67d4c619dd63562c839261e) ) sc1_china_sound ROM_END |
| 3070 | ROM_START( sc1chinaap ) ROM_REGION( 0x10000, "maincpu", 0 ) ROM_LOAD( "club-china-town_dat_ac_rot_bss.bin", 0x0000, 0x8000, CRC(6e09a878) SHA1(4084b1dc3425ceb980ef5c63a883720f3ad84d7f) ) ROM_LOAD( "club-china-town_dat_ac_rot_ass.bin", 0x8000, 0x8000, CRC(109b722c) SHA1(19426f3f907f108dc16b4036d3986c6395f799d0) ) sc1_china_sound ROM_END |
| 3071 | ROM_START( sc1chinab ) ROM_REGION( 0x10000, "maincpu", 0 ) ROM_LOAD( "club-china-town_std_ac_150pnd_lfj_bss.bin", 0x0000, 0x8000, CRC(d41c6999) SHA1(cc2eb2e74ca3bfa78d74dd08f83acb2fe650e13d) ) ROM_LOAD( "club-china-town_std_ac_150pnd_lfj_ass.bin", 0x8000, 0x8000, CRC(8c3e69f1) SHA1(cb0cbf7a6039549b969160a162a0cd5511b24cd3) ) sc1_china_sound ROM_END |
| 3072 | ROM_START( sc1chinabp ) ROM_REGION( 0x10000, "maincpu", 0 ) ROM_LOAD( "club-china-town_dat_ac_150pnd_lfj_bss.bin", 0x0000, 0x8000, CRC(d41c6999) SHA1(cc2eb2e74ca3bfa78d74dd08f83acb2fe650e13d) ) ROM_LOAD( "club-china-town_dat_ac_150pnd_lfj_ass.bin", 0x8000, 0x8000, CRC(9547727a) SHA1(ac4a23ae78d9331261ee0ab59816f65c5c1547d7) ) sc1_china_sound ROM_END |
| 3073 | |
| 3074 | // CHINA TOWN CHINA TOWN - 18-MAR-1992 13:59:59 |
| 3075 | GAME( 198?, sc1chinaa , sc1china , scorpion1_viper , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "China Town Club (Bellfruit) (set 1) (Scorpion 1)", GAME_FLAGS ) // GAME No 39-370-551 |
| 3076 | GAME( 198?, sc1chinaap , sc1china , scorpion1_viper , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "China Town Club (Bellfruit) (set 1, Protocol) (Scorpion 1)", GAME_FLAGS ) // GAME No 39-371-551 |
| 3077 | // PR6121 CHINA TOWN CHINA TOWN 200 POUND JACKPOT - 14-APR-1993 12:15:57 |
| 3078 | GAME( 198?, sc1china , 0 , scorpion1_viper , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "China Town Club (Bellfruit) (set 2) (Scorpion 1)", GAME_FLAGS ) // GAME No 39-370-857 |
| 3079 | GAME( 198?, sc1chinap , sc1china , scorpion1_viper , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "China Town Club (Bellfruit) (set 2, Protocol) (Scorpion 1)", GAME_FLAGS ) // GAME No 39-371-857 |
| 3080 | // PROJECT NUMBER PR5989 CHINA TOWN CHINA TOWN SMOOTHED JACKPOT - 12-MAY-1994 12:15:56 |
| 3081 | GAME( 198?, sc1chinab , sc1china , scorpion1_viper , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "China Town Club (Bellfruit) (set 3) (Scorpion 1)", GAME_FLAGS ) // GAME No 39-370-979 |
| 3082 | GAME( 198?, sc1chinabp , sc1china , scorpion1_viper , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "China Town Club (Bellfruit) (set 3, Protocol) (Scorpion 1)", GAME_FLAGS ) // GAME No 39-371-979 |
| 3083 | |
| 3084 | /******************************************************************************************************************************************************************************************************************** |
| 3085 | Club Temptation |
| 3086 | ********************************************************************************************************************************************************************************************************************/ |
| 3087 | |
| 3088 | /* |
| 3089 | ROM_LOAD( "temp11a.bin", 0x8000, 0x8000, CRC(37c8b73e) SHA1(f718572d170be7b582c3818df7163309cea232b5) ) // FIXED BITS (xxxxxx1x) |
| 3090 | appears to be a bad dump of |
| 3091 | ROM_LOAD( "95717692a.bin", 0x8000, 0x8000, CRC(f9fe7b9a) SHA1(0e3fe5da9fc837726d08f02a2c6ed782f016c982) ) |
| 3092 | */ |
| 3093 | |
| 3094 | #define sc1_clbtm_sound \ |
| 3095 | ROM_REGION( 0x40000, "upd", 0 ) \ |
| 3096 | ROM_LOAD( "tempsnd1.bin", 0x00000, 0x10000, CRC(168e2a18) SHA1(db97acf9131b1a54efe1cd375aecae1679bab19e) ) \ |
| 3097 | ROM_LOAD( "tempsnd2.bin", 0x00000, 0x10000, CRC(b717f347) SHA1(189c82318d622f18580a23eed48b17c0c34dedd5) ) \ |
| 3098 | |
| 3099 | ROM_START( sc1clbtm ) ROM_REGION( 0x10000, "maincpu", 0 ) ROM_LOAD( "temp12b.bin", 0x0000, 0x8000, CRC(3c27c592) SHA1(081d61f974e2ae5c64729b32be4c0e5067a20550) ) ROM_LOAD( "95717692a.bin", 0x8000, 0x8000, CRC(f9fe7b9a) SHA1(0e3fe5da9fc837726d08f02a2c6ed782f016c982) ) sc1_clbtm_sound ROM_END |
| 3100 | ROM_START( sc1clbtma ) ROM_REGION( 0x10000, "maincpu", 0 ) ROM_LOAD( "temptp2", 0x0000, 0x8000, CRC(d165fa87) SHA1(aef8a4af8b6e83ef09dffc8aca305eaf7dd3936b) ) ROM_LOAD( "temptp1", 0x8000, 0x8000, CRC(6f03648d) SHA1(a6402c94ebf4d570d1d3fb462eb621566c27f307) ) sc1_clbtm_sound ROM_END |
| 3101 | |
| 3102 | // PROJECT NUMBER 5491 TEMPTATION - 1-MAY-1991 13:36:44 |
| 3103 | GAME( 198?, sc1clbtm , 0 , scorpion1_viper , clatt , bfm_sc1_state, lotse , 0, "BFM", "Club Temptation (Bellfruit) (set 1) (Scorpion 1)", GAME_FLAGS ) // GAME No 39-370-342 |
| 3104 | // PROJECT NUMBER 5491 TEMPTATION HI-FREQ CASHPOT - 31-OCT-1991 12:50:19 |
| 3105 | GAME( 198?, sc1clbtma , sc1clbtm , scorpion1_viper , clatt , bfm_sc1_state, lotse , 0, "BFM", "Club Temptation (Bellfruit) (set 2) (Scorpion 1)", GAME_FLAGS ) // GAME No 39-370-449 |
| 3106 | |
| 3107 | /******************************************************************************************************************************************************************************************************************** |
| 3108 | Count Cash Club |
| 3109 | ********************************************************************************************************************************************************************************************************************/ |
| 3110 | |
| 3111 | // might not be used |
| 3112 | #define sc1_count_sound \ |
| 3113 | ROM_REGION( 0x40000, "upd", ROMREGION_ERASE00 ) \ |
| 3114 | |
| 3115 | ROM_START( sc1count ) ROM_REGION( 0x10000, "maincpu", 0 ) ROM_LOAD( "club-count-cash_std_ac_200pnd_rot_bss.bin", 0x0000, 0x8000, CRC(8e385a9e) SHA1(67c45734501c16be3b8270f388dc1313bce289f8) ) ROM_LOAD( "club-count-cash_std_ac_200pnd_rot_ass.bin", 0x8000, 0x8000, CRC(a6a1a604) SHA1(86e59578fed7023b0e6a42495b9a60e7178ee566) ) sc1_count_sound ROM_END |
| 3116 | ROM_START( sc1countp ) ROM_REGION( 0x10000, "maincpu", 0 ) ROM_LOAD( "club-count-cash_dat_ac_200pnd_rot_bss.bin", 0x0000, 0x8000, CRC(8e385a9e) SHA1(67c45734501c16be3b8270f388dc1313bce289f8) ) ROM_LOAD( "club-count-cash_dat_ac_200pnd_rot_ass.bin", 0x8000, 0x8000, CRC(da097abe) SHA1(85f01d8b5dce535a5559fadaf1cf7373c6967882) ) sc1_count_sound ROM_END |
| 3117 | ROM_START( sc1counta ) ROM_REGION( 0x10000, "maincpu", 0 ) ROM_LOAD( "club-count-cash_std_ac_rot_bss.bin", 0x0000, 0x8000, CRC(69df417d) SHA1(a7788a9f3056919017616960ba5017bcd94b8a98) ) ROM_LOAD( "club-count-cash_std_ac_rot_ass.bin", 0x8000, 0x8000, CRC(b081333c) SHA1(75a46634458a790f91360be26cace0e42bbf3481) ) sc1_count_sound ROM_END |
| 3118 | ROM_START( sc1countap ) ROM_REGION( 0x10000, "maincpu", 0 ) ROM_LOAD( "club-count-cash_dat_ac_rnr_bss.bin", 0x0000, 0x8000, CRC(69df417d) SHA1(a7788a9f3056919017616960ba5017bcd94b8a98) ) ROM_LOAD( "club-count-cash_dat_ac_rnr_ass.bin", 0x8000, 0x8000, CRC(87f68f57) SHA1(fe99c8577a80a7ec791bf87e78cf429eebbc7785) ) sc1_count_sound ROM_END |
| 3119 | |
| 3120 | // PROJECT NUMBER 6031 COUNT CASH standard - 14-SEP-1992 11:07:14 |
| 3121 | GAME( 198?, sc1counta , sc1count , scorpion1_viper , clatt , bfm_sc1_state, lotse , 0, "BFM", "Count Cash Club (Bellfruit) (set 1) (Scorpion 1)", GAME_FLAGS ) // GAME No 39-370-698 |
| 3122 | GAME( 198?, sc1countap , sc1count , scorpion1_viper , clatt , bfm_sc1_state, lotse , 0, "BFM", "Count Cash Club (Bellfruit) (set 1, Protocol) (Scorpion 1)", GAME_FLAGS ) // GAME No 39-371-698 |
| 3123 | // PROJECT NUMBER 6120 COUNT CASH 200 POUND JACKPOT - 14-APR-1993 12:12:42 |
| 3124 | GAME( 198?, sc1count , 0 , scorpion1_viper , clatt , bfm_sc1_state, lotse , 0, "BFM", "Count Cash Club (Bellfruit) (set 2) (Scorpion 1)", GAME_FLAGS ) // GAME No 39-370-855 |
| 3125 | GAME( 198?, sc1countp , sc1count , scorpion1_viper , clatt , bfm_sc1_state, lotse , 0, "BFM", "Count Cash Club (Bellfruit) (set 2, Protocol) (Scorpion 1)", GAME_FLAGS ) // GAME No 39-371-855 |
| 3126 | |
| 3127 | |
| 3128 | |
| 3129 | |
| 3164 | 3130 | GAME( 1988, sc1lotus , 0 , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM/ELAM", "Lotus SE (Dutch) (set 1)", GAME_FLAGS ) |
| 3165 | 3131 | GAME( 1988, sc1lotusa , sc1lotus , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM/ELAM", "Lotus SE (Dutch) (set 2)", GAME_FLAGS ) |
| 3166 | 3132 | GAME( 1988, sc1roul , 0 , scorpion1 , scorpion1 , bfm_sc1_state, rou029 , 0, "BFM/ELAM", "Roulette (Dutch, Game Card 39-360-129?)", GAME_FLAGS ) |
| r19516 | r19517 | |
| 3181 | 3147 | GAME( 198?, sc1cexplb , sc1cexpl , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "Cash Explosion (Bellfruit) (set 3) (Scorpion 1)", GAME_FLAGS ) |
| 3182 | 3148 | GAME( 198?, sc1cexpld , sc1cexpl , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "Cash Explosion (Bellfruit) (set 5) (Scorpion 1)", GAME_FLAGS ) |
| 3183 | 3149 | GAME( 198?, sc1cshin , 0 , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM/ELAM", "Cashino (Bellfruit) (Dutch) (Scorpion 1)", GAME_FLAGS ) |
| 3184 | | GAME( 198?, sc1china , 0 , scorpion1_viper , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "China Town Club (Bellfruit) (set 1) (Scorpion 1)", GAME_FLAGS ) |
| 3185 | | GAME( 198?, sc1chinap , sc1china , scorpion1_viper , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "China Town Club (Bellfruit) (set 1, Protocol) (Scorpion 1)", GAME_FLAGS ) |
| 3186 | | GAME( 198?, sc1chinaa , sc1china , scorpion1_viper , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "China Town Club (Bellfruit) (set 2) (Scorpion 1)", GAME_FLAGS ) |
| 3187 | | GAME( 198?, sc1chinaap , sc1china , scorpion1_viper , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "China Town Club (Bellfruit) (set 2, Protocol) (Scorpion 1)", GAME_FLAGS ) |
| 3188 | | GAME( 198?, sc1chinab , sc1china , scorpion1_viper , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "China Town Club (Bellfruit) (set 3) (Scorpion 1)", GAME_FLAGS ) |
| 3189 | | GAME( 198?, sc1chinabp , sc1china , scorpion1_viper , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "China Town Club (Bellfruit) (set 3, Protocol) (Scorpion 1)", GAME_FLAGS ) |
| 3190 | 3150 | GAME( 198?, sc1class , 0 , scorpion1 , scorpion1 , bfm_sc1_state, nocrypt , 0, "BFM/ELAM", "Classic (Bellfruit) (Dutch) (Scorpion 1)", GAME_FLAGS ) |
| 3191 | 3151 | GAME( 198?, sc1cwcl , 0 , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "Clockwise Club (Bellfruit) (Scorpion 1)", GAME_FLAGS ) |
| 3192 | 3152 | GAME( 198?, sc1clown , 0 , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM/ELAM", "Clown Around (Bellfruit) (Scorpion 1)", GAME_FLAGS ) |
| r19516 | r19517 | |
| 3196 | 3156 | GAME( 198?, sc1clbxp , 0 , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "Club Explosion (Bellfruit) (Scorpion 1)", GAME_FLAGS ) |
| 3197 | 3157 | GAME( 198?, sc1clbrn , 0 , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "Club Runner (Bellfruit) (Scorpion 1)", GAME_FLAGS ) |
| 3198 | 3158 | GAME( 198?, sc1clbsp , 0 , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "Club Spinner (Bellfruit) (Scorpion 1)", GAME_FLAGS ) |
| 3199 | | GAME( 198?, sc1clbtm , 0 , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "Club Temptation (Bellfruit) (set 1) (Scorpion 1)", GAME_FLAGS ) |
| 3200 | | GAME( 198?, sc1clbtma , sc1clbtm , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "Club Temptation (Bellfruit) (set 2) (Scorpion 1)", GAME_FLAGS ) |
| 3201 | | GAME( 199?, sc1clbtmb , sc1clbtm , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "Club Temptation (Bellfruit) (set 3) (Scorpion 1)", GAME_FLAGS) |
| 3202 | 3159 | GAME( 198?, sc1cops , 0 , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "Cops 'n' Robbers (Bellfruit) (set 1) (Scorpion 1)", GAME_FLAGS ) |
| 3203 | 3160 | GAME( 198?, sc1copsa , sc1cops , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "Cops 'n' Robbers (Bellfruit) (set 2) (Scorpion 1)", GAME_FLAGS ) |
| 3204 | 3161 | GAME( 198?, sc1copdd , 0 , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM/ELAM", "Cops 'n' Robbers Deluxe (Bellfruit) (Dutch) (Scorpion 1)", GAME_FLAGS ) |
| 3205 | 3162 | GAME( 198?, sc1copdx , 0 , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "Cops 'n' Robbers Deluxe (Bellfruit) (Scorpion 1)", GAME_FLAGS ) // is this really sc1? it does nothing |
| 3206 | | GAME( 198?, sc1count , 0 , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "Count Cash Club (Bellfruit) (set 1) (Scorpion 1)", GAME_FLAGS ) |
| 3207 | | GAME( 198?, sc1countp , sc1count , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "Count Cash Club (Bellfruit) (set 1, Protocol) (Scorpion 1)", GAME_FLAGS ) |
| 3208 | | GAME( 198?, sc1counta , sc1count , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "Count Cash Club (Bellfruit) (set 2) (Scorpion 1)", GAME_FLAGS ) |
| 3209 | | GAME( 198?, sc1countap , sc1count , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "Count Cash Club (Bellfruit) (set 2, Protocol) (Scorpion 1)", GAME_FLAGS ) |
| 3210 | 3163 | GAME( 198?, sc1dago , 0 , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "ELAM", "Dagobert's Vault (Bellfruit) (Dutch) (Scorpion 1)", GAME_FLAGS ) |
| 3211 | 3164 | GAME( 198?, sc1disc , 0 , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM/ELAM", "Discovey (Bellfruit) (Dutch) (set 1) (Scorpion 1)", GAME_FLAGS ) |
| 3212 | 3165 | GAME( 198?, sc1disca , sc1disc , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM/ELAM", "Discovey (Bellfruit) (set 2) (Scorpion 1)", GAME_FLAGS ) |