Jump to content

NEW TOPIC NAME: Need help running Kof2003


baosen

Recommended Posts

the only thing I use is a hacked/modified P1 (B87049F2). Otherwise, at least to my knowledge, the set is the bootleg set with the addition of of a fix that fixed the infinite time symbol (I applied that myself).

 

Same set works fine in Nebula Loader as well. If you need assistance, you know how to reach me.

I don't have B87049F2, however after some surfing it appears that rom has a bug (a blank part at the start of the game). The fixed one is 57a1981d which luckily I have. I made this set:

ROM_START( kof2003d )
ROM_REGION( 0x800000, REGION_CPU1, 0 )
ROM_LOAD16_WORD_SWAP( "271-p1d.bin", 0x000000, 0x800000, CRC(57a1981d) )

NEO_SFIX_128K( "271-s1d.bin", CRC(df422440) )

NEO_BIOS_SOUND_512K( "271-m1d.bin", CRC(0e86af8f) SHA1(769102b67bb1a699cfa5674d66cdb46ae633cb65) )

ROM_REGION( 0x1000000, REGION_SOUND1, 0 )
ROM_LOAD( "271-v1d.bin", 0x000000, 0x1000000, CRC(2058ec5e) )

ROM_REGION( 0x4000000, REGION_GFX3, 0 )
ROM_LOAD16_BYTE( "271-c1d.bin", 0x0000000, 0x1000000, CRC(c29acd28) )
ROM_LOAD16_BYTE( "271-c2d.bin", 0x0000001, 0x1000000, CRC(328e80b1) )
ROM_LOAD16_BYTE( "271-c3d.bin", 0x2000000, 0x1000000, CRC(020a11f1) )
ROM_LOAD16_BYTE( "271-c4d.bin", 0x2000001, 0x1000000, CRC(991b5ed2) )
ROM_END

This works perfectly in MAME without needing a DRIVER_INIT.

 

For nrx I took a copy and renamed them as such:

16777216	020a11f1	271-c3.rom
 524288	0e86af8f	271-m1.rom
16777216	2058ec5e	271-v1.rom
16777216	328e80b1	271-c2.rom
8388608	57a1981d	271-p1.rom
16777216	991b5ed2	271-c4.rom
16777216	c29acd28	271-c1.rom
 131072	df422440	271-s1.rom

nrx 0.6b had some problems, however nrx4.x works fine. Thanks for your help Agozer. <_>

Link to comment
Share on other sites

  • Replies 29
  • Created
  • Last Reply

Top Posters In This Topic

Tnx for the dat Hotaru, now it works like charm!!

Still its japanese but well well.... I think i understand a bit.

The zooming effect works now <_<:):lol: Thats great!!!

 

But aren't that 271-v1.bin file encrypted in your DAT?

 

Well, it works well....

Link to comment
Share on other sites

WEEEEEE!!! OMG!! I tried Kof2003 on NeoMamePlus and now, it works 100% perfect! Zooming effect, Transpariencies, English text!!

 

Yes i get english text when i try that set in compilied Mame or FBA... But when i checked it last time in nebula (nebula 2.24 and set with decrypted v1) i couldn't play it in console mode and the text was in japanese :);)

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