James Posted November 12, 2003 Share Posted November 12, 2003 (edited) driver re written some parts were re added since the last driver this will be the final driver there will be no need to update your emulator this is only for those who compile there own version of mame i will add the romcenter dat for the current version of mame 76.1.svc which go in the datas folder within romcenter directory ----------------------------------------------------------------------------------------- SRC>DRIVER.C DRIVER( svcplus ) /* 0269 © SNK versus Capcom chaos/bootleg */ SRC>DRIVERS>NEOGEO.C ROM_START( svcplus ) /* Bootleg */ ROM_REGION( 0x600000, REGION_CPU1, 0 ) ROM_LOAD16_WORD_SWAP( "269-p1.bin ", 0x000000, 0x600000, CRC(7bdc4420) SHA1(d1c9859efb9d3910ac6fb015678051a0384c79e6) ) NEO_SFIX_128K( "269-s1.bin ", CRC(bc670454) SHA1(468641985fd3136235510bc48781039ef7b05c64) ) NEO_BIOS_SOUND_128K( "269-m1.bin ", CRC(932AB489) SHA1(3e5a58595d7fd0cb9f7668329c091c033cedd43e) ) ROM_REGION( 0X1000000, REGION_SOUND1, ROMREGION_SOUNDONLY ) /* decrypted */ ROM_LOAD( "269-v1.bin ", 0x000000, 0x400000, CRC(e7203930) SHA1(c6753df1db87d223ee39ffac920da449127dbcdf) ) ROM_LOAD( "269-v2.bin ", 0x400000, 0x400000, CRC(675159c3) SHA1(c3a4f6db61dfab5bc31bfe94e1c3915676347031) ) ROM_LOAD( "269-v3.bin ", 0x800000, 0x400000, CRC(f8810665) SHA1(fc1e94629a5124076959938257a80d04b2e871eb) ) ROM_LOAD( "269-v4.bin ", 0xc00000, 0x400000, CRC(b57b4ea3) SHA1(873dc7f5eae687bc70af01ea310e935287de0ebf) ) NO_DELTAT_REGION ROM_REGION( 0x4000000, REGION_GFX3, 0 ) ROM_LOAD16_BYTE( "269-c1.bin ", 0x0000000, 0x800000, CRC(465d473b) SHA1(0b2be2b2657c2ae021ec91515d1d6306179751d5) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "269-c2.bin ", 0x0000001, 0x800000, CRC(3eb28f78) SHA1(df1b096fe95796db1515b69f74266ed13dd9ee56) ) /* Plane 2,3 */ ROM_LOAD16_BYTE( "269-c3.bin ", 0x1000000, 0x800000, CRC(f4d4ab2b) SHA1(a19788435173540469fe5d07429a83dde6d701a0) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "269-c4.bin ", 0x1000001, 0x800000, CRC(a69d523a) SHA1(98d8dac2e40f71b5b8426d3c77476a0a20783181) ) /* Plane 2,3 */ ROM_LOAD16_BYTE( "269-c5.bin ", 0x2000000, 0x800000, CRC(ba2a7892) SHA1(eed45e1330dcc9f610598dc53977bf3a81dd161a) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "269-c6.bin ", 0x2000001, 0x800000, CRC(37371ca1) SHA1(8aaa1b9ea34470085d9944c9ad64cfb0ffe09859) ) /* Plane 2,3 */ ROM_LOAD16_BYTE( "269-c7.bin ", 0x3000000, 0x800000, CRC(56ac5fb9) SHA1(74cb0d57060d25e35f76a9820f607633bd1b9c2c) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "269-c8.bin ", 0x3000001, 0x800000, CRC(de99e613) SHA1(f28c6af4a31a937e5b441d4b860e3ccca725f27a) ) /* Plane 2,3 */ROM_END GAMEB( 2003, svcplus, neogeo, neogeo, neogeo, neogeo, neogeo, ROT0, "Playmore Corporation / Capcom", "SNK versus Capcom Chaos Plus / bootleg" ) ------------------------------------------------------------------------------------------ Edited November 12, 2003 by james Link to comment Share on other sites More sharing options...
James Posted November 12, 2003 Share Posted November 12, 2003 James, where do I get the latest Neogeo drivers from? EDIT: Scrap what I said, I've got it working through Romcenter now.However, is there a way to run with James' new mame? For some reason it never detects it??? EDIT EDIT: I've got it working under Mame now - for some reason it doesn't detect the game in the Available games mode, so I had to switch to all games. Many thanks for everyone's help.it shows up on my list as working did you get the latest emulator was added yesterday mame32 76.1.svc did you replace the rom pacthes s1, m1, p1 rom Link to comment Share on other sites More sharing options...
obsol33t Posted November 12, 2003 Share Posted November 12, 2003 how abouts would i go gettin the rom to werk in mame32? sorry, ima n00b to the whole DAT thing... Link to comment Share on other sites More sharing options...
MaxBebop Posted November 12, 2003 Share Posted November 12, 2003 Lastly for today.. what do the new fixes mean? Credits: No Name @ ArcadeAtHome-----------------------------------------P1 Rom Fix: Fixes Iori's DMs, havent seen it do anything elseS1 Rom Fix: Disabled PLUS during the introM1 Rom Fix: Fixes MusicHey GameCopwhere can I get these fixes? Link to comment Share on other sites More sharing options...
Alpha Posted November 12, 2003 Share Posted November 12, 2003 Lastly for today.. what do the new fixes mean? Credits: No Name @ ArcadeAtHome-----------------------------------------P1 Rom Fix: Fixes Iori's DMs, havent seen it do anything elseS1 Rom Fix: Disabled PLUS during the introM1 Rom Fix: Fixes MusicHey GameCopwhere can I get these fixes? From here @ http://svcfixes.cjb.net Link to comment Share on other sites More sharing options...
MaxBebop Posted November 12, 2003 Share Posted November 12, 2003 WHOOOOO YEAH!!!!!!!!!!!!!!!!!!!!!!!!!Thanks GameCop and James!!!!!!!!!I got all the cheats to work THANKS Now if only I can get Iori's DM move to inflict damage.... Link to comment Share on other sites More sharing options...
Gono Posted November 12, 2003 Share Posted November 12, 2003 hi guys , i cant download svc chaos rom from the links u gave... and i cant dl the nebula emulator either anyone can give a good working link ?thanx a lot ! Link to comment Share on other sites More sharing options...
James Posted November 12, 2003 Share Posted November 12, 2003 (edited) driver re written some parts were re added since the last driver this will be the final driver there will be no need to update your emulator this is only for those who compile there own version of mame i will add the romcenter dat for the current version of mame 76.1.svc which go in the datas folder within romcenter directory ----------------------------------------------------------------------------------------- SRC>DRIVER.C DRIVER( svcplus ) /* 0269 © SNK versus Capcom chaos/bootleg */ SRC>DRIVERS>NEOGEO.C ROM_START( svcplus ) /* Bootleg */ ROM_REGION( 0x600000, REGION_CPU1, 0 ) ROM_LOAD16_WORD_SWAP( "269-p1.bin ", 0x000000, 0x600000, CRC(7bdc4420) SHA1(d1c9859efb9d3910ac6fb015678051a0384c79e6) ) NEO_SFIX_128K( "269-s1.bin ", CRC(bc670454) SHA1(468641985fd3136235510bc48781039ef7b05c64) ) NEO_BIOS_SOUND_128K( "269-m1.bin ", CRC(932AB489) SHA1(3e5a58595d7fd0cb9f7668329c091c033cedd43e) ) ROM_REGION( 0X1000000, REGION_SOUND1, ROMREGION_SOUNDONLY ) /* decrypted */ ROM_LOAD( "269-v1.bin ", 0x000000, 0x400000, CRC(e7203930) SHA1(c6753df1db87d223ee39ffac920da449127dbcdf) ) ROM_LOAD( "269-v2.bin ", 0x400000, 0x400000, CRC(675159c3) SHA1(c3a4f6db61dfab5bc31bfe94e1c3915676347031) ) ROM_LOAD( "269-v3.bin ", 0x800000, 0x400000, CRC(f8810665) SHA1(fc1e94629a5124076959938257a80d04b2e871eb) ) ROM_LOAD( "269-v4.bin ", 0xc00000, 0x400000, CRC(b57b4ea3) SHA1(873dc7f5eae687bc70af01ea310e935287de0ebf) ) NO_DELTAT_REGION ROM_REGION( 0x4000000, REGION_GFX3, 0 ) ROM_LOAD16_BYTE( "269-c1.bin ", 0x0000000, 0x800000, CRC(465d473b) SHA1(0b2be2b2657c2ae021ec91515d1d6306179751d5) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "269-c2.bin ", 0x0000001, 0x800000, CRC(3eb28f78) SHA1(df1b096fe95796db1515b69f74266ed13dd9ee56) ) /* Plane 2,3 */ ROM_LOAD16_BYTE( "269-c3.bin ", 0x1000000, 0x800000, CRC(f4d4ab2b) SHA1(a19788435173540469fe5d07429a83dde6d701a0) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "269-c4.bin ", 0x1000001, 0x800000, CRC(a69d523a) SHA1(98d8dac2e40f71b5b8426d3c77476a0a20783181) ) /* Plane 2,3 */ ROM_LOAD16_BYTE( "269-c5.bin ", 0x2000000, 0x800000, CRC(ba2a7892) SHA1(eed45e1330dcc9f610598dc53977bf3a81dd161a) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "269-c6.bin ", 0x2000001, 0x800000, CRC(37371ca1) SHA1(8aaa1b9ea34470085d9944c9ad64cfb0ffe09859) ) /* Plane 2,3 */ ROM_LOAD16_BYTE( "269-c7.bin ", 0x3000000, 0x800000, CRC(56ac5fb9) SHA1(74cb0d57060d25e35f76a9820f607633bd1b9c2c) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "269-c8.bin ", 0x3000001, 0x800000, CRC(de99e613) SHA1(f28c6af4a31a937e5b441d4b860e3ccca725f27a) ) /* Plane 2,3 */ROM_END GAMEB( 2003, svcplus, neogeo, neogeo, neogeo, neogeo, neogeo, ROT0, "Playmore Corporation / Capcom", "SNK versus Capcom Chaos Plus / bootleg" ) ------------------------------------------------------------------------------------------New Update mame32 77 This M1 update adds voices to Geese and Demitri!the fixed m1 rom and emulator mame32 77 will be updated soon also new romcenter dat will be as well also fixed is the mame driver which is shown above Edited November 12, 2003 by james Link to comment Share on other sites More sharing options...
James Posted November 12, 2003 Share Posted November 12, 2003 hi guys , i cant download svc chaos rom from the links u gave... and i cant dl the nebula emulator either anyone can give a good working link ?thanx a lot ! try here http://animeh2.com/main1.php?id=emu.html Link to comment Share on other sites More sharing options...
James Posted November 12, 2003 Share Posted November 12, 2003 WHOOOOO YEAH!!!!!!!!!!!!!!!!!!!!!!!!!Thanks GameCop and James!!!!!!!!!I got all the cheats to work THANKS Now if only I can get Iori's DM move to inflict damage.... that was fixed with the new p1 rom can be found here http://www.neogamez.net/ Link to comment Share on other sites More sharing options...
Gouken Posted November 12, 2003 Author Share Posted November 12, 2003 There has got to be a rule against double posting, or triple posting in this case. James, try and edit your posts from now on. Link to comment Share on other sites More sharing options...
Recommended Posts