Jump to content

Recommended Posts

Posted (edited)

Do you happen to have a driver for it? If so I'll be sure and add it to the next build of FBA-XXX Pro.

 

Thanks. :fish:

Edited by + T +
  • Replies 175
  • Created
  • Last Reply

Top Posters In This Topic

Posted (edited)

It should be something like this...

I haven't tested this yet, but it should work.

 

// Code by IQ_132
// Thanks to JotaCE, Jimmy_page,
// and Robber804 for some info
static void kf10thepDecrypt()
{
// Fix for FBA program load problems
BurnLoadRom(Neo68KROM + 0x200000, 1, 1);
BurnLoadRom(Neo68KROM + 0x600000, 2, 1);

int i;
unsigned char *src = Neo68KROM;
unsigned char *dst = (unsigned char*)malloc(0x800000);

unsigned int sec[8] = {	0x3, 0x8, 0x7, 0xC, 0x1, 0xA, 0x6, 0xD };

for (i = 0; i < 8; i++)
{
 memcpy (dst + i * 0x20000, src + sec[i] * 0x20000, 0x20000);
}

 memcpy(dst + 0x0002e0, src + 0x0402e0, 0x06a);
 memcpy(dst + 0x0f92bc, src + 0x0492bc, 0xb9e);

for (i = 0xf92bc; i < 0xf9e58; i += 2)
{
 if (*((unsigned short*)(dst + i + 0)) == 0x4eb9 || *((unsigned short*)(dst + i + 0)) == 0x4ef9)
 {
 	if (*((unsigned short*)(dst + i + 2)) == 0x0000)
 	{
   *((unsigned short*)(dst + i + 2)) = 0x000F;
 	}
 }
}
dst[0x00342] = 0x0f;

memcpy (dst + 0x100000, src + 0x200000, 0x600000);
memcpy (src, dst, 0x800000);
}

Edited by iq_132
Posted

Hi +T+

Just want to say great work before I start babbling. :P Greatly appreciate your hard work on top of GoGo's fbaxxx :)

 

I was posting to see if there were any plans of kof96 evo being added in the future of a pro patch for fbaxxx? But is kof96 evo a rom hack? I can't tell what is what between genuine bootlegs and rom hacks. I gathered that you're only interested in genuine bootlegs :P

 

Also I came across other games:

- AoF3b (art of fighting 3)

- Double Dragon Hacks: Boss & Enhance

- Fatal Fury 3 Boss Hack Fatfury3bh.zip

- KOF 2001 Remix Pro

- KOF 96 EVO (version 1.2)

- KOF 99 REMIX PRO

- Real Bout Fatal Fury Special Boss Hack Rbffspecbh.zip

- SVC CHAOS SNK vs CAPCOM PLUS Remix Ultra VER 1.2 Svcru12.zip

- The King of Fighters 2002 Remix Ultra v2.5 Kof2002ru25.zip

- The King of Fighters 2004 Special Super Plus

- Fatal Fury Special (Ryo) (Home)

- The King of Fighters '94 (Boss)

- Samurai Shodown II (Boss Hack)

- World Heroes Perfect (Boss Hack)

and shockingly:

- Super Street Fighter 2 X: Grand Master Challenge (Nude Hack) (Japan 940223) :P

 

I'm sure those above titles that have 'hack' in the title won't interest you at all =P But thought I’d mention them incase you haven't come across them and might take some interest??

 

Also I wasn't too keen on posting links but would be a lot clearer if I did. Just don't want a telling off on my 1st post heh ^_^

No problems if nothing in my post has any interest just thought I’d give this post a try and see what people thought ;)

 

I've sent you a PM +T+ see what you think??

 

Thanks for looking people and big thanks to people who made fbaxxx and pro for what it is today :thumbsup1:

Posted

None of those sets show up in any of the DATs I have so that means that they are almost certainly all ROM hacks (including kof96 evo).

 

Thanks for the list though and I'm glad you enjoy FBA-XXX Pro. :thumbsup1:

Posted

Thanks for looking +T+ :P

 

Now thinking about it... probably wasn't relevant listing most them games as they are most likely boss hacks which fbaxxx/pro can access with cheats anyways :thumbsup1: haaa

 

Still curious to try out kof96evo and a few others which don't concern boss hacks. I'll find an emu which i can try out with on my trashed laptop heh.

 

I only just knew about fba pro when I heard about pro patches for fbaxxx recently.By the looks of things Pro must have been around for quite a while(!).

Now i'm enjoying the emu more than ever so many thanks again ^_^

Posted

hey + T +, just kinda noticed a few oddball things dealing with the romcenter dat:

 

doesn't reconize kof10th

also some roms like mslug5 and other listed seem to want older versions of the rom instead like for mslug5 for example it doesn't want the 268-cxc roms but the older 268-cx roms from before.

 

and the last thing was that the m1_decrypted got switched back to m1d.

 

i might also add that it sees the 2 kof2k2 plus roms fine and also kof2k2 bootleg which i think was removed before right?

Posted (edited)

Are you sure you're not using an old DAT by mistake? I just checked the one from the latest fbaxxxpro_patch.rar and everything is as it should be (kof10th is recognized and all ROMs and naming conventions are up-to-date).

 

I've re-uploaded the archive just to be sure but it seems like this is a problem at your end. :afro:

Edited by + T +
Posted

yup, it was definitely on my side; i have romcenter installed in E: while it was grabing dats from my old C: which had an older version :P

 

its fixed now heh

 

Edit: i did find one thing a bit weird and it been happening on a few dats: under Marvel Vs. Capcom, it for some odd reason doesn't see a good mvsca and mvscb roms yet i check the roms and they're the correct ones :afro:

Posted

UPDATE:

 

- Added driver for kf10thep. (by iq_132)

 

- Fixed mvsca/mvscb DAT problem.

 

 

Sorry it's been a while in coming. :afro:

Posted

PRican or +T+, could either of you guys post a DAT for me that allows me to play Metal Slug 4, 5, 5plus, Samurai Showdown 5, and Snk vs Capcom Chaos (BAED 3B Rom versions) on FBAxxx Pro 8/26 (newest +T+ patched version)?

 

It would really be appreciated.

Guest
This topic is now closed to further replies.

×
×
  • Create New...