Jump to content

Help with XMame!


Recommended Posts

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 by paradroid
Link to comment
Share on other sites

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

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

 

 

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

OK... I've added the uni-bios to neogeo.zip. CRC and files within neogeo.zip as follows:

 

e09e253c 000-lo.lo

d27a71f1 aes-bios.bin

91b64be3 asia-s3.rom

698ebb7d neodebug.rom

354029fc sfix.sfx

97cf998b sm1.sm1

2723a5b5 sp-e.sp1

acede59c sp-j2.rom

c7f2fa45 sp-s.sp1

9036d879 sp-s2.sp1

9fb0abe4 sp1.jipan.1024

0ce453a0 uni-bios.10

5dda0d84 uni-bios.11

4fa698e9 uni-bios.12

b24b44a0 uni-bios.13

0c12c2ad uni-bios.20

e72943de usa_2slt.bin

f0e8f27d 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.bin

a3afda4f 272-c2.bin

8c3c7502 272-c3.bin

32d5e2e2 272-c4.bin

6ce085bc 272-c5.bin

05c8dc8e 272-c6.bin

1417b742 272-c7.bin

d49773cd 272-c8.bin

adeebf40 272-m1.bin

3ca75c37 272-m1d.bin

9291794d 272-p1.bin

fa1a7dd8 272-p2.bin

76a94127 272-v1.bin

4ba507f1 272-v2.bin

354029fc sfix.sfx

 

What else is left to try out?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...