-
Posts
2,897 -
Joined
-
Last visited
Content Type
Profiles
Events
Forums
Blogs
Downloads
Everything posted by James
-
King Of Fighters 2003 (kof2003.zip) News III
James replied to James's topic in Gossip Café [/offtopic]
Hey is it hard to even bother reading the first page the answer is there. thank you -
(Kawaks / Nebula) King of Fighters 2003 News IV
James replied to James's topic in Arcade Emulators [/pc/arcade]
Ok thank you -
(Kawaks / Nebula) King of Fighters 2003 News IV
James replied to James's topic in Arcade Emulators [/pc/arcade]
May i ask what happens when you try to load the game ? -
King Of Fighters 2003 (kof2003.zip) News III
James replied to James's topic in Gossip Café [/offtopic]
i doubt thats the reason. as it would of said it was missing before mame32 plus had loaded. -
King Of Fighters 2003 (kof2003.zip) News III
James replied to James's topic in Gossip Café [/offtopic]
you should wait til it loads as some computers are slow at loading neogeo roms min specs recomended are 1 ghz cpu 512 meg ram (memory) -
you need to replace those roms as thats the only way you can change those checksums
-
King Of Fighters 2003 (kof2003.zip) News III
James replied to James's topic in Gossip Café [/offtopic]
you will need the fix which is here http://alphabetman.greatnow.com/271-m1d.bi...RC-396E17CD.zip and the s1 fix which is here http://alphabetman.greatnow.com/271-s1.rom.zip hope that helps -
al that patch does is put someones name in it called jimmy and nothing more and that kof2003p is crap i can use bosses anyway what a waste of a download.
-
Samurai Shodown 5 (samsho5.zip/ssv.zip) News
James replied to gandalfrockman's topic in Arcade Emulators [/pc/arcade]
Let's put it this way: Every SSV romset works in NRX (except maybe the MAME romset) after putting some rom hacks in. Remember to grab a decrypted set ~30-40MB or so. Is there even a encrypted set of SSV floating around? my ssv works in mame kawaks Nebula NeorageX all is the same rom set because its decrypted -
King Of Fighters 2003 (kof2003.zip) News III
James replied to James's topic in Gossip Café [/offtopic]
this also plays kof2003 http://members.westnet.com.au/the%2Dkula/mame.html -
King Of Fighters 2003 (kof2003.zip) News III
James replied to James's topic in Gossip Café [/offtopic]
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. -
King Of Fighters 2003 (kof2003.zip) News III
James replied to James's topic in Gossip Café [/offtopic]
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)" ) ----------------------------------------------------------------------------------------------- -
King Of Fighters 2003 (kof2003.zip) News III
James replied to James's topic in Gossip Café [/offtopic]
He has been given a warning . -
(Kawaks / Nebula) King of Fighters 2003 News IV
James replied to James's topic in Arcade Emulators [/pc/arcade]
Deleted .... they were warned. -
King Of Fighters 2003 (kof2003.zip) News III
James replied to James's topic in Gossip Café [/offtopic]
my version supports it but its not mame32 plus the current mame32 plus i know that supports kof2003 is mame32 plus 78u1 but i am not usre -
King Of Fighters 2003 (kof2003.zip) News III
James replied to James's topic in Gossip Café [/offtopic]
do not download it. it is the same rom you alleady have. -
King Of Fighters 2003 (kof2003.zip) News III
James replied to James's topic in Gossip Café [/offtopic]
if it is out out you will know .we are not hideing it from you.and if you bothered to read the thread and the other topics you know that people are trying to get this fixed. -
King Of Fighters 2003 (kof2003.zip) News III
James replied to James's topic in Gossip Café [/offtopic]
maybe those who do not like mame32 would rather the windows command version here http://members.westnet.com.au/the-kula/mam...me/mame791b.exe then you can use your Frontend. this supports kof2003 mslug5 svc svcplus samsho5 and other removed neogeo games -
King Of Fighters 2003 (kof2003.zip) News III
James replied to James's topic in Gossip Café [/offtopic]
mame32 plus was compiled before the s 1 fix so if it says the crc wrong.Just click ok and the game should still run -
King Of Fighters 2003 (kof2003.zip) News III
James replied to James's topic in Gossip Café [/offtopic]
wrong he was need of the 271-s1.rom -
King Of Fighters 2003 (kof2003.zip) News III
James replied to James's topic in Gossip Café [/offtopic]
you need to rename 271-s1.bin to 271-s1.rom maybe give this mame version a try http://members.westnet.com.au/the%2Dkula/mame.html -
King Of Fighters 2003 (kof2003.zip) News III
James replied to James's topic in Gossip Café [/offtopic]
there are links posted allready in this thread. i for one am getting sick of those who do not bother to read the pages.it seems that all go to the last page and post without checking the other pages. please check the thread before you post. Please check the first post on page one for fixes -
(Kawaks / Nebula) King of Fighters 2003 News IV
James replied to James's topic in Arcade Emulators [/pc/arcade]
go to neomame plus website and download there source..it has the mslug5 driver. -
the ones that are used in mame, kawaks, nebula. and has nothing to with the bios
-
King Of Fighters 2003 (kof2003.zip) News III
James replied to James's topic in Gossip Café [/offtopic]
i suggest that you delete mame and then start again making sure you do not delete your roms. then unrar or unzip mame to a clean folder.