From 35943940b326055b7ea9b54aec1a272d7bd79af0 Mon Sep 17 00:00:00 2001 From: etabeta78 Date: Mon, 2 May 2016 07:03:12 +0200 Subject: [PATCH] megatech: updated to use fixed slot config. [Fabio Priuli] --- src/mame/drivers/megatech.cpp | 210 ++++++++++++++++++---------------- 1 file changed, 109 insertions(+), 101 deletions(-) diff --git a/src/mame/drivers/megatech.cpp b/src/mame/drivers/megatech.cpp index 52cc1bbb3dc..447e3d938c6 100644 --- a/src/mame/drivers/megatech.cpp +++ b/src/mame/drivers/megatech.cpp @@ -161,7 +161,7 @@ private: UINT8* sms_rom; required_device m_vdp1; - optional_device m_cart1; + required_device m_cart1; optional_device m_cart2; optional_device m_cart3; optional_device m_cart4; @@ -647,10 +647,10 @@ MACHINE_RESET_MEMBER(mtech_state, megatech) MACHINE_RESET_CALL_MEMBER(megadriv); std::string region_tag; - if (m_cart1) + if (m_cart1->get_rom_size() > 0) m_cart_reg[0] = memregion(region_tag.assign(m_cart1->tag()).append(GENERIC_ROM_REGION_TAG).c_str()); else - m_cart_reg[0] = memregion("cart"); + m_cart_reg[0] = memregion(":mt_slot1:cart"); if (m_cart2) m_cart_reg[1] = memregion(region_tag.assign(m_cart2->tag()).append(GENERIC_ROM_REGION_TAG).c_str()); if (m_cart3) @@ -767,7 +767,7 @@ int mtech_state::load_cart(device_image_interface &image, generic_slot_device *s MCFG_GENERIC_CARTSLOT_ADD(_tag, generic_plain_slot, "megatech_cart") \ MCFG_GENERIC_LOAD(mtech_state, _load) -static MACHINE_CONFIG_DERIVED( megatech_slot, megatech ) +static MACHINE_CONFIG_DERIVED( megatech_multislot, megatech ) // add cart slots MCFG_MEGATECH_CARTSLOT_ADD("mt_slot1", mt_cart1) @@ -783,6 +783,14 @@ static MACHINE_CONFIG_DERIVED( megatech_slot, megatech ) MACHINE_CONFIG_END +static MACHINE_CONFIG_DERIVED( megatech_fixedslot, megatech ) + + // add cart slots + MCFG_MEGATECH_CARTSLOT_ADD("mt_slot1", mt_cart1) + MCFG_SET_IMAGE_LOADABLE(FALSE) +MACHINE_CONFIG_END + + /* MegaTech Games - Genesis & sms! Games with a timer */ #define MEGATECH_BIOS \ @@ -808,7 +816,7 @@ ROM_END ROM_START( mt_beast ) /* Altered Beast */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp12538.ic1", 0x000000, 0x080000, CRC(3bea3dce) SHA1(ec72e4fde191dedeb3f148f132603ed3c23f0f86) ) ROM_LOAD16_BYTE( "epr-12368-01.ic2", 0x300001, 0x08000, CRC(40cb0088) SHA1(e1711532c29f395a35a1cb34d789015881b5a1ed) ) @@ -820,7 +828,7 @@ ROM_END ROM_START( mt_shar2 ) /* Space Harrier 2 */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp11934.ic1", 0x000000, 0x080000, CRC(932daa09) SHA1(a2d7a76f3604c6227d43229908bfbd02b0ef5fd9) ) ROM_LOAD16_BYTE( "epr-12368-02.ic2", 0x300001, 0x08000, CRC(c129c66c) SHA1(e7c0c97db9df9eb04e2f9ff561b64305219b8f1f) ) @@ -832,7 +840,7 @@ ROM_END ROM_START( mt_stbld ) /* Super Thunder Blade */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp11996f.ic1", 0x000000, 0x080000, CRC(9355c34e) SHA1(26ff91c2921408673c644b0b1c8931d98524bf63) ) ROM_LOAD16_BYTE( "epr-12368-03.ic2", 0x300001, 0x08000, CRC(1ba4ac5d) SHA1(9bde57d70189d159ebdc537a9026001abfd0deae) ) @@ -845,7 +853,7 @@ ROM_END ROM_START( mt_ggolf ) /* Great Golf */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp11129f.ic1", 0x000000, 0x020000, CRC(c6611c84) SHA1(eab0eed872dd26b13bcf0b2dd74fcbbc078812c9) ) ROM_LOAD16_BYTE( "epr-12368-04.ic2", 0x300001, 0x08000, CRC(62e5579b) SHA1(e1f531be5c40a1216d4192baeda9352384444410) ) @@ -857,7 +865,7 @@ ROM_END ROM_START( mt_gsocr ) /* Great Soccer */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp10747f.ic1", 0x000000, 0x020000, BAD_DUMP CRC(9cf53703) SHA1(c6b4d1de56bd5bf067ec7fc80449c07686d01337) ) ROM_LOAD16_BYTE( "epr-12368-05.ic2", 0x300001, 0x08000, CRC(bab91fcc) SHA1(a160c9d34b253e93ac54fdcef33f95f44d8fa90c) ) @@ -869,7 +877,7 @@ ROM_END ROM_START( mt_orun ) /* Out Run */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mpr-11078.ic1", 0x000000, 0x040000, CRC(5589d8d2) SHA1(4f9b61b24f0d9fee0448cdbbe8fc05411dbb1102) ) ROM_LOAD16_BYTE( "epr-12368-06.ic2", 0x300001, 0x08000, CRC(c7c74429) SHA1(22ee261a653e10d66e0d6703c988bb7f236a7571) ) @@ -881,7 +889,7 @@ ROM_END ROM_START( mt_asyn ) /* Alien Syndrome */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mpr-11194.ic1", 0x000000, 0x040000, CRC(4cc11df9) SHA1(5d786476b275de34efb95f576dd556cf4b335a83) ) ROM_LOAD16_BYTE( "epr-12368-07.ic2", 0x300001, 0x08000, CRC(14f4a17b) SHA1(0fc010ac95762534892f1ae16986dbf1c25399d3) ) @@ -893,7 +901,7 @@ ROM_END ROM_START( mt_shnbi ) /* Shinobi */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp11706.ic1", 0x000000, 0x040000, CRC(0c6fac4e) SHA1(7c0778c055dc9c2b0aae1d166dbdb4734e55b9d1) ) ROM_LOAD16_BYTE( "epr-12368-08.ic2", 0x300001, 0x08000, CRC(103a0459) SHA1(d803ddf7926b83785e8503c985b8c78e7ccb5dac) ) @@ -907,7 +915,7 @@ ROM_END ROM_START( mt_fz ) /* Fantasy Zone */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mpr-10118.ic1", 0x000000, 0x020000, CRC(65d7e4e0) SHA1(0278cd120dc3a7707eda9314c46c7f27f9e8fdda) ) ROM_LOAD16_BYTE( "epr-12368-09.bin", 0x300001, 0x08000, CRC(373d2a70) SHA1(c39dd1003d71a417b12a359126bfef64c7a2fd00) ) @@ -920,7 +928,7 @@ ROM_END ROM_START( mt_aftrb ) /* Afterburner */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp11271.ic1", 0x000000, 0x080000, CRC(1c951f8e) SHA1(51531df038783c84640a0cab93122e0b59e3b69a) ) ROM_LOAD16_BYTE( "epr-12368-10.ic2", 0x300001, 0x08000, CRC(2a7cb590) SHA1(2236963bddc89ca9045b530259cc7b5ccf889eaf) ) @@ -932,7 +940,7 @@ ROM_END ROM_START( mt_tfor2 ) /* Thunder Force II */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp12559.ic1", 0x000000, 0x080000, CRC(b093bee3) SHA1(0bf6194c3d228425f8cf1903ed70d8da1b027b6a) ) ROM_LOAD16_BYTE( "epr-12368-11.ic2", 0x300001, 0x08000, CRC(f4f27e8d) SHA1(ae1a2823deb416c53838115966f1833d5dac72d4) ) @@ -944,7 +952,7 @@ ROM_END ROM_START( mt_astro ) /* Astro Warrior */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "ep13817.ic2", 0x000000, 0x20000, CRC(299cbb74) SHA1(901697a3535ad70190647f34ad5b30b695d54542) ) ROM_LOAD16_BYTE( "epr-12368-13.ic1", 0x300001, 0x08000, CRC(4038cbd1) SHA1(696bc1efce45d9f0052b2cf0332a232687c8d6ab) ) @@ -956,7 +964,7 @@ ROM_END ROM_START( mt_gfoot ) /* Great Football */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mpr-10576f.ic1", 0x000000, 0x020000, CRC(2055825f) SHA1(a768f44ce7e50083ffe8c4b5e3ac93ceb7bd3266) ) ROM_LOAD16_BYTE( "epr-12368-19.ic2", 0x300001, 0x08000, CRC(e27cb37a) SHA1(2b6259957e86d033a5689fd716a9efcfeff7d5ba) ) @@ -968,7 +976,7 @@ ROM_END ROM_START( mt_lastb ) /* Last Battle */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp12578f.ic1", 0x000000, 0x080000, CRC(531191a0) SHA1(f6bc26e975c01a3e10ab4033e4c5f494627a1e2f) ) ROM_LOAD16_BYTE( "epr-12368-20.ic2", 0x300001, 0x08000, CRC(e1a71c91) SHA1(c250da18660d8aea86eb2abace41ba46130dabc8) ) @@ -980,7 +988,7 @@ ROM_END ROM_START( mt_wcsoc ) /* World Championship Soccer */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp12607b.ic1", 0x000000, 0x080000, CRC(bc591b30) SHA1(55e8577171c0933eee53af1dabd0f4c6462d5fc8) ) ROM_LOAD16_BYTE( "epr-12368-21.ic2", 0x300001, 0x08000, CRC(028ee46b) SHA1(cd8f81d66e5ae62107eb20e0ca5db4b66d4b2987) ) @@ -992,7 +1000,7 @@ ROM_END ROM_START( mt_tetri ) /* Tetris */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_BYTE( "mpr-12356f.ic1", 0x000001, 0x020000, CRC(1e71c1a0) SHA1(44b2312792e49d46d71e0417a7f022e5ffddbbfe) ) ROM_LOAD16_BYTE( "mpr-12357f.ic2", 0x000000, 0x020000, CRC(d52ca49c) SHA1(a9159892eee2c0cf28ebfcfa99f81f80781851c6) ) ROM_LOAD16_BYTE( "epr-12368-22.ic3", 0x300001, 0x08000, CRC(1c1b6468) SHA1(568a38f4186167486e39ab4aa2c1ceffd0b81156) ) @@ -1005,7 +1013,7 @@ ROM_END ROM_START( mt_gng ) /* Ghouls and Ghosts */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp12605.ic1", 0x000000, 0x020000, CRC(1066c6ab) SHA1(c30e4442732bdb38c96d780542f8550a94d127b0) ) ROM_LOAD16_WORD_SWAP( "mpr12606.ic2", 0x080000, 0x020000, CRC(d0be7777) SHA1(a44b2a3d427f6973b5c1a3dcd8d1776366acb9f7) ) ROM_CONTINUE(0x020000,0x60000) @@ -1019,7 +1027,7 @@ ROM_END ROM_START( mt_shang ) /* Super Hang-On */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mpr-12640.ic1", 0x000000, 0x080000, CRC(2fe2cf62) SHA1(4728bcc847deb38b16338cbd0154837cd4a07b7d) ) ROM_LOAD16_BYTE( "epr-12368-24.ic2", 0x300001, 0x08000, CRC(6c2db7e3) SHA1(8de0a10ed9185c9e98f17784811a79d3ce8c4c03) ) @@ -1031,7 +1039,7 @@ ROM_END ROM_START( mt_gaxe ) /* Golden Axe */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "12806.ic1", 0x000000, 0x080000, CRC(43456820) SHA1(2f7f1fcd979969ac99426f11ab99999a5494a121) ) ROM_LOAD16_BYTE( "epr-12368-25.ic2", 0x300001, 0x08000, CRC(1f07ed28) SHA1(9d54192f4c6c1f8a51c38a835c1dd1e4e3e8279e) ) @@ -1044,7 +1052,7 @@ ROM_END ROM_START( mt_fwrld ) /* Forgotten Worlds */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD( "mpr-12672-h.ic1", 0x000000, 0x080000, CRC(d0ee6434) SHA1(8b9a37c206c332ef23dc71f09ec40e1a92b1f83a) ) ROM_LOAD16_BYTE( "epr-12368-26.ic2", 0x300001, 0x08000, CRC(4623b573) SHA1(29df4a5c5de66cd9cb7519e4f30000f7dddc2138) ) @@ -1056,7 +1064,7 @@ ROM_END ROM_START( mt_mystd ) /* Mystic Defender */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp12707.1", 0x000000, 0x080000, CRC(4f2c513d) SHA1(f9bb548b3688170fe18bb3f1b5b54182354143cf) ) ROM_LOAD16_BYTE( "epr-12368-27.ic2", 0x300001, 0x08000, CRC(caf46f78) SHA1(a9659e86a6a223646338cd8f29c346866e4406c7) ) @@ -1068,7 +1076,7 @@ ROM_END ROM_START( mt_revsh ) /* The Revenge Of Shinobi */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp12675.ic1", 0x000000, 0x080000, CRC(672a1d4d) SHA1(5fd0af14c8f2cf8ceab1ae61a5a19276d861289a) ) ROM_LOAD16_BYTE( "epr-12368-28.ic2", 0x300001, 0x08000, CRC(0d30bede) SHA1(73a090d84b78a570e02fb54a33666dcada52849b) ) @@ -1080,7 +1088,7 @@ ROM_END ROM_START( mt_parlg ) /* Parlour Games */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp11404.ic1", 0x000000, 0x020000, CRC(e030e66c) SHA1(06664daf208f07cb00b603b12eccfc3f01213a17) ) ROM_LOAD16_BYTE( "epr-12368-29.ic2", 0x300001, 0x08000, CRC(534151e8) SHA1(219238d90c1d3ac07ff64c9a2098b490fff68f04) ) @@ -1092,7 +1100,7 @@ ROM_END ROM_START( mt_tgolf ) /* Arnold Palmer Tournament Golf */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp12645f.ic1", 0x000000, 0x080000, CRC(c07ef8d2) SHA1(9d111fdc7bb92d52bfa048cd134aa488b4f475ef) ) ROM_LOAD16_BYTE( "epr-12368-31.ic2", 0x300001, 0x08000, CRC(30af7e4a) SHA1(baf91d527393dc90aba9371abcb1e690bcc83c7e) ) @@ -1105,7 +1113,7 @@ ROM_END ROM_START( mt_srbb ) /* Super Real Basketball */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD( "mpr-12904f.ic1", 0x000000, 0x080000, CRC(4346e11a) SHA1(c86725780027ef9783cb7884c8770cc030b0cd0d) ) ROM_LOAD16_BYTE( "epr-12368-32.ic2", 0x300001, 0x08000, CRC(f70adcbe) SHA1(d4412a7cd59fe282a1c6619aa1051a2a2e00e1aa) ) @@ -1117,7 +1125,7 @@ ROM_END ROM_START( mt_tlbba ) /* Tommy Lasorda Baseball */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp12706.ic1", 0x000000, 0x080000, CRC(8901214f) SHA1(f5ec166be1cf9b86623b9d7a78ec903b899da32a) ) ROM_LOAD16_BYTE( "epr-12368-35.ic2", 0x300001, 0x08000, CRC(67bbe482) SHA1(6fc283b22e68befabb44b2cc61a7f82a71d6f029) ) @@ -1129,7 +1137,7 @@ ROM_END ROM_START( mt_cols ) /* Columns */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp13193-t.ic1", 0x000000, 0x080000, CRC(8c770e2f) SHA1(02a3626025c511250a3f8fb3176eebccc646cda9) ) ROM_LOAD16_BYTE( "epr-12368-36.ic3", 0x300001, 0x008000, CRC(a4b29bac) SHA1(c9be866ac96243897d09612fe17562e0481f66e3) ) @@ -1141,7 +1149,7 @@ ROM_END ROM_START( mt_eswat ) /* ESWAT */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp13192-h.ic1", 0x000000, 0x080000, CRC(82f458ef) SHA1(58444b783312def71ecffc4ad021b72a609685cb) ) ROM_LOAD16_BYTE( "epr-12368-38.ic2", 0x300001, 0x08000, CRC(43c5529b) SHA1(104f85adea6da1612c0aa96d553efcaa387d7aaf) ) @@ -1153,7 +1161,7 @@ ROM_END ROM_START( mt_smgp ) /* Super Monaco Grand Prix */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "13250.ic1", 0x000000, 0x080000, CRC(189b885f) SHA1(31c06ffcb48b1604989a94e584261457de4f1f46) ) ROM_LOAD16_BYTE( "epr-12368-39.ic2", 0x300001, 0x08000, CRC(64b3ce25) SHA1(83a9f2432d146a712b037f96f261742f7dc810bb) ) @@ -1165,7 +1173,7 @@ ROM_END ROM_START( mt_mwalk ) /* Moon Walker */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp13285a.ic1", 0x000000, 0x080000, CRC(189516e4) SHA1(2a79e07da2e831832b8d448cae87a833c85e67c9) ) ROM_LOAD16_BYTE( "epr-12368-40.ic2", 0x300001, 0x08000, CRC(0482378c) SHA1(734772f3ddb5ff82b76c3514d18a464b2bce8381) ) @@ -1177,7 +1185,7 @@ ROM_END ROM_START( mt_crack ) /* Crackdown */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp13578a-s.ic1", 0x000000, 0x080000, CRC(23f19893) SHA1(09aca793871e2246af4dc24925bc1eda8ff34446) ) ROM_LOAD16_BYTE( "epr-12368-41.ic2", 0x300001, 0x08000, CRC(3014acec) SHA1(07953e9ae5c23fc7e7d08993b215f4dfa88aa5d7) ) @@ -1189,7 +1197,7 @@ ROM_END ROM_START( mt_shado ) /* Shadow Dancer */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mpr-13571-s.ic1", 0x000000, 0x080000, CRC(56a29310) SHA1(55836177e4a1e2deb68408976b29d0282cf661a9) ) ROM_LOAD16_BYTE( "epr-12368-43.ic2", 0x300001, 0x08000, CRC(1116cbc7) SHA1(ba6dd21ceadeedf730b71b67acbd20d9067114f3) ) @@ -1201,7 +1209,7 @@ ROM_END ROM_START( mt_arrow ) /* Arrow Flash */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mpr13396h.ic1", 0x000000, 0x080000, CRC(091226e3) SHA1(cb15c6277314f3c4a86b5ae5823f72811d5d269d) ) ROM_LOAD16_BYTE( "epr-12368-44.ic2", 0x300001, 0x08000, CRC(e653065d) SHA1(96b014fc4df8eb2188ac94ed0a778d974fe6dcad) ) @@ -1213,7 +1221,7 @@ ROM_END ROM_START( mt_astrm ) /* Alien Storm */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp13941.ic1", 0x000000, 0x080000, CRC(d71b3ee6) SHA1(05f272dad243d132d517c303388248dc4c0482ed) ) ROM_LOAD16_BYTE( "epr-12368-47.ic2", 0x300001, 0x08000, CRC(31fb683d) SHA1(e356da020bbf817b97fb10c27f75cf5931edf4fc) ) @@ -1225,7 +1233,7 @@ ROM_END ROM_START( mt_wwar ) /* Wrestle War */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mpr-14025-f.ic1", 0x000000, 0x080000, CRC(26e899fe) SHA1(6d28e154ae2e4196097a2aa96c5acd5dfe7e3d2b) ) ROM_LOAD16_BYTE( "epr-12368-48.ic2", 0x300001, 0x08000, CRC(25817bc2) SHA1(ba1bbb952aff12fb4d3ecfb10d82c54128439395) ) @@ -1237,7 +1245,7 @@ ROM_END ROM_START( mt_bbros ) /* Bonanza Bros. */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp13905a.ic1", 0x000000, 0x100000, CRC(68a88d60) SHA1(2f56e8a2b0999de4fa0d14a1527f4e1df0f9c7a2) ) ROM_LOAD16_BYTE( "epr-12368-49.ic2", 0x300001, 0x08000, CRC(c5101da2) SHA1(636f30043e2e9291e193ef9a2ead2e97a0bf7380) ) @@ -1249,7 +1257,7 @@ ROM_END ROM_START( mt_srage ) /* Streets of Rage */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mpr-14125-s.ic1", 0x000000, 0x080000, CRC(db4ac746) SHA1(c7cc24e2329f279574513fa32bbf79f72f75aeea) ) ROM_LOAD16_BYTE( "epr-12368-51.ic2", 0x300001, 0x08000, CRC(49b7d6f4) SHA1(96e69851c92715e7daf35b184cf374147a8d2880) ) @@ -1261,7 +1269,7 @@ ROM_END ROM_START( mt_sonic ) /* Sonic The Hedgehog */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp13913.ic1", 0x000000, 0x080000, CRC(480b4b5c) SHA1(ab1dc1f738e3b2d0898a314b123fa71182bf572e) ) ROM_LOAD16_BYTE( "epr-12368-52.ic2", 0x300001, 0x8000, CRC(6a69d20c) SHA1(e483b39ff6eca37dc192dc296d004049e220554a) ) @@ -1272,7 +1280,7 @@ ROM_END ROM_START( mt_sonia ) /* Sonic (alt)*/ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp13933.ic1", 0x000000, 0x080000, CRC(13775004) SHA1(5decfd35944a2d0e7b996b9a4a12b616a309fd5e) ) ROM_LOAD16_BYTE( "epr-12368-52.ic2", 0x300001, 0x8000, CRC(6a69d20c) SHA1(e483b39ff6eca37dc192dc296d004049e220554a) ) @@ -1288,7 +1296,7 @@ ROM_END ROM_START( mt_fshrk ) /* Fire Shark */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp14341.ic1", 0x000000, 0x080000, CRC(04d65ebc) SHA1(24338aecdc52b6f416548be722ca475c83dbae96) ) ROM_LOAD16_BYTE( "epr-12368-53.ic2", 0x300001, 0x08000, CRC(4fa61044) SHA1(7810deea221c10b0b2f5233443d81f4f1998ee58) ) @@ -1300,7 +1308,7 @@ ROM_END ROM_START( mt_spman ) /* Spiderman */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp14027-sm.ic1", 0x000000, 0x080000, CRC(e2c08a06) SHA1(39e592eafd47e2aa6edbb4845d44750057bff890) ) ROM_LOAD16_BYTE( "epr-12368-54.ic2", 0x300001, 0x08000, CRC(30b68988) SHA1(04eeb0fad732a791b6bc0c0846306d567573649f) ) @@ -1312,7 +1320,7 @@ ROM_END ROM_START( mt_calga ) /* California Games */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_BYTE( "epr-14494.ic1", 0x000001, 0x040000, CRC(cbe58b1b) SHA1(ea067fc08e644c993f8d13731425c9296c1a2a75) ) ROM_LOAD16_BYTE( "epr-14495.ic2", 0x000000, 0x040000, CRC(cb956f4f) SHA1(3574c496b79aefdec7d02975490ebe3bb373bc60) ) ROM_LOAD16_BYTE( "epr-12368-55.ic3", 0x300001, 0x08000, CRC(6f7dd8f5) SHA1(a6cb1aa8c3635738dd9e4d3e0d729d089fd9b599) ) @@ -1325,7 +1333,7 @@ ROM_END ROM_START( mt_gaxe2 ) /* Golden Axe 2 */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp14272.ic1", 0x000000, 0x080000, CRC(d4784cae) SHA1(b6c286027d06fd850016a2a1ee1f1aeea080c3bb) ) ROM_LOAD16_BYTE( "epr-12368-57.ic2", 0x300001, 0x08000, CRC(dc9b4433) SHA1(efd3a598569010cdc4bf38ecbf9ed1b4e14ffe36) ) @@ -1337,7 +1345,7 @@ ROM_END ROM_START( mt_stf ) /* Sports Talk Football */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp14356a-f.ic1", 0x000000, 0x100000, CRC(20cf32f6) SHA1(752314346a7a98b3808b3814609e024dc0a4108c) ) ROM_LOAD16_BYTE( "epr-12368-58.ic2", 0x300001, 0x08000, CRC(dce2708e) SHA1(fcebb1899ee11468f6bda705899f074e7de9d723) ) @@ -1349,7 +1357,7 @@ ROM_END ROM_START( mt_mlh ) /* Mario Lemieux Hockey */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mpr-14376-h.ic1", 0x000000, 0x80000, CRC(aa9be87e) SHA1(dceed94eaeb30e534f6953a4bc25ff37673b1e6b) ) ROM_LOAD16_BYTE( "epr-12368-59.ic2", 0x300001, 0x08000, CRC(6d47b438) SHA1(0a145f6438e4e55c957ae559663c37662b685246) ) @@ -1361,7 +1369,7 @@ ROM_END ROM_START( mt_kcham ) /* Kid Chameleon */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp14557.ic1", 0x000000, 0x100000, CRC(e1a889a4) SHA1(a2768eacafc47d371e5276f0cce4b12b6041337a) ) ROM_LOAD16_BYTE( "epr-12368-60.ic2", 0x300001, 0x08000, CRC(a8e4af18) SHA1(dfa49f6ec4047718f33dba1180f6204dbaff884c) ) @@ -1376,7 +1384,7 @@ ROM_END ROM_START( mt_tout ) /* Turbo Outrun */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "epr-14674.ic1", 0x000000, 0x080000, CRC(453712a2) SHA1(5d2c8430a9a14aac7f19c22617539b0503ab92cd) ) ROM_LOAD16_BYTE( "epr-12368-61.ic2", 0x300001, 0x08000, CRC(4aa0b2a2) SHA1(bce03f88d6cfd02683d51c28058f6229fda13b49) ) @@ -1388,7 +1396,7 @@ ROM_END ROM_START( mt_soni2 ) /* Sonic The Hedgehog 2 */ MEGATECH_BIOS - ROM_REGION16_BE( 0x400000, "cart", ROMREGION_ERASE00 ) + ROM_REGION16_BE( 0x400000, "mt_slot1:cart", ROMREGION_ERASE00 ) ROM_LOAD16_WORD_SWAP( "mp15000a-f.ic1", 0x000000, 0x100000, CRC(679ebb49) SHA1(557482064677702454562f753460993067ef9e16) ) ROM_LOAD16_BYTE( "epr-12368-62.ic2", 0x300001, 0x08000, CRC(14a8566f) SHA1(d1d14162144bf068ddd19e9736477ff98fb43f9e) ) @@ -1398,69 +1406,69 @@ ROM_END /* nn */ /* nn is part of the instruction rom name, should there be a game for each number? */ -/* -- */ CONS( 1989, megatech, 0, 0, megatech_slot, megatech, mtech_state, mt_slot, "Sega", "Mega-Tech", MACHINE_IS_BIOS_ROOT ) -/* 01 */ GAME( 1988, mt_beast, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Altered Beast (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 02 */ GAME( 1988, mt_shar2, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Space Harrier II (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 03 */ GAME( 1988, mt_stbld, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Super Thunder Blade (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 04 */ GAME( 1987, mt_ggolf, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Great Golf (Mega-Tech, SMS based)", MACHINE_NOT_WORKING ) /* sms! */ -/* 05 */ GAME( 198?, mt_gsocr, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Great Soccer (Mega-Tech, SMS based)", MACHINE_NOT_WORKING ) /* sms! also bad */ -/* 06 */ GAME( 1987, mt_orun, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Out Run (Mega-Tech, SMS based)", MACHINE_NOT_WORKING ) /* sms! */ -/* 07 */ GAME( 1987, mt_asyn, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Alien Syndrome (Mega-Tech, SMS based)", MACHINE_NOT_WORKING ) /* sms! */ -/* 08 */ GAME( 1987, mt_shnbi, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Shinobi (Mega-Tech, SMS based)", MACHINE_NOT_WORKING) /* sms */ -/* 09 */ GAME( 1987, mt_fz, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Fantasy Zone (Mega-Tech, SMS based)", MACHINE_NOT_WORKING) /* sms */ -/* 10 */ GAME( 1987, mt_aftrb, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "After Burner (Mega-Tech, SMS based)", MACHINE_NOT_WORKING) /* sms */ -/* 11 */ GAME( 1989, mt_tfor2, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Techno Soft / Sega", "Thunder Force II MD (Mega-Tech)", MACHINE_NOT_WORKING ) +/* -- */ CONS( 1989, megatech, 0, 0, megatech_multislot, megatech, mtech_state, mt_slot, "Sega", "Mega-Tech", MACHINE_IS_BIOS_ROOT ) +/* 01 */ GAME( 1988, mt_beast, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Altered Beast (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 02 */ GAME( 1988, mt_shar2, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Space Harrier II (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 03 */ GAME( 1988, mt_stbld, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Super Thunder Blade (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 04 */ GAME( 1987, mt_ggolf, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Great Golf (Mega-Tech, SMS based)", MACHINE_NOT_WORKING ) /* sms! */ +/* 05 */ GAME( 198?, mt_gsocr, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Great Soccer (Mega-Tech, SMS based)", MACHINE_NOT_WORKING ) /* sms! also bad */ +/* 06 */ GAME( 1987, mt_orun, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Out Run (Mega-Tech, SMS based)", MACHINE_NOT_WORKING ) /* sms! */ +/* 07 */ GAME( 1987, mt_asyn, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Alien Syndrome (Mega-Tech, SMS based)", MACHINE_NOT_WORKING ) /* sms! */ +/* 08 */ GAME( 1987, mt_shnbi, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Shinobi (Mega-Tech, SMS based)", MACHINE_NOT_WORKING) /* sms */ +/* 09 */ GAME( 1987, mt_fz, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Fantasy Zone (Mega-Tech, SMS based)", MACHINE_NOT_WORKING) /* sms */ +/* 10 */ GAME( 1987, mt_aftrb, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "After Burner (Mega-Tech, SMS based)", MACHINE_NOT_WORKING) /* sms */ +/* 11 */ GAME( 1989, mt_tfor2, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Techno Soft / Sega", "Thunder Force II MD (Mega-Tech)", MACHINE_NOT_WORKING ) /* 12 */ // unknown -/* 13 */ GAME( 1986, mt_astro, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Astro Warrior (Mega-Tech, SMS based)", MACHINE_NOT_WORKING ) /* sms! */ +/* 13 */ GAME( 1986, mt_astro, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Astro Warrior (Mega-Tech, SMS based)", MACHINE_NOT_WORKING ) /* sms! */ /* 14 */ // unknown /* 15 */ // unknown /* 16 */ // unknown /* 17 */ // unknown /* 18 */ // Kung Fu Kid (sms) -/* 19 */ GAME( 1987, mt_gfoot, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Great Football (Mega-Tech, SMS based)", MACHINE_NOT_WORKING ) /* sms! */ -/* 20 */ GAME( 1989, mt_lastb, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Last Battle (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 21 */ GAME( 1989, mt_wcsoc, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "World Championship Soccer (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 22 */ GAME( 1989, mt_tetri, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Tetris (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 23 */ GAME( 1989, mt_gng, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Capcom / Sega", "Ghouls'n Ghosts (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 24 */ GAME( 1989, mt_shang, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Super Hang-On (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 25 */ GAME( 1989, mt_gaxe, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Golden Axe (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 26 */ GAME( 1989, mt_fwrld, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Forgotten Worlds (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 27 */ GAME( 1989, mt_mystd, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Mystic Defender (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 28 */ GAME( 1989, mt_revsh, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "The Revenge of Shinobi (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 29 */ GAME( 1987, mt_parlg, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Parlour Games (Mega-Tech, SMS based)", MACHINE_NOT_WORKING ) /* sms! */ +/* 19 */ GAME( 1987, mt_gfoot, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Great Football (Mega-Tech, SMS based)", MACHINE_NOT_WORKING ) /* sms! */ +/* 20 */ GAME( 1989, mt_lastb, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Last Battle (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 21 */ GAME( 1989, mt_wcsoc, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "World Championship Soccer (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 22 */ GAME( 1989, mt_tetri, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Tetris (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 23 */ GAME( 1989, mt_gng, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Capcom / Sega", "Ghouls'n Ghosts (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 24 */ GAME( 1989, mt_shang, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Super Hang-On (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 25 */ GAME( 1989, mt_gaxe, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Golden Axe (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 26 */ GAME( 1989, mt_fwrld, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Forgotten Worlds (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 27 */ GAME( 1989, mt_mystd, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Mystic Defender (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 28 */ GAME( 1989, mt_revsh, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "The Revenge of Shinobi (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 29 */ GAME( 1987, mt_parlg, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Parlour Games (Mega-Tech, SMS based)", MACHINE_NOT_WORKING ) /* sms! */ /* 30 */ // unknown -/* 31 */ GAME( 1989, mt_tgolf, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Arnold Palmer Tournament Golf (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 32 */ GAME( 1989, mt_srbb, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Super Real Basketball (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 31 */ GAME( 1989, mt_tgolf, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Arnold Palmer Tournament Golf (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 32 */ GAME( 1989, mt_srbb, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Super Real Basketball (Mega-Tech)", MACHINE_NOT_WORKING ) /* 33 */ // unknown /* 34 */ // unknown -/* 35 */ GAME( 1989, mt_tlbba, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Tommy Lasorda Baseball (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 36 */ GAME( 1990, mt_cols, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Columns (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 35 */ GAME( 1989, mt_tlbba, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Tommy Lasorda Baseball (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 36 */ GAME( 1990, mt_cols, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Columns (Mega-Tech)", MACHINE_NOT_WORKING ) /* 37 */ // unknown -/* 38 */ GAME( 1990, mt_eswat, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Cyber Police ESWAT: Enhanced Special Weapons and Tactics (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 39 */ GAME( 1990, mt_smgp, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Super Monaco GP (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 40 */ GAME( 1990, mt_mwalk, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Michael Jackson's Moonwalker (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 41 */ GAME( 1990, mt_crack, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Crack Down (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 38 */ GAME( 1990, mt_eswat, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Cyber Police ESWAT: Enhanced Special Weapons and Tactics (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 39 */ GAME( 1990, mt_smgp, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Super Monaco GP (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 40 */ GAME( 1990, mt_mwalk, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Michael Jackson's Moonwalker (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 41 */ GAME( 1990, mt_crack, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Crack Down (Mega-Tech)", MACHINE_NOT_WORKING ) /* 42 */ // unknown -/* 43 */ GAME( 1990, mt_shado, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Shadow Dancer (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 44 */ GAME( 1990, mt_arrow, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Arrow Flash (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 43 */ GAME( 1990, mt_shado, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Shadow Dancer (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 44 */ GAME( 1990, mt_arrow, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Arrow Flash (Mega-Tech)", MACHINE_NOT_WORKING ) /* 45 */ // unknown /* 46 */ // unknown -/* 47 */ GAME( 1990, mt_astrm, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Alien Storm (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 48 */ GAME( 1991, mt_wwar, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Wrestle War (Mega-Tech)", MACHINE_NOT_WORKING ) /* Copyright 1989, 1991 Sega */ -/* 49 */ GAME( 1991, mt_bbros, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Bonanza Bros. (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 47 */ GAME( 1990, mt_astrm, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Alien Storm (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 48 */ GAME( 1991, mt_wwar, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Wrestle War (Mega-Tech)", MACHINE_NOT_WORKING ) /* Copyright 1989, 1991 Sega */ +/* 49 */ GAME( 1991, mt_bbros, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Bonanza Bros. (Mega-Tech)", MACHINE_NOT_WORKING ) /* 50 */ // unknown -/* 51 */ GAME( 1991, mt_srage, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Streets of Rage (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 52 */ GAME( 1991, mt_sonic, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Sonic The Hedgehog (Mega-Tech, set 1)", MACHINE_NOT_WORKING ) -/* */ GAME( 1991, mt_sonia, mt_sonic, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Sonic The Hedgehog (Mega-Tech, set 2)", MACHINE_NOT_WORKING ) -/* 53 */ GAME( 1990, mt_fshrk, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Toaplan / Sega", "Fire Shark (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 54 */ GAME( 1991, mt_spman, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega / Marvel", "Spider-Man vs The Kingpin (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 55 */ GAME( 1991, mt_calga, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "California Games (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 51 */ GAME( 1991, mt_srage, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Streets of Rage (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 52 */ GAME( 1991, mt_sonic, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Sonic The Hedgehog (Mega-Tech, set 1)", MACHINE_NOT_WORKING ) +/* */ GAME( 1991, mt_sonia, mt_sonic, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Sonic The Hedgehog (Mega-Tech, set 2)", MACHINE_NOT_WORKING ) +/* 53 */ GAME( 1990, mt_fshrk, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Toaplan / Sega", "Fire Shark (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 54 */ GAME( 1991, mt_spman, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega / Marvel", "Spider-Man vs The Kingpin (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 55 */ GAME( 1991, mt_calga, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "California Games (Mega-Tech)", MACHINE_NOT_WORKING ) /* 56 */ // unknown -/* 57 */ GAME( 1991, mt_gaxe2, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Golden Axe II (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 58 */ GAME( 1991, mt_stf, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Joe Montana II: Sports Talk Football (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 59 */ GAME( 1991, mt_mlh, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Mario Lemieux Hockey (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 60 */ GAME( 1992, mt_kcham, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Kid Chameleon (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 61 */ GAME( 1992, mt_tout, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Turbo Outrun (Mega-Tech)", MACHINE_NOT_WORKING ) -/* 62 */ GAME( 1992, mt_soni2, megatech, megatech, megatech, mtech_state, mt_crt, ROT0, "Sega", "Sonic The Hedgehog 2 (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 57 */ GAME( 1991, mt_gaxe2, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Golden Axe II (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 58 */ GAME( 1991, mt_stf, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Joe Montana II: Sports Talk Football (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 59 */ GAME( 1991, mt_mlh, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Mario Lemieux Hockey (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 60 */ GAME( 1992, mt_kcham, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Kid Chameleon (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 61 */ GAME( 1992, mt_tout, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Turbo Outrun (Mega-Tech)", MACHINE_NOT_WORKING ) +/* 62 */ GAME( 1992, mt_soni2, megatech, megatech_fixedslot, megatech, mtech_state, mt_crt, ROT0, "Sega", "Sonic The Hedgehog 2 (Mega-Tech)", MACHINE_NOT_WORKING ) /* more? */