diff options
-rw-r--r-- | src/mame/drivers/neodriv.hxx | 26 | ||||
-rw-r--r-- | src/mame/mame.lst | 1 |
2 files changed, 26 insertions, 1 deletions
diff --git a/src/mame/drivers/neodriv.hxx b/src/mame/drivers/neodriv.hxx index 810839cfdae..99b1a43405b 100644 --- a/src/mame/drivers/neodriv.hxx +++ b/src/mame/drivers/neodriv.hxx @@ -8550,6 +8550,25 @@ ROM_START( kf2k3upl ) ROM_LOAD16_BYTE( "271-c8c.c8", 0x3000001, 0x800000, CRC(20ec4fdc) SHA1(deb5f7ec5a090e419b9d1a6a74877bee081198e2) ) /* Plane 2,3 */ /* mask rom TC5364205 */ ROM_END +ROM_START( crswd2bl ) + ROM_REGION( 0x200000, "cslot1:maincpu", ROMREGION_BE|ROMREGION_16BIT ) + ROM_LOAD16_WORD_SWAP( "054-p1.p1", 0x100000, 0x100000, CRC(64836147) SHA1(083cb1626885893e736fc9998036c952cd4d503b) ) + ROM_CONTINUE( 0x000000, 0x100000 ) + + NEO_SFIX_128K( "054-s1.s1", CRC(22e02ddd) SHA1(ebd834affc763cc5854abf1c6c42f43f3f3755fd) ) + + NEO_BIOS_AUDIO_128K( "054-m1.m1", CRC(63e28343) SHA1(f46dbc2f1d6033b11047cca31a9a7d715dc69cb2) ) + + ROM_REGION( 0x200000, "cslot1:ymsnd", 0 ) + ROM_LOAD( "054-v1.v1", 0x000000, 0x200000, CRC(22d4b93b) SHA1(0515f2ee5d9a8ce424c80721e06f746ac6a543a8) ) + + NO_DELTAT_REGION + + ROM_REGION( 0x800000, "cslot1:sprites", 0 ) + ROM_LOAD16_BYTE( "054-c1.c1", 0x000000, 0x400000, CRC(8221b712) SHA1(7e68871f1bfc402ef27c8fa088c680cbd133f71a) ) + ROM_LOAD16_BYTE( "054-c2.c2", 0x000001, 0x400000, CRC(d6c6183d) SHA1(cc546ff063fae2c01c109fabcd5b2d29ec3299db) ) +ROM_END + /* Unlicensed Prototypes */ @@ -9141,7 +9160,12 @@ GAME( 1995, moshougi, neogeo, neobase, neogeo, neogeo_state, neogeo, R GAME( 1996, overtop, neogeo, neobase, neogeo, neogeo_state, neogeo, ROT0, "ADK", "Over Top", MACHINE_SUPPORTS_SAVE ) GAME( 1996, ninjamas, neogeo, neobase, neogeo, neogeo_state, neogeo, ROT0, "ADK / SNK", "Ninja Master's - Haoh-ninpo-cho", MACHINE_SUPPORTS_SAVE ) GAME( 1996, twinspri, neogeo, neobase, neogeo, neogeo_state, neogeo, ROT0, "ADK / SNK", "Twinkle Star Sprites", MACHINE_SUPPORTS_SAVE ) -GAME( 1996, zintrckb, neogeo, neobase, neogeo, neogeo_state, neogeo, ROT0, "hack", "Zintrick / Oshidashi Zentrix (hack)", MACHINE_SUPPORTS_SAVE ) +GAME( 1996, zintrckb, neogeo, neobase, neogeo, neogeo_state, neogeo, ROT0, "bootleg", "Zintrick / Oshidashi Zentrix (bootleg CD to cartridge conversion)", MACHINE_SUPPORTS_SAVE ) +GAME( 1996, crswd2bl, neogeo, neobase, neogeo, neogeo_state, neogeo, ROT0, "bootleg (Razoola)","Crossed Swords 2 (bootleg CD to cartridge conversion)", MACHINE_SUPPORTS_SAVE ) + + + + /* Aicom (was a part of Sammy) / Yumekobo (changed name in 1996) */ GAME( 1992, viewpoin, neogeo, neobase, neogeo, neogeo_state, neogeo, ROT0, "Sammy / Aicom", "Viewpoint", MACHINE_SUPPORTS_SAVE ) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index 2750b2e788f..f812759b6b2 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -28553,6 +28553,7 @@ whp // 0090 (c) 1995 ADK / SNK wjammers // 0065 (c) 1994 Data East Corporation zedblade // 0076 (c) 1994 NMK zintrckb // 0211 hack - this is not a genuine MVS proto, its a bootleg made from the CD version +crswd2bl // 0054 bootleg made from CD version zupapa // 0070 Zupapa - released in 2001, 1994 prototype probably exists lasthope |