Mechjose Posted February 5, 2004 Share Posted February 5, 2004 common people help me out here i dont know how to use mame my first time using it Link to comment Share on other sites More sharing options...
alphabetman Posted February 5, 2004 Share Posted February 5, 2004 Run "mame32p.exe", double click KOF2003, play. Press tab during play to set keys. That is all. Link to comment Share on other sites More sharing options...
drifterzzz Posted February 5, 2004 Share Posted February 5, 2004 so alphabet u gonna make it.. al character ldm.. Link to comment Share on other sites More sharing options...
alphabetman Posted February 5, 2004 Share Posted February 5, 2004 lol, i dunno how to make cheats, i just got these off another site and put em all together in easy access form. sorry. but if i come across anything else it'll end up here. Link to comment Share on other sites More sharing options...
Mechjose Posted February 5, 2004 Share Posted February 5, 2004 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 linki really whant to play this game ps. i did everything right i checked the rom directories, put neo-geo bios stuff like that Link to comment Share on other sites More sharing options...
James Posted February 5, 2004 Author Share Posted February 5, 2004 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)" ) ----------------------------------------------------------------------------------------------- Link to comment Share on other sites More sharing options...
James Posted February 5, 2004 Author Share Posted February 5, 2004 (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 linki really whant to play this game ps. i did everything right i checked the rom directories, put neo-geo bios stuff like thatthe 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 February 5, 2004 by james Link to comment Share on other sites More sharing options...
maninderb Posted February 5, 2004 Share Posted February 5, 2004 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. Link to comment Share on other sites More sharing options...
alphabetman Posted February 5, 2004 Share Posted February 5, 2004 search for "MAME32KPLUSforKOF2003.rar" something should come up Link to comment Share on other sites More sharing options...
Riot.EXE Posted February 5, 2004 Share Posted February 5, 2004 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... Link to comment Share on other sites More sharing options...
Riot.EXE Posted February 5, 2004 Share Posted February 5, 2004 ...but I got the KoF 2003 rom just fine as well... (forgot to add that in...whoops...) Link to comment Share on other sites More sharing options...
Recommended Posts