Author Topic: Please add support for Ultimate Mortal Kombat 3 Trilogy (Mega Drive hack)  (Read 8194 times)

Offline zero800

  • Newbies
  • *
  • Posts: 16
  • Karma: +5/-0
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...



« Last Edit: May 06, 2017, 07:00:54 PM by iq_132 »

Offline dink

  • Administrator
  • *****
  • Posts: 5014
  • Karma: +449/-1
  • pie? I nearly bought one!
Added latest version to FBAlpha :)

best regards,
- dink

Offline dink

  • Administrator
  • *****
  • Posts: 5014
  • Karma: +449/-1
  • pie? I nearly bought one!
probably looks better with scanlines off...

Offline robsons2007

  • Jr. Member
  • **
  • Posts: 61
  • Karma: +0/-0
good  job

Offline Combone

  • Jr. Member
  • **
  • Posts: 58
  • Karma: +2/-0
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:).

Offline dink

  • Administrator
  • *****
  • Posts: 5014
  • Karma: +449/-1
  • pie? I nearly bought one!
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

Offline Combone

  • Jr. Member
  • **
  • Posts: 58
  • Karma: +2/-0
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..
« Last Edit: July 12, 2017, 03:06:07 AM by Combone »

Offline robsons2007

  • Jr. Member
  • **
  • Posts: 61
  • Karma: +0/-0
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:


Offline dink

  • Administrator
  • *****
  • Posts: 5014
  • Karma: +449/-1
  • pie? I nearly bought one!
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];

Offline Combone

  • Jr. Member
  • **
  • Posts: 58
  • Karma: +2/-0
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/

Offline robsons2007

  • Jr. Member
  • **
  • Posts: 61
  • Karma: +0/-0
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