trunk/src/mame/drivers/bfmsys85.c
| r19526 | r19527 | |
| 648 | 648 | ROM_END |
| 649 | 649 | |
| 650 | 650 | |
| 651 | ROM_START( b85disc ) |
| 652 | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 653 | ROM_LOAD( "ds2.bin", 0x0000, 0x008000, CRC(fa549c55) SHA1(93a31e4f847dcd326760d17753c994f6210fb6ed) ) |
| 654 | ROM_LOAD( "ds1.bin", 0x8000, 0x008000, CRC(22f6ce92) SHA1(5db8f54bc83e963687ebe2f13769e3f2f678d356) ) |
| 655 | ROM_END |
| 656 | |
| 657 | |
| 651 | 658 | DRIVER_INIT_MEMBER(bfmsys85_state,decode) |
| 652 | 659 | { |
| 653 | 660 | bfm_decode_mainrom(machine(),"maincpu", m_codec_data); |
| r19526 | r19527 | |
| 683 | 690 | GAME( 199?, b85cops , 0 , bfmsys85, bfmsys85, driver_device, 0 , 0, "BFM", "Cops 'n' Robbers (Bellfruit) (Dutch) (System 85)", GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL) |
| 684 | 691 | GAME( 199?, b85koc , 0 , bfmsys85, bfmsys85, bfmsys85_state, decode , 0, "BFM", "King of Clubs (Bellfruit) (System 85, set 1)", GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL) // this has valid strings in it BEFORE the bfm decode, but decodes to valid code, does it use some funky mapping, or did they just fill unused space with valid looking data? |
| 685 | 692 | GAME( 199?, b85koca , b85koc , bfmsys85, bfmsys85, bfmsys85_state, decode , 0, "BFM", "King of Clubs (Bellfruit) (System 85, set 2)", GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL) // this has valid strings in it BEFORE the bfm decode, but decodes to valid code, does it use some funky mapping, or did they just fill unused space with valid looking data? |
| 693 | |
| 694 | // PROJECT NUMBER 5596 DISCOVERY 85 - 06-APR-1990 08:57:39 |
| 695 | GAME( 198?, b85disc , 0 , bfmsys85 , bfmsys85 , bfmsys85_state, decode , 0, "BFM/ELAM", "Discovey (Bellfruit) (System 85)", GAME_SUPPORTS_SAVE|GAME_REQUIRES_ARTWORK|GAME_NOT_WORKING|GAME_MECHANICAL ) // GAME No 39-350-251 |
trunk/src/mame/drivers/bfm_sc1.c
| r19526 | r19527 | |
| 1613 | 1613 | ROM_LOAD( "disc-88.a", 0x8000, 0x008000, CRC(1ac052d0) SHA1(a37cc2896fb884af7e922289d7fda1e7d26fc387) ) |
| 1614 | 1614 | ROM_END |
| 1615 | 1615 | |
| 1616 | | ROM_START( sc1disca ) |
| 1617 | | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 1618 | | ROM_LOAD( "ds2.bin", 0x0000, 0x008000, CRC(fa549c55) SHA1(93a31e4f847dcd326760d17753c994f6210fb6ed) ) |
| 1619 | | ROM_LOAD( "ds1.bin", 0x8000, 0x008000, CRC(22f6ce92) SHA1(5db8f54bc83e963687ebe2f13769e3f2f678d356) ) |
| 1620 | | ROM_END |
| 1621 | 1616 | |
| 1622 | 1617 | |
| 1623 | 1618 | |
| r19526 | r19527 | |
| 3186 | 3181 | |
| 3187 | 3182 | |
| 3188 | 3183 | GAME( 198?, sc1disc , 0 , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM/ELAM", "Discovey (Bellfruit) (Dutch) (set 1) (Scorpion 1)", GAME_FLAGS ) |
| 3189 | | GAME( 198?, sc1disca , sc1disc , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM/ELAM", "Discovey (Bellfruit) (set 2) (Scorpion 1)", GAME_FLAGS ) |
| 3190 | 3184 | GAME( 198?, sc1dream , 0 , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "Dream Machine (Bellfruit) (Scorpion 1)", GAME_FLAGS ) |
| 3191 | 3185 | GAME( 198?, sc1final , 0 , scorpion1 , scorpion1 , bfm_sc1_state, lotse , 0, "BFM", "Final Touch (Bellfruit) (Scorpion 1)", GAME_FLAGS ) |
| 3192 | 3186 | GAME( 198?, sc1flash , 0 , scorpion1 , scorpion1 , bfm_sc1_state, nocrypt , 0, "BFM/ELAM", "Flash (Bellfruit) (Dutch) (Scorpion 1)", GAME_FLAGS ) |