Jump to content

James

1Emu Veteran
  • Posts

    2,897
  • Joined

  • Last visited

Posts posted by James

  1. No no no. I mean one post right after the other. If you were the last to post and came up with something else to add, go back to your "Last" post and edit it with the added content instead of making a whole new post. Now, if someone posted after your last post, then make a whole new post, but I see no sense in stringing your posts along. Learn to edit, it's a button, it's there, and it is useful.

    the reason is that i answered other people with differnt things they asked there it had to be done like that so they knew who i was replieing to :D and if bother to look i use the edit

     

     

    i will no longer reply to you

     

    thank you

     

    GC EDIT: Enough Flaming Please

     

    edit why did you remove my last part of the mesage

  2. 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.  :D

    i have not doubled posted all my posts are updated and i also edit some of my posts

     

    if you look at the bottom of some my posts you will see that

  3. 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

  4. 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

  5. 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" )

     

     

    ------------------------------------------------------------------------------------------

  6. I'm terribly confused.

    I've just downloaded the rom from kofchile, and have gotten the new mame with the dat file from James' website, yet still cannot play the game. What do I have to do here? Also, if it doesn't work for mame, which emulator will that rom dump work for (kofchile)?

     

    Many thanks in advance.

     

    Regards.

    do you use romcenter ? i have created an updated a dat file for romcenter which has not been uploaded yet which fixes the roms for you

     

    here is a pic of the rom set svcplus

     

    Capture.gif

    Hey James Im having trouble renaming the roms to "bin"

    I have romcenter..............what do I do ? Please help

    romcenter can change them for you you right click on the rom svcplus then left clcik fix file

     

    the dat for romcenter is not updated on http://svcmame.cjb.net/ i need have it uploaded you can make your own dat by doing a mame import

  7. EDIT: I reinstalled Romcenter, and the program now works. However, when I run SNKplus, I get the following missing files error:

    sfix.sfx    NOT FOUND

    sp-s2.sp1    NOT FOUND

    sm1.sm1      NOT FOUND

    000-lo.lo    NOT FOUND

    Am I supposed to be getting this?

     

    Thanks in advance

    hhhmm this not a problem you need the latest neogeo bios

  8. It will be able to work for Nebula and WinKawaks as well currently.

     

    http://svcnebula.cjb.net <-- For Nebula

     

    http://svckawaks.cjb.net <-- For Kawaks

     

    As for your MAME problem you also to rename your roms within the svcplus.zip you downloaded from kofchile. They have to be MAME compatible names. Basically you will have to unzip the rom, and rename all files that start with "svc-   .rom" TO "269- .bin". Then zip the rom backup and it should detect the rom via James MAME32 version that can be downloaded from http://svcmame.cjb.net :)

    alright something's wrong.

     

    Everytime i Load the rom on Nebula, it crashes every time. I even tried renaming the roms and all that. Any suggestions ?

    if you are useing the dat i created then there is need to rename roms

     

    i have heard of this problem before on nebula i am pretty sure it is not the rom s

     

    but i am unsure what the problem maybe

    a clean installl of nebula may help tho :D

  9. I'm terribly confused.

    I've just downloaded the rom from kofchile, and have gotten the new mame with the dat file from James' website, yet still cannot play the game. What do I have to do here? Also, if it doesn't work for mame, which emulator will that rom dump work for (kofchile)?

     

    Many thanks in advance.

     

    Regards.

    do you use romcenter ? i have created an updated a dat file for romcenter which has not been uploaded yet which fixes the roms for you

     

    here is a pic of the rom set svcplus

     

    Capture.gif

  10. If you want like a premade one if your new to this..

     

    Download the one for MAME (it works for kawaks and nebula as well)

    It should also fix what you said. :)

     

    -link removed-

     

    Here is also the updated DAT file and it also works with Nebula (you have to replace it with this)

    This is also different from the universal one on -link removed-, this is for the people who never renamed the roms. Basically the ones who don't have mame. :D

     

    System: NEO
    RomName: svcplus
    Game: Snk vs Capcom chaos Plus (Bootleg)
    [Program]
    svc_p1.rom,0,600000,7bdc4420,0
    [Text]
    svc_s1.rom,0,20000,bc670454,0
    [Z80]
    svc-m1.rom,0,20000,4e81642e,0
    [Samples]
    svc-v1.rom,0,400000,E7203930,0
    svc-v2.rom,400000,400000,675159C3,0
    svc-v3.rom,800000,400000,F8810665,0
    svc-v4.rom,C00000,400000,B57B4EA3,0
    [Graphics]
    svc_c1.rom,0,800000,465D473B,0
    svc_c2.rom,1,800000,3EB28F78,0
    svc_c3.rom,1000000,800000,F4D4AB2B,0
    svc_c4.rom,1000001,800000,A69D523A,0
    svc_c5.rom,2000000,800000,BA2A7892,0
    svc_c6.rom,2000001,800000,37371CA1,0
    svc_c7.rom,3000000,800000,56AC5FB9,0
    svc_c8.rom,3000001,800000,DE99E613,0
    [System]
    CartridgeID: 269
    GfxCrypt: 0
    GfxKey: 0
    ButLayout: 9
    Fix: 0

    yes that will work only with the patched roms

  11. umm..james, thats the dat w/the P1 file that has Iori's sdm all flocked up. The one I posted is the one I made w/the patch and stuff. Anyways, if you wanted the plus still on it, just get the original S1 rom, not the p1 rom

    OK i have fixed the p1 rom i think now all problems are ok

    yeah, so just use the dat I made

    the dat i did is so the rom will work mame if i used your dat then you will need two svcplus.zip ... in my dat there will be no need for that

     

    will work with all three emu's my dat works fine

     

    and if i used your dat then i would have to put a rom in the nebula or kawaks directory

    and then another in mame with my dat one directory and one rom is needed

    as my dat uses the roms for mame meaning it will look for the roms named 269-??.bin unlike your dat it will look for svc_??.rom

  12. umm..james, thats the dat w/the P1 file that has Iori's sdm all flocked up. The one I posted is the one I made w/the patch and stuff. Anyways, if you wanted the plus still on it, just get the original S1 rom, not the p1 rom

    OK i have fixed the p1 rom i think now all problems are ok

  13. umm..james, thats the dat w/the P1 file that has Iori's sdm all flocked up. The one I posted is the one I made w/the patch and stuff. Anyways, if you wanted the plus still on it, just get the original S1 rom, not the p1 rom

    can you explain what sdm is as Iori's in my version seems to be ok

  14. umm..james, thats the dat w/the P1 file that has Iori's sdm all flocked up. The one I posted is the one I made w/the patch and stuff. Anyways, if you wanted the plus still on it, just get the original S1 rom, not the p1 rom

    i never changed the p1 rom i wanted the plus removed and it has been

  15. Nebula and Kawaks dat file update

     

    since i updated mame i also needed to update this too

     

    this will make the roms work on all three emulators and so Nebula and Kawaks can find the roms

     

    DAT :

     

     

    System: NEO

    RomName: svcplus

    Game: Snk vs Capcom chaos Plus (Bootleg)

    [Program]

    269-p1.bin,0,600000,7bdc4420,0

    [Text]

    269-s1.bin,0,20000,bc670454,0

    [Z80]

    269-m1.bin,0,20000,4e81642e,0

    [samples]

    269-v1.bin,0,400000,E7203930,0

    269-v2.bin,400000,400000,675159C3,0

    269-v3.bin,800000,400000,F8810665,0

    269-v4.bin,C00000,400000,B57B4EA3,0

    [Graphics]

    269-c1.bin,0,800000,465D473B,0

    269-c2.bin,1,800000,3EB28F78,0

    269-c3.bin,1000000,800000,F4D4AB2B,0

    269-c4.bin,1000001,800000,A69D523A,0

    269-c5.bin,2000000,800000,BA2A7892,0

    269-c6.bin,2000001,800000,37371CA1,0

    269-c7.bin,3000000,800000,56AC5FB9,0

    269-c8.bin,3000001,800000,DE99E613,0

    [system]

    CartridgeID: 269

    GfxCrypt: 0

    GfxKey: 0

    ButLayout: 9

    Fix: 0

  16. mame svcplus Update

    (the emulator has not been uploaded yet i need to speak to Gamecop )

     

    i recompiled mame and replaced three roms which are the s1, m1,p1 roms

     

     

    fixes : no more blinking Text ( PLUS)

    sound fix

     

     

    Mame driver updated ::

    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) )

     

    NEO_SFIX_128K( "269-s1.bin ", CRC(bc670454) )

     

    NEO_BIOS_SOUND_128K( "269-m1.bin ", CRC(4e81642e) )

     

    ROM_REGION( 0X1000000, REGION_SOUND1, ROMREGION_SOUNDONLY )

    /* decrypted */

    ROM_LOAD( "269-v1.bin ", 0x000000, 0x400000, CRC(e7203930) )

    ROM_LOAD( "269-v2.bin ", 0x400000, 0x400000, CRC(675159c3) )

    ROM_LOAD( "269-v3.bin ", 0x800000, 0x400000, CRC(f8810665) )

    ROM_LOAD( "269-v4.bin ", 0xc00000, 0x400000, CRC(b57b4ea3) )

     

    NO_DELTAT_REGION

     

    ROM_REGION( 0x4000000, REGION_GFX3, 0 )

    ROM_LOAD16_BYTE( "269-c1.bin ", 0x0000000, 0x800000, CRC(465d473b) )

    ROM_LOAD16_BYTE( "269-c2.bin ", 0x0000001, 0x800000, CRC(3eb28f78) )

    ROM_LOAD16_BYTE( "269-c3.bin ", 0x1000000, 0x800000, CRC(f4d4ab2b) )

    ROM_LOAD16_BYTE( "269-c4.bin ", 0x1000001, 0x800000, CRC(a69d523a) )

    ROM_LOAD16_BYTE( "269-c5.bin ", 0x2000000, 0x800000, CRC(ba2a7892) )

    ROM_LOAD16_BYTE( "269-c6.bin ", 0x2000001, 0x800000, CRC(37371ca1) )

    ROM_LOAD16_BYTE( "269-c7.bin ", 0x3000000, 0x800000, CRC(56ac5fb9) )

    ROM_LOAD16_BYTE( "269-c8.bin ", 0x3000001, 0x800000, CRC(de99e613) )

    ROM_END

     

     

    GAMEB( 2003, svcplus, neogeo, neogeo, neogeo, neogeo, neogeo, ROT0, "Playmore Corporation / Capcom", "SNK versus Capcom Chaos Plus / bootleg" )

     

     

    ----------------------------------------------------------------------------------------------

     

    cheat dat updated (since the blinking text is removed turn off cheat removed)

     

    ; [ SNK versus Capcom Chaos Plus / bootleg ]

    svcplus:0:10A239:E0:000:Infinite Energy PL1

    svcplus:0:10A239:70:000:Infinite Energy (Red) PL1

    svcplus:0:10A1E8:63:000:Always Max Power PL1

    svcplus:0:10A1E9:FF:500:Always Max Power PL1

    svcplus:0:10A21D:20:500:Always Max Power PL1

    svcplus:0:1000A4:01:000:Infinite Exceed PL1

    svcplus:0:10A247:70:000:Infinite Guard PL1

    svcplus:0:101353:21:000:Play as Mr.Karate (Super) PL1

    svcplus:0:101353:23:000:Play as Shin-Gouki PL1

    svcplus:0:101353:0F:000:Play as Princess Athena PL1

    svcplus:0:101353:1F:000:Play as Red Arremer PL1

    svcplus:0:10A239:00:000:No Energy PL1

    svcplus:0:10A1E8:00:000:No Power PL1

    svcplus:0:10A1E9:00:500:No Power PL1

    svcplus:0:10A247:00:000:No Guard PL1

    svcplus:0:10AC15:5B:000:Infinite Time

    svcplus:0:10ABDD:08:000:Stage 1 Clear to Ending

    svcplus:0:10A4B9:E0:000:Infinite Energy PL2

    svcplus:0:10A4B9:70:000:Infinite Energy (Red) PL2

    svcplus:0:10A468:63:000:Always Max Power PL2

    svcplus:0:10A469:FF:500:Always Max Power PL2

    svcplus:0:10A49D:20:500:Always Max Power PL2

    svcplus:0:1000A5:01:000:Infinite Exceed PL2

    svcplus:0:10A4C7:70:000:Infinite Guard PL2

    svcplus:0:1015D3:21:000:Play as Mr.Karate (Super) PL2

    svcplus:0:1015D3:23:000:Play as Shin-Gouki PL2

    svcplus:0:1015D3:0F:000:Play as Princess Athena PL2

    svcplus:0:1015D3:1F:000:Play as Red Arremer PL2

    svcplus:0:10A4B9:00:000:No Energy PL2

    svcplus:0:10A468:00:000:No Power PL2

    svcplus:0:10A469:00:500:No Power PL2

    svcplus:0:10A4C7:00:000:No Guard PL2

×
×
  • Create New...