diff options
| author | 2009-05-07 15:27:59 +0000 | |
|---|---|---|
| committer | 2009-05-07 15:27:59 +0000 | |
| commit | 4aa04501e71e0e95919460504ffae9e7a63d96c5 (patch) | |
| tree | bca04380f5b39d745ecb9f0f7abbef006466306a | |
| parent | 6790318845cd291415ae6ce0234bc8da3ebb2ffa (diff) | |
Here's my dumps of these carts. Please have the credits include
Smitdogg, cricri_pingouin, incog, B. Sparks, ANY. I have some carts to
go through for the driver notes but no time today to update the
source. For these 2 carts, both pcb's are 171-5782. Shadow Dancer uses
an intel 27256 and a MASK uPD27c4000, sticker on the pcb is
837-6963-43. Streets of Rage uses TMS 27c256 and MASK uPD27c4000. pcb
sticker is 837-6963-51.
Smitdogg
| -rw-r--r-- | src/mame/drivers/megatech.c | 30 | ||||
| -rw-r--r-- | src/mame/mamedriv.c | 4 |
2 files changed, 30 insertions, 4 deletions
diff --git a/src/mame/drivers/megatech.c b/src/mame/drivers/megatech.c index 8f1abf6988f..e519b306407 100644 --- a/src/mame/drivers/megatech.c +++ b/src/mame/drivers/megatech.c @@ -1214,6 +1214,32 @@ ROM_START( mt_fwrld ) /* Forgotten Worlds */ MEGATECH_GAME26("game0", "inst0") ROM_END +/* Game 43 - Shadow Dancer */ + +#define MEGATECH_GAME43(GAME_REGION, INSTRUCTION_REGION) \ + ROM_REGION16_BE( 0x300000, GAME_REGION, 0 ) \ + ROM_LOAD16_WORD_SWAP( "mpr-13571-s.ic1", 0x000000, 0x080000, CRC(56a29310) SHA1(55836177e4a1e2deb68408976b29d0282cf661a9) ) \ + MEGATECH_INSTRUCTION_REGION( INSTRUCTION_REGION, MEGATECH_GAME_IS_GEN ) \ + ROM_LOAD( "epr-12368-43.ic2", 0x000000, 0x08000, CRC(1116cbc7) SHA1(ba6dd21ceadeedf730b71b67acbd20d9067114f3) ) \ + +ROM_START( mt_shado ) /* Bonanza Bros */ + MEGATECH_BIOS + MEGATECH_GAME43("game0", "inst0") +ROM_END + +/* Game 51 - Streets of Rage */ + +#define MEGATECH_GAME51(GAME_REGION, INSTRUCTION_REGION) \ + ROM_REGION16_BE( 0x300000, GAME_REGION, 0 ) \ + ROM_LOAD16_WORD_SWAP( "mpr-13571-s.ic1", 0x000000, 0x080000, CRC(db4ac746) SHA1(c7cc24e2329f279574513fa32bbf79f72f75aeea) ) \ + MEGATECH_INSTRUCTION_REGION( INSTRUCTION_REGION, MEGATECH_GAME_IS_GEN ) \ + ROM_LOAD( "epr-12368-51.ic2", 0x000000, 0x08000, CRC(49b7d6f4) SHA1(96e69851c92715e7daf35b184cf374147a8d2880) ) \ + +ROM_START( mt_srage ) /* Bonanza Bros */ + MEGATECH_BIOS + MEGATECH_GAME51("game0", "inst0") +ROM_END + /* Compilations of games to show the multi-cart support */ ROM_START( mt_comp1 ) @@ -1287,7 +1313,7 @@ ROM_END /* 40 */ GAME( 1990, mt_mwalk, megatech, megatech, megatech, mtnew, ROT0, "Sega", "Michael Jackson's Moonwalker (Mega-Tech)", GAME_NOT_WORKING ) /* 41 */ GAME( 1990, mt_crack, megatech, megatech, megatech, mtnew, ROT0, "Sega", "Crack Down (Mega-Tech)", GAME_NOT_WORKING ) /* 42 */ // unknown -/* 43 */ // unknown +/* 43 */ GAME( 1990, mt_shado, megatech, megatech, megatech, mtnew, ROT0, "Sega", "Shadow Dancer (Mega-Tech)", GAME_NOT_WORKING ) /* 44 */ GAME( 1990, mt_arrow, megatech, megatech, megatech, mtnew, ROT0, "Sega", "Arrow Flash (Mega-Tech)", GAME_NOT_WORKING ) /* 45 */ // unknown /* 46 */ // unknown @@ -1295,7 +1321,7 @@ ROM_END /* 48 */ GAME( 1991, mt_wwar, megatech, megatech, megatech, mtnew, ROT0, "Sega", "Wrestle War (Mega-Tech)", GAME_NOT_WORKING ) /* Copyright 1989, 1991 Sega */ /* 49 */ GAME( 1991, mt_bbros, megatech, megatech, megatech, mtnew, ROT0, "Sega", "Bonanza Bros. (Mega-Tech)", GAME_NOT_WORKING ) /* 50 */ // unknown -/* 51 */ // unknown +/* 51 */ GAME( 1991, mt_srage, megatech, megatech, megatech, mtnew, ROT0, "Sega", "Streets of Rage (Mega-Tech)", GAME_NOT_WORKING ) /* 52 */ GAME( 1991, mt_sonic, megatech, megatech, megatech, mtnew, ROT0, "Sega", "Sonic The Hedgehog (Mega-Tech, set 1)", GAME_NOT_WORKING ) /* */ GAME( 1991, mt_sonia, mt_sonic, megatech, megatech, mtnew, ROT0, "Sega", "Sonic The Hedgehog (Mega-Tech, set 2)", GAME_NOT_WORKING ) /* 53 */ GAME( 1990, mt_fshrk, megatech, megatech, megatech, mtnew, ROT0, "Toaplan / Sega", "Fire Shark (Mega-Tech)", GAME_NOT_WORKING ) diff --git a/src/mame/mamedriv.c b/src/mame/mamedriv.c index 6b37325513f..8773a8a76e2 100644 --- a/src/mame/mamedriv.c +++ b/src/mame/mamedriv.c @@ -4232,7 +4232,7 @@ BOMULEUL CHAJARA SEGA ST-V 1997/04/11 DRIVER( mt_mwalk ) /* 40 */ DRIVER( mt_crack ) /* 41 */ /* 42 */ - /* 43 */ + DRIVER( mt_shado ) /* 43 */ DRIVER( mt_arrow ) /* 44 */ /* 45 */ /* 46 */ @@ -4240,7 +4240,7 @@ BOMULEUL CHAJARA SEGA ST-V 1997/04/11 DRIVER( mt_wwar ) /* 48 */ DRIVER( mt_bbros ) /* 49 */ /* 50 */ - /* 51 */ + DRIVER( mt_srage ) /* 51 */ DRIVER( mt_sonic ) /* 52 */ DRIVER( mt_sonia ) /* ^^ */ DRIVER( mt_fshrk ) /* 53 */ |
