paradroid Posted May 2, 2005 Author Share Posted May 2, 2005 (edited) I've changed the driver to match what James has pasted above, and recompiled. Samurai Shodown 5 Special loads without errors, but it still hangs at the red warning text screen. So is it that m1d ROM that's causing the problem or something else in my edited version of the driver? I can upload my XMame binary if it can be used to diagnose the problem... Edited May 2, 2005 by paradroid Link to comment Share on other sites More sharing options...
Agozer Posted May 2, 2005 Share Posted May 2, 2005 The red text show because the P1 is protected. It's work in Console Mode, but you'll need the Universe BIOS if you want to play in Arcade Mode. Link to comment Share on other sites More sharing options...
Robert Posted May 2, 2005 Share Posted May 2, 2005 Robert your SHA1 is wrong.Not my file; it's paradroid's. My rom matches your file. Link to comment Share on other sites More sharing options...
James Posted May 3, 2005 Share Posted May 3, 2005 I've changed the driver to match what James has pasted above, and recompiled. Samurai Shodown 5 Special loads without errors, but it still hangs at the red warning text screen. So is it that m1d ROM that's causing the problem or something else in my edited version of the driver? I can upload my XMame binary if it can be used to diagnose the problem...<{POST_SNAPBACK}> Find this in machine\neogeo.c /* hacks to make the games which do protection checks run in arcade mode */ /* we write protect a SRAM location so it cannot be set to 1 */ sram_protection_hack = ~0; if ( !strcmp(Machine->gamedrv->name,"fatfury3") || add this after!strcmp(Machine->gamedrv->name,"samsh5sp") || Make sure you do a clean compile ( Delete the OBJ folder ) Link to comment Share on other sites More sharing options...
paradroid Posted May 3, 2005 Author Share Posted May 3, 2005 OK... I've added the uni-bios to neogeo.zip. CRC and files within neogeo.zip as follows: e09e253c 000-lo.lod27a71f1 aes-bios.bin91b64be3 asia-s3.rom698ebb7d neodebug.rom354029fc sfix.sfx97cf998b sm1.sm12723a5b5 sp-e.sp1acede59c sp-j2.romc7f2fa45 sp-s.sp19036d879 sp-s2.sp19fb0abe4 sp1.jipan.10240ce453a0 uni-bios.105dda0d84 uni-bios.114fa698e9 uni-bios.12b24b44a0 uni-bios.130c12c2ad uni-bios.20e72943de usa_2slt.binf0e8f27d vs-bios.rom Then I've added James' code into src/machine/neogeo.c, and did a fresh compile. There were no errors during compilation or emulation startup, but it is still hanging at the warning text screen. The contents of my samsh5sp.zip as follows: 4f97661a 272-c1.bina3afda4f 272-c2.bin8c3c7502 272-c3.bin32d5e2e2 272-c4.bin6ce085bc 272-c5.bin05c8dc8e 272-c6.bin1417b742 272-c7.bind49773cd 272-c8.binadeebf40 272-m1.bin3ca75c37 272-m1d.bin9291794d 272-p1.binfa1a7dd8 272-p2.bin76a94127 272-v1.bin4ba507f1 272-v2.bin354029fc sfix.sfx What else is left to try out? Link to comment Share on other sites More sharing options...
James Posted May 3, 2005 Share Posted May 3, 2005 Delete the samsh5sp.nv from the nvram folder. And no the uni bios is not needed to play it in arcade mode. Link to comment Share on other sites More sharing options...
paradroid Posted May 4, 2005 Author Share Posted May 4, 2005 Thanks for all the help everyone... Samurai Shodown 5 Special now works! Anyone able to help on the CRC problems for SVC Chaos etc? Link to comment Share on other sites More sharing options...
James Posted May 4, 2005 Share Posted May 4, 2005 Check this thread http://www.1emulation.com/forums/index.php?showtopic=10562 It may help you out. Link to comment Share on other sites More sharing options...
Agozer Posted May 4, 2005 Share Posted May 4, 2005 And no the uni bios is not needed to play it in arcade mode.Is that a MAME-only thing or did I miss something? Link to comment Share on other sites More sharing options...
James Posted May 4, 2005 Share Posted May 4, 2005 And no the uni bios is not needed to play it in arcade mode.<{POST_SNAPBACK}>Is that a MAME-only thing or did I miss something?<{POST_SNAPBACK}> Mame and FBA. Also there is a Fully decrypted Rom that plays in Arcade mode without the need of the uni bios. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now