Jump to content

Prican25

Ultra Members
  • Posts

    2,726
  • Joined

  • Last visited

Everything posted by Prican25

  1. its posted in newsgroup (alt.binaries.emulators.misc and alt.binaries.emulators.neogeo is where i saw it at) and here's whats in the zip:
  2. this was in the new set.txt but was removed (xbins mod i believe got him to remove the driver info) // Metal Slug 5 static struct BurnRomInfo mslug5ndRomDesc[] = { {"mslug5_p1.rom" , 0x600000, 0x02247965, 0x10}, // 0 68K code {"268_s1.rom" , 0x020000, 0x64952683, 1}, // 1 Text layer tiles {"268_c1.rom" , 0x800000, 0x969C0D62, 1}, // 2 Sprite data {"268_c2.rom" , 0x800000, 0xC69AE867, 1}, // 3 {"268_c3.rom" , 0x800000, 0xD7BEAEAF, 1}, // 4 {"268_c4.rom" , 0x800000, 0xE1B1131B, 1}, // 5 {"268_c5.rom" , 0x800000, 0x2FA1A5AD, 1}, // 6 {"268_c6.rom" , 0x800000, 0x6DE89589, 1}, // 7 {"268_c7.rom" , 0x800000, 0x97BD0C0A, 1}, // 8 {"268_c8.rom" , 0x800000, 0xC0D5BC20, 1}, // 9 {"268_m1.rom" , 0x020000, 0x6FA01C9A, 0x10}, // 10 Z80 code {"268_v1.rom" , 0x400000, 0xC3540E0D, 2}, // 11 Sound data {"268_v2.rom" , 0x400000, 0x077BD2F4, 2}, // 12 {"268_v3.rom" , 0x400000, 0x39B14567, 2}, // 13 {"268_v4.rom" , 0x400000, 0x969FF3B2, 2}, // 14 }; STDROMPICKEXT(mslug5nd, mslug5nd, neogeo); STD_ROM_FN(mslug5nd); struct BurnDriver BurnDrvmslug5nd = { {"mslug5nd", "Metal Slug 5", NULL, "SNK", "Neo Geo", "2003", NULL, "neogeo"}, BDF_GAME_WORKING, 2, HARDWARE_SNK_NEOGEO, NULL, mslug5ndRomInfo, mslug5ndRomName, neogeoInputInfo, neogeoDIPInfo, NeoInit, NeoExit, NeoFrame, NeoRender, NeoScan, &NeoRecalcPalette, nNeoScreenWidth, 224, 4, 3 }; // mslug4nd.zip static struct BurnRomInfo mslug4ndRomDesc[] = { {"263-p1.bin" , 0x100000, 0x0, 0x10}, // 0 68K code {"263-p2.bin" , 0x400000, 0x0, 0x10}, // 0 68K code {"263-s1.bin" , 0x020000, 0x0, 1}, // 1 Text layer tiles {"263-c1.bin" , 0x800000, 0x0, 1}, // 2 Sprite data {"263-c2.bin" , 0x800000, 0x0, 1}, // 3 {"263-c3.bin" , 0x800000, 0x0, 1}, // 4 {"263-c4.bin" , 0x800000, 0x0, 1}, // 5 {"263-c5.bin" , 0x400000, 0x0, 1}, // 6 {"263-c6.bin" , 0x400000, 0x0, 1}, // 7 {"263-m1.bin" , 0x020000, 0x0, 0x10}, // 10 Z80 code {"263-v1.bin" , 0x400000, 0x0, 2}, // 11 Sound data {"263-v2.bin" , 0x400000, 0x0, 2}, // 12 {"263-v3.bin" , 0x400000, 0x0, 2}, // 13 {"263-v4.bin" , 0x400000, 0x0, 2}, // 14 }; STDROMPICKEXT(mslug4nd, mslug4nd, neogeo); STD_ROM_FN(mslug4nd); struct BurnDriver BurnDrvmslug4nd = { {"mslug4nd", "Metal Slug 4", "Full", "SNK", "Neo Geo", "2001", NULL, "neogeo"}, BDF_GAME_WORKING, 2, HARDWARE_SNK_NEOGEO, NULL, mslug4ndRomInfo, mslug4ndRomName, neogeoInputInfo, neogeoDIPInfo, NeoInit, NeoExit, NeoFrame, NeoRender, NeoScan, &NeoRecalcPalette, nNeoScreenWidth, 224, 4, 3 }; // mslug5n.zip static struct BurnRomInfo mslug5nRomDesc[] = { {"268-p1.bin" , 0x600000, 0x0, 0x10}, // 0 68K code {"268-s1.bin" , 0x020000, 0x0, 1}, // 1 Text layer tiles {"268-c1.bin" , 0x800000, 0x0, 1}, // 2 Sprite data {"268-c2.bin" , 0x800000, 0x0, 1}, // 3 {"268-c3.bin" , 0x800000, 0x0, 1}, // 4 {"268-c4.bin" , 0x800000, 0x0, 1}, // 5 {"268-c5.bin" , 0x800000, 0x0, 1}, // 6 {"268-c6.bin" , 0x800000, 0x0, 1}, // 7 {"268-c7.bin" , 0x800000, 0x0, 1}, // 8 {"268-c8.bin" , 0x800000, 0x0, 1}, // 9 {"268-m1.bin" , 0x020000, 0x0, 0x10}, // 10 Z80 code {"268-v1.bin" , 0x400000, 0x0, 2}, // 11 Sound data {"268-v2.bin" , 0x400000, 0x0, 2}, // 12 {"268-v3.bin" , 0x400000, 0x0, 2}, // 13 {"268-v4.bin" , 0x400000, 0x0, 2}, // 14 }; STDROMPICKEXT(mslug5n, mslug5n, neogeo); STD_ROM_FN(mslug5n); struct BurnDriver BurnDrvmslug5n = { {"mslug5n", "Metal Slug 5", "Full", "SNK", "Neo Geo", "2003", NULL, "neogeo"}, BDF_GAME_WORKING, 2, HARDWARE_SNK_NEOGEO, NULL, mslug5nRomInfo, mslug5nRomName, neogeoInputInfo, neogeoDIPInfo, NeoInit, NeoExit, NeoFrame, NeoRender, NeoScan, &NeoRecalcPalette, nNeoScreenWidth, 224, 4, 3 };
  3. ok heres capcom press release about street fighter aniversary straight from capcom's site: http://www.capcom.com/news/news.xpml?prid=450131 it clearly mentions only ps2 so i highly doubt its coming to xbox
  4. yeah, my mistake; i got it mixed up with the normal guilty gear xx which was released in usa i'm glad the japan version for xbox is english tho
  5. none of the mame's do cuz theres too many to list check mame.net, thats you're best bet
  6. personaly, i hope they don't make another console. best to stick with software since hardware seems to fail on their behave (loved dc but lack of support killed it)
  7. also gamespot notes that SSV:special is PS2/Arcade not just XBOX. garageink as far as i read, capcom only announced it for ps2 since usa is the only one getting hyper sf2 + sf3: third strike (i think they ditched the anime movie but not sure). guilty gear xx reloaded wasn't released in usa for ps2 but there was an english version out warez/import wise the xbox version is the same btw
  8. i just looked at gamespot again it too has that same press release, great news for xbox users but that still doesn't mean it isn't coming for ps2 tho it would be lucky enough if it does in usa i'll still grab the japan versions and play them on the modded ps2 mslug3 for ps2 was the same but with loading. svc for ps2 didn't have english nor an option for it which is the only downside but it was slightly improved in some gfx (fireball type effects are better) and loading wasn't so bad.
  9. where did you read that xbox was getting it? i'm looking at the E3 SNK/P lineup and theres no SSV: special for xbox, just ps2 and arcade. heres that list for anyone wanting to see what they'll show at E3: http://www.gamespot.com/news/2004/04/29/news_6094857.html the games that i know xbox is getting are: Metal Slug 3 SNK Vs. Capcom KOF 2002 while ps2 is getting: Metal Slug4/5 KOF 2002/2003 KOF Maximum Impact Samurai Shodown V: Special just to note; sp2 already had mslug3 and svc in japan but weren't released in usa
  10. i heard there was a swap trick you could play backups with except those that use the ram cart
  11. if you got fba-xxx, it comes with a text file telling you the new drivers added to the source which also includes the 2 roms you're asking about.
  12. as far as i know, fce ultra, sms emu and xsnes9x support the light gun feature. the last mame ox added it as well but its far from working well i heard beware of the Silent Scope gun, i read a lot of bad reviews about this gun (even the game its suppose be used for plays best with the pad then the gun).
  13. i too loved the darkstalkers series, my favorite was on dreamcast called Vampire Chronicles. it had all the characters from the series in one game dunno if that was released in japanese arcades or not but its great game to pickup for DC
  14. well there was one good part to it, you could play the original
  15. whatever man, i read a few reviews for the game and they pretty much agree to what i said and if was that great it would've been out in usa
  16. you gotta be kidding me the gfx was horrible and it was just a text based game.
  17. umm you forgot that Chrono Cross came after that garbage called Radical Dreamers so we need a Chrono Trigger 4
  18. god knows why you have kof97 as mslug5 but any way, the readme for kawa-hex tells you what you need. if you wanna use the rom in fba-xxx, rename all the roms to their proper name (theres a new sets.txt file that tells you what it should be named)
  19. man where you been it was released warez wise a week or so ago
  20. ahh i did forget about powerstone well another 4 player game i wish to see a sequel is thrill kill world cup soccer- nintendo (used to love this game in nes) super off-road 3 gaunlet 5 river city ransom 2 elevator action 3 wrestlemaina 2 (midway) bubble bobble 3 a shinobi game earthworm jim 4 ape escape 3 final fight game (none of the stupid snes sequels were fun)
  21. umm thats been out since last week or so
  22. nice but too much techno/house tho i wouldn't mind hearing some classic freestyle like tka hiphop\r&b would be nice too
  23. decrypt/encrypt info can be found here http://www.1emulation.com/forums/index.php?showtopic=4665 Xx1LLMAT1CxX make sure you didn't change the rompath.ini (it should always be D:\roms\) its a known bug that never got fixed. this also means all your roms you wanna use for kawa-x should be in kawa-x's roms folder (if you also use fba-x, just use that neogeo.zip)
  24. kawa-x doesn't really care for crc's but the size has to be right. also make sure you're using full decrypted sets for kawa-x
  25. yeah i can't wait for a few ps2 titles this year: SSV: Special KOF:Maximum Impact KOF 2002/2003 (xbox is only getting 2002) Metal Slug 4/5 Sly Cooper 2 Jak 3 Ratchet & Clank 3 Gran Turismo 4 Hyper SF2/SF3: Third Strike GTA: San Andreas Midway Treasures Vol. 2 (MK1-3, Primal rage 1, and more) Syphon Filter Silent Hill 4 Transformers: Armada (heard it was damn good and nothing like the G1 game out in japan) Metat Gear Solid 3
×
×
  • Create New...