Jump to content

Recommended Posts

  • Replies 705
  • Created
  • Last Reply

Top Posters In This Topic

Posted

i runned mame32p but where is the rom all it shows is to king of fighters 2000

 

i clicked on all the folders on the left side(folders like all games, soures, year,hack etc.)

 

and no kof 2003

 

ive even downloaded mame791b that james posted(i dont know how to run that, i clicked on all the exe(mame,romcmp,chdman,and xml2info and nothing runs))

 

so what do i do

 

get new emulator or something

 

if i need new emulator can you please post a link

i really whant to play this game

 

ps. i did everything right i checked the rom directories, put neo-geo bios stuff like that

Posted

as requested by a member. i allso have to say i am sorry that i deleted your post.I had a problem with the broswer when i tried to reply to you.

 

 

 

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

source driver.c

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

 

DRIVER( kof2003 ) /* 0271 © 2003 Playmore Corporation */

 

 

 

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

source/drivers neogeo.c

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

 

 

ROM_START( kof2003 )

ROM_REGION( 0x800000, REGION_CPU1, 0 )

ROM_LOAD16_WORD_SWAP( "271-p1.bin", 0x100000, 0x400000, CRC(92ed6ee3) )

ROM_LOAD16_WORD_SWAP( "271-p2.bin", 0x500000, 0x200000, CRC(5d3d8bb3) )

ROM_CONTINUE( 0x000000, 0x100000 )

ROM_CONTINUE( 0x000000, 0x100000 )

 

NEO_SFIX_128K( "271-s1.bin", CRC(7c7829aa) )

 

NEO_BIOS_SOUND_128K( "271-m1d.bin", CRC(396e17cd) )

 

ROM_REGION( 0x1000000, REGION_SOUND1, ROMREGION_SOUNDONLY )

ROM_LOAD( "271-v1d.bin", 0x000000, 0x400000, CRC(d2b8aa5e) )

ROM_LOAD( "271-v2d.bin", 0x400000, 0x400000, CRC(71956ee2) )

ROM_LOAD( "271-v3d.bin", 0x800000, 0x400000, CRC(ddbbb199) )

ROM_LOAD( "271-v4d.bin", 0xc00000, 0x400000, CRC(01b90c4f) )

 

NO_DELTAT_REGION

 

ROM_REGION( 0x4000000, REGION_GFX3, 0 )

/* decrypted */

ROM_LOAD16_BYTE( "271-c1d.bin", 0x0000000, 0x800000, CRC(e42fc226) )

ROM_LOAD16_BYTE( "271-c2d.bin", 0x0000001, 0x800000, CRC(1b5e3b58) )

ROM_LOAD16_BYTE( "271-c3d.bin", 0x1000000, 0x800000, CRC(d334fdd9) )

ROM_LOAD16_BYTE( "271-c4d.bin", 0x1000001, 0x800000, CRC(0d457699) )

ROM_LOAD16_BYTE( "271-c5d.bin", 0x2000000, 0x800000, CRC(8a91aae4) )

ROM_LOAD16_BYTE( "271-c6d.bin", 0x2000001, 0x800000, CRC(9f8674b8) )

ROM_LOAD16_BYTE( "271-c7d.bin", 0x3000000, 0x800000, CRC(374ea523) )

ROM_LOAD16_BYTE( "271-c8d.bin", 0x3000001, 0x800000, CRC(75211f4d) )

ROM_END

 

 

 

 

 

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

Driver int

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

 

 

static unsigned short kof2003_tbl[0x1000];

 

static READ16_HANDLER( kof2003_16_r )

{

return kof2003_tbl[offset];

}

static WRITE16_HANDLER( kof2003_16_w )

{

UINT32 bankaddress;

kof2003_tbl[offset]=(kof2003_tbl[offset]&mem_mask)|((~mem_mask)&data);

if(offset>0xff9) return;

bankaddress=((kof2003_tbl[0xff8]>>^_^|(kof2003_tbl[0xff9]<<:))+0x100000;

*(((UINT8 *)kof2003_tbl)+0x1ff0)=0xa0;

*(((UINT8 *)kof2003_tbl)+0x1ff1)&=0xfe;

*(((UINT8 *)kof2003_tbl)+0x1ff3)&=0x7f;

neogeo_set_cpu1_second_bank(bankaddress);

*(((unsigned char *)memory_region(REGION_CPU1))+0x58196)=kof2003_tbl

[0xff9]&0xff;

}

 

DRIVER_INIT( kof2003 )

{

install_mem_read16_handler (0, 0x2fe000, 0x2fffff, kof2003_16_r);

install_mem_write16_handler (0, 0x2fe000, 0x2fffff, kof2003_16_w);

init_neogeo();

}

 

 

 

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

game

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

 

 

GAMEB( 2003, kof2003, neogeo, neogeo, neogeo, neogeo, kof2003, ROT0, "Playmore Corporation", "The King of Fighters 2003 (BootLeg)" )

 

 

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

Posted (edited)
i runned mame32p but where is the rom all it shows is to king of fighters 2000

 

i clicked on all the folders on the left side(folders like all games, soures, year,hack etc.)

 

and no kof 2003

 

ive even downloaded mame791b that james posted(i dont know how to run that, i clicked on all the exe(mame,romcmp,chdman,and xml2info and nothing runs))

 

so what do i do

 

get new emulator or something

 

if i need new emulator can you please post a link

i really whant to play this game

 

ps. i did everything right i checked the rom directories, put neo-geo bios stuff like that

the mame791b is a command line version. and needs to be used from the CMD prompt. but if that is a problem you can use a frontend for it which can be found at mame world

 

also on the site there is mame32 79.1b.

 

make sure when you run games like kof2003 that you have the neogeo.zip in yours roms folder and the kof2003 rom. all neogeo games needs a bios.

Edited by james
Posted

Where can I get the Mame32 emulator that plays kof2k3?

 

I found the rom on filemirrors, when I typed in, "kof2k3.zip" ^_^

 

I went to the site where I could download it and the screenshots were from the mame32 emulator. Now I need to know where I can download it. :)

Posted

Alphabetman...I tried the search you said...and it worked...but when I tried to extract the files...I kept getting an error...on both links that came up...

Posted

...but I got the KoF 2003 rom just fine as well...

 

(forgot to add that in...whoops...)

Posted

Edit yur post nexttime Riot.EXE instead of posting again a second time.

Posted

can somebody help me.

 

"mame32 just stop responding after loading

all the rom files."

 

so, what do i need to do? what's the source of error?

 

i audit the rom and everything is fine.

 

help please.

Posted

Question guys,

I've been played kof over kalliera, mame32k and havent been able to switch out of arcade mode, i hit tab and switch settings to home, then reset with f3 and still nothing.

Any help would be much appreciated... errr yeah yeah so im mame illiterate... :)

Posted (edited)

ash, i don't know what's wrong. is there any other type of error/info that maybe useful for us to hear?

 

 

urquan2x, did you try

right click on kof2k3 > properties > misc > changing the bios to different ones

im not sure if that's what you're looking for, but thought i'd mention that, as that's how you switch to/from console and arcade mode in this case.

Edited by alphabetman
Posted

Nah alphabet...the download in itself went fine...didn't take too much time...it was when I tried to extract the.rar file...it came up with some sort of error...

 

Error #: 25242

Error: Invalid or unsupported archive type for this operation

 

...damn it all...

Guest
This topic is now closed to further replies.

×
×
  • Create New...