trunk/src/mame/drivers/metro.c
| r19895 | r19896 | |
| 5883 | 5883 | ROM_LOAD( "tr2_ja_7.3g", 0x000000, 0x020000, CRC(6ee32315) SHA1(ef4d59576929deab0aa459a67be21d97c2803dea) ) |
| 5884 | 5884 | ROM_END |
| 5885 | 5885 | |
| 5886 | /*************************************************************************** |
| 5887 | |
| 5888 | Toride II Bok Su Oi Jeon Adauchi Gaiden (C)1994 Metro (Yu Jin?) |
| 5889 | MTR5260-A |
| 5890 | |
| 5891 | info by Guru |
| 5892 | |
| 5893 | ***************************************************************************/ |
| 5894 | |
| 5895 | ROM_START( toride2gk ) |
| 5896 | ROM_REGION( 0x080000, "maincpu", 0 ) /* 68000 Code */ |
| 5897 | ROM_LOAD16_BYTE( "5", 0x00000, 0x40000, CRC(7e3f943a) SHA1(d9f36ee85ad8ae562433e0173562ededf6c6f3e4) ) |
| 5898 | ROM_LOAD16_BYTE( "6", 0x00001, 0x40000, CRC(92726910) SHA1(529644fb8e4ea8df0dde617afd3e274821513ab4) ) |
| 5899 | |
| 5900 | ROM_REGION( 0x02c000, "audiocpu", 0 ) /* NEC78C10 Code */ |
| 5901 | ROM_LOAD( "8", 0x00000, 0x04000, CRC(fdd29146) SHA1(8e996e1afd33f16d35ebf5a40829feb3e92f781f) ) |
| 5902 | ROM_CONTINUE( 0x10000, 0x1c000 ) |
| 5903 | |
| 5904 | ROM_REGION( 0x200000, "gfx1", 0 ) /* Gfx + Data (Addressable by CPU & Blitter) */ |
| 5905 | ROMX_LOAD( "2", 0x00000, 0x80000, CRC(5e7fb9db) SHA1(37094ea750be8605bd2130d0d5ce5f9c43b0cc77), ROM_GROUPWORD | ROM_SKIP(6)) |
| 5906 | ROMX_LOAD( "4", 0x00002, 0x80000, CRC(558c03e7) SHA1(f7fa5aa9eacd8953d998d9b05d5f03e65056bd78), ROM_GROUPWORD | ROM_SKIP(6)) |
| 5907 | ROMX_LOAD( "1", 0x00004, 0x80000, CRC(5e819ccd) SHA1(b1d4e800bac0f55286317d2a39c2b245d87a3e50), ROM_GROUPWORD | ROM_SKIP(6)) |
| 5908 | ROMX_LOAD( "3", 0x00006, 0x80000, CRC(24029583) SHA1(6e03db0a9835a8cf5c565d10794e8b01c919a679), ROM_GROUPWORD | ROM_SKIP(6)) |
| 5909 | |
| 5910 | ROM_REGION( 0x40000, "oki", 0 ) /* Samples */ |
| 5911 | ROM_LOAD( "7", 0x00000, 0x20000, CRC(630c6193) SHA1(ddb63724e0b0f7264cb02904e49b24b87beb35a9) ) |
| 5912 | ROM_END |
| 5913 | |
| 5886 | 5914 | ROM_START( toride2j ) |
| 5887 | 5915 | ROM_REGION( 0x080000, "maincpu", 0 ) /* 68000 Code */ |
| 5888 | 5916 | ROM_LOAD16_BYTE( "tr2_jk-5.20e", 0x000000, 0x040000, CRC(f2668578) SHA1(1dd18a5597efb25c937697b50fb1262f50580a63) ) |
| r19895 | r19896 | |
| 6062 | 6090 | GAME( 1994, lastfortg, lastfort, lastforg, ladykill, metro_state, metro, ROT0, "Metro", "Last Fortress - Toride (German)", GAME_SUPPORTS_SAVE ) |
| 6063 | 6091 | GAME( 1994, toride2g, 0, toride2g, toride2g, metro_state, metro, ROT0, "Metro", "Toride II Adauchi Gaiden", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) |
| 6064 | 6092 | GAME( 1994, toride2gg, toride2g, toride2g, toride2g, metro_state, metro, ROT0, "Metro", "Toride II Adauchi Gaiden (German)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) |
| 6093 | GAME( 1994, toride2gk, toride2g, toride2g, toride2g, metro_state, metro, ROT0, "Metro", "Toride II Bok Su Oi Jeon Adauchi Gaiden (Korea)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) |
| 6065 | 6094 | GAME( 1994, toride2j, toride2g, toride2g, toride2g, metro_state, metro, ROT0, "Metro", "Toride II (Japan)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) |
| 6066 | 6095 | GAME( 1994, gunmast, 0, pururun, gunmast, metro_state, daitorid, ROT0, "Metro", "Gun Master", GAME_SUPPORTS_SAVE ) |
| 6067 | 6096 | GAME( 1995, daitorid, 0, daitorid, daitorid, metro_state, daitorid, ROT0, "Metro", "Daitoride", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE ) |