Author Topic: FBA TMNT Driver  (Read 11762 times)

Offline CaptainCPS

  • FBNeo Dev
  • ******
  • Posts: 1513
  • Karma: +127/-0
  • FB Alpha Team
    • CaptainCPS's Home
FBA TMNT Driver
« on: November 20, 2004, 06:01:36 PM »
Here is the edited by FerchogtX TMNT Driver ;) (IQ_132 here you have it :))

Note: FerchogtX, if you did a new version of the driver please update in a
new post so everyone get the latest stuff :P...:)

SeeYaa!!!
:D:):D:):D:)

PS: Yeah! I  finished downloading MSVC++ 6 ^^...now i can edit my CPPs
again :D xD

Offline BisonSAS

  • Expert
  • *****
  • Posts: 210
  • Karma: +27/-0
  • [NGBRT]
    • NeoGeo BR Team
Fixed inputs start in Tmnt (2 Players)
« Reply #1 on: November 26, 2004, 11:32:19 PM »
Fixed inputs start in Tmnt2p (2 Players) :cool:
Teenage Mutant Hero Turtles (UK 2 Players) is played for now.




See ya! :D

Offline FerchogtX

  • FBNeo Dev
  • ******
  • Posts: 375
  • Karma: +7/-0
  • FB Alpha Team ;)
    • FB Alpha Plus! Web Site
FerchogtX's TMNT Driver ;)
« Reply #2 on: November 27, 2004, 08:21:51 PM »
Thanks for that man... keep on going!!!
See ya!!!!! :D

Good and evil co-exist because of the balance, lies are not part of it...

FB Alpha Plus! site infos updated, see the latest info clicking on my profile link...

Offline PRican25

  • Newbies
  • *
  • Posts: 44
  • Karma: +0/-0
  • Balla Bori Balla
FerchogtX's TMNT Driver ;)
« Reply #3 on: December 02, 2004, 10:44:39 PM »
i'm intrested in testing this but for some reason when i add it to misc and try to compile fba it doesn't pick it up and even did a clean compile.

anything i should alter to make it work?

Offline iq_132

  • Administrator
  • *****
  • Posts: 3724
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
FerchogtX's TMNT Driver ;)
« Reply #4 on: December 02, 2004, 10:56:51 PM »
Edit your makefile

Try replacing:

Code: [Select]
drvobj =   d_neogeo.o \
\


With:

Code: [Select]
drvobj =   d_neogeo.o \
\
   d_tmnt.o \
\



btw, Welcome to my forums Prican :)


Offline PRican25

  • Newbies
  • *
  • Posts: 44
  • Karma: +0/-0
  • Balla Bori Balla
FerchogtX's TMNT Driver ;)
« Reply #5 on: December 02, 2004, 11:12:51 PM »
thx for the help :)

Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
Hmmm...
« Reply #6 on: December 16, 2004, 09:23:07 PM »
Still got the graphics problems on full screen.

But there aren't any on little screens.

Half fixs on the graphics problems what I beleave.

Now someone need to fixs the full screen graphics problems. :D

Almost fully fixs.

I will put an note about that in the compile FBA version.

Offline FerchogtX

  • FBNeo Dev
  • ******
  • Posts: 375
  • Karma: +7/-0
  • FB Alpha Team ;)
    • FB Alpha Plus! Web Site
FerchogtX's TMNT Driver ;)
« Reply #7 on: December 16, 2004, 09:29:03 PM »
GFX drawing routine must be fixed, no one has offered his help for doing this XD, basically the problem is that this routine is written for 32 bit desktops, it should be "universal" like mame to avoid this kind of bugs.
See ya!!!! :D

Good and evil co-exist because of the balance, lies are not part of it...

FB Alpha Plus! site infos updated, see the latest info clicking on my profile link...

Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
Teenage Mutant Hero Turtles
« Reply #8 on: December 23, 2004, 09:48:30 AM »
Will it be easyer to use the swap or change the swap to see it will fixs the big screen problem?

Offline FerchogtX

  • FBNeo Dev
  • ******
  • Posts: 375
  • Karma: +7/-0
  • FB Alpha Team ;)
    • FB Alpha Plus! Web Site
FerchogtX's TMNT Driver ;)
« Reply #9 on: December 23, 2004, 06:07:42 PM »
SWAP¨C function only works for NeoGeo games, this one needs another type of codes.
See ya!!!! :D

Good and evil co-exist because of the balance, lies are not part of it...

FB Alpha Plus! site infos updated, see the latest info clicking on my profile link...

Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
Re:
« Reply #10 on: December 23, 2004, 11:26:03 PM »
Quote from: FerchogtX
SWAP¨C function only works for NeoGeo games, this one needs another type of codes.
See ya!!!! :D


Thanks for letting me know about that.

I can't see why they didn't do the coding like they did on the neogeo drivers.

Very weard though. :D

I see why nobody here haven't found anything to fixs it yet.

I have it turn to it side (Top is on the left and the bottom is on the right.) on all those TMNT games drivers. Then I made a mistake doing that way. :eek:

Offline FerchogtX

  • FBNeo Dev
  • ******
  • Posts: 375
  • Karma: +7/-0
  • FB Alpha Team ;)
    • FB Alpha Plus! Web Site
FerchogtX's TMNT Driver ;)
« Reply #11 on: December 24, 2004, 04:50:52 PM »
TMNT uses a different hardware to run, so, that functions for neogeo won't work never, for instance, MAC hardware (like the boradts) aren't the same as standart PC boards, so some finctions will not work for PC from MAC, tha's the same issue in game hardware, TMNT uses another type or board, RAM, ROMs, protection chips and some other features that are different for neogeo, that's the reason why some configs aren't for TMNT hard.
See ya!!!! :D

Good and evil co-exist because of the balance, lies are not part of it...

FB Alpha Plus! site infos updated, see the latest info clicking on my profile link...

Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
Guest what?
« Reply #12 on: December 27, 2004, 09:43:14 AM »
I fixs the GFX graphics problem.

I just now change it to 32bits instead of 16bits.

It fine now on full screen.

Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
Re:
« Reply #13 on: December 27, 2004, 11:22:39 AM »
But I already finger it out by now by playing with it to see I can fixs it with these settings. :)

Anyway I think it need to be auto-set instead of getting it to show right.

But I agreed with him though.

Anyway he didn't say how to fixs it in the FBA option.

Offline NJ7

  • Jr. Member
  • **
  • Posts: 78
  • Karma: +0/-6
  • Member
Re: FerchogtX's TMNT Driver ;)
« Reply #14 on: February 02, 2007, 06:52:11 AM »
Anyone know how to add this, I tried adding it to the makefile like it said but it wouldn't add the game........ :rolleyes: