trunk/src/mame/drivers/megaplay.c
| r245094 | r245095 | |
| 742 | 742 | MEGAPLAY_BIOS |
| 743 | 743 | ROM_END |
| 744 | 744 | |
| 745 | | ROM_START( mp_gaxe2 ) /* Golden Axe 2 */ |
| 745 | ROM_START( mp_gaxe2 ) /* Golden Axe 2, revision B */ |
| 746 | 746 | ROM_REGION( 0x400000, "maincpu", 0 ) |
| 747 | 747 | ROM_LOAD16_BYTE( "ep15179b.ic2", 0x000000, 0x040000, CRC(00d97b84) SHA1(914bbf566ddf940aab67b92af237d251650ddadf) ) |
| 748 | 748 | ROM_LOAD16_BYTE( "ep15178b.ic1", 0x000001, 0x040000, CRC(2ea576db) SHA1(6d96b948243533de1f488b1f80e0d5431a4f1f53) ) |
| r245094 | r245095 | |
| 755 | 755 | MEGAPLAY_BIOS |
| 756 | 756 | ROM_END |
| 757 | 757 | |
| 758 | ROM_START( mp_gaxe2a ) /* Golden Axe 2 */ |
| 759 | ROM_REGION( 0x400000, "maincpu", 0 ) |
| 760 | ROM_LOAD16_BYTE( "epr-15179.ic2", 0x000000, 0x040000, CRC(d35f1a35) SHA1(3105cd3b55f65337863703db04527fe298fc04e0) ) |
| 761 | ROM_LOAD16_BYTE( "epr-15178.ic1", 0x000001, 0x040000, CRC(2c6b6b76) SHA1(25577f49ecad451c217da9cacbd78ffca9dca24e) ) |
| 762 | /* Game Instruction rom copied to 0x300000 - 0x310000 (odd / even bytes equal) */ |
| 763 | |
| 764 | ROM_REGION( 0x8000, "user1", 0 ) /* Game Instructions */ |
| 765 | ROM_LOAD( "epr-15175-02.ic3", 0x000000, 0x08000, CRC(cfc87f91) SHA1(110609094aa6d848bec613faa0558db7ad272b77) ) |
| 766 | |
| 767 | ROM_REGION( 0x20000, "mtbios", 0 ) /* Bios */ |
| 768 | MEGAPLAY_BIOS |
| 769 | ROM_END |
| 770 | |
| 758 | 771 | ROM_START( mp_gslam ) /* Grand Slam */ |
| 759 | 772 | ROM_REGION( 0x400000, "maincpu", 0 ) |
| 760 | 773 | ROM_LOAD16_BYTE( "epr-15181.ic2", 0x000000, 0x040000, CRC(642437c1) SHA1(cbf88e196c04b6d886bf9642b69bf165045510fe) ) |
| r245094 | r245095 | |
| 928 | 941 | |
| 929 | 942 | /* -- */ GAME( 1993, megaplay, 0, megaplay, megaplay, mplay_state, megaplay, ROT0, "Sega", "Mega Play BIOS", GAME_IS_BIOS_ROOT ) |
| 930 | 943 | /* 01 */ GAME( 1993, mp_sonic, megaplay, megaplay, mp_sonic, mplay_state, megaplay, ROT0, "Sega", "Sonic The Hedgehog (Mega Play)" , 0 ) |
| 931 | | /* 02 */ GAME( 1993, mp_gaxe2, megaplay, megaplay, mp_gaxe2, mplay_state, megaplay, ROT0, "Sega", "Golden Axe II (Mega Play)" , 0 ) |
| 944 | /* 02 */ GAME( 1993, mp_gaxe2, megaplay, megaplay, mp_gaxe2, mplay_state, megaplay, ROT0, "Sega", "Golden Axe II (Mega Play) (Rev B)" , 0 ) |
| 945 | /* 02 */ GAME( 1993, mp_gaxe2a,mp_gaxe2, megaplay, mp_gaxe2, mplay_state, megaplay, ROT0, "Sega", "Golden Axe II (Mega Play)" , 0 ) |
| 932 | 946 | /* 03 */ GAME( 1993, mp_gslam, megaplay, megaplay, mp_gslam, mplay_state, megaplay, ROT0, "Sega", "Grand Slam (Mega Play)",0 ) |
| 933 | 947 | /* 04 */ GAME( 1993, mp_twc, megaplay, megaplay, mp_twc, mplay_state, megaplay, ROT0, "Sega", "Tecmo World Cup (Mega Play)" , 0 ) |
| 934 | 948 | /* 05 */ GAME( 1993, mp_sor2, megaplay, megaplay, mp_sor2, mplay_state, megaplay, ROT0, "Sega", "Streets of Rage II (Mega Play)" , 0 ) |