Welcome!

Final Burn Neo => FBN Development => Topic started by: zero800 on May 06, 2017, 05:29:29 PM

Title: Please add support for Ultimate Mortal Kombat 3 Trilogy (Mega Drive hack)
Post by: zero800 on May 06, 2017, 05:29:29 PM
Please,

Is possible add support for Ultimate Mortal Kombat 3 Trilogy (Mega Drive hack)?
This rom is larger than the normal roms.

download Link for recent version 5149:
No roms please

or popular version 5125:
No roms please

Thanks...

(https://i0.wp.com/i.imgur.com/GTOXd.jpg)

(http://i.imgur.com/NoM2w.gif?w=240)
Title: Re: Please add support for Ultimate Mortal Kombat 3 Trilogy (Mega Drive hack)
Post by: dink on May 06, 2017, 06:40:02 PM
Added latest version to FBAlpha :)

best regards,
- dink
Title: Re: Please add support for Ultimate Mortal Kombat 3 Trilogy (Mega Drive hack)
Post by: dink on May 06, 2017, 10:34:42 PM
probably looks better with scanlines off...
Title: Re: Please add support for Ultimate Mortal Kombat 3 Trilogy (Mega Drive hack)
Post by: robsons2007 on May 26, 2017, 03:46:19 PM
good  job
Title: Re: Please add support for Ultimate Mortal Kombat 3 Trilogy (Mega Drive hack)
Post by: Combone on July 11, 2017, 07:58:04 PM
Thanks alot for add UMK3 hack  :smilie:

Tested v0.2.97.42 and run good. But, have problems in audio (Characters voices and moves failed  :redface:).
Title: Re: Please add support for Ultimate Mortal Kombat 3 Trilogy (Mega Drive hack)
Post by: dink on July 12, 2017, 12:12:24 AM
Thanks alot for add UMK3 hack  :smilie:

Tested v0.2.97.42 and run good. But, have problems in audio (Characters voices and moves failed  :redface:).

Please make an input recording (Game -> Replay -> Record input) and post it here so I can see exactly where its failing. :)

thanks,
- dink
Title: Re: Please add support for Ultimate Mortal Kombat 3 Trilogy (Mega Drive hack)
Post by: Combone on July 12, 2017, 03:04:35 AM
Please make an input recording (Game -> Replay -> Record input) and post it here so I can see exactly where its failing. :)

thanks,
- dink

Ok. Look video for Audio comparison..
   
https://www.youtube.com/watch?v=TvCOqYqPegE


Replay here..
Title: Re: Please add support for Ultimate Mortal Kombat 3 Trilogy (Mega Drive hack)
Post by: robsons2007 on July 12, 2017, 06:12:18 PM
Hi dink great release great work done by you in fba.

Dink I tested the umk3t.room the audio of the new characters added in that rack does not work.
The audio of the new characters is the same as the kof98ae audio before you repair. :biggrin:

Title: Re: Please add support for Ultimate Mortal Kombat 3 Trilogy (Mega Drive hack)
Post by: dink on July 12, 2017, 10:48:50 PM
Ok. Look video for Audio comparison..
   
https://www.youtube.com/watch?v=TvCOqYqPegE


Replay here..

Thanks for the replay, problem is fixed now :)

in megadrive.cpp:
Code: [Select]
find:     if (addr68k <= 0x3fffff) return RomMain[addr68k ^ 1];
replace:  if (addr68k < MAX_CARTRIDGE_SIZE) return RomMain[addr68k ^ 1];
Title: Re: Please add support for Ultimate Mortal Kombat 3 Trilogy (Mega Drive hack)
Post by: Combone on July 12, 2017, 11:35:38 PM
Thanks for the replay, problem is fixed now :)

in megadrive.cpp:
Code: [Select]
find:     if (addr68k <= 0x3fffff) return RomMain[addr68k ^ 1];
replace:  if (addr68k < MAX_CARTRIDGE_SIZE) return RomMain[addr68k ^ 1];

Thanks dink \o/
Title: Re: Please add support for Ultimate Mortal Kombat 3 Trilogy (Mega Drive hack)
Post by: robsons2007 on July 13, 2017, 07:21:17 PM
Thanks for the replay, problem is fixed now :)

in megadrive.cpp:
Code: [Select]
find:     if (addr68k <= 0x3fffff) return RomMain[addr68k ^ 1];
replace:  if (addr68k < MAX_CARTRIDGE_SIZE) return RomMain[addr68k ^ 1];

thnk friend  work perfect