Author Topic: Sega Support and Drivers...  (Read 12596 times)

Offline NJ7

  • Jr. Member
  • **
  • Posts: 78
  • Karma: +0/-6
  • Member
Sega Support and Drivers...
« on: November 08, 2004, 10:33:37 PM »
Just here as a reminder.....somone was working on this stuff, hope he's continuing it.... :D

Offline FerchogtX

  • FBNeo Dev
  • ******
  • Posts: 375
  • Karma: +7/-0
  • FB Alpha Team ;)
    • FB Alpha Plus! Web Site
Sega Support and Drivers...
« Reply #1 on: November 17, 2004, 05:22:14 PM »
It took some time due some deals i had XD but here's an update for the sega stuff:
-After Burner II Now has sound (moved the z80 handlers)
-Added after burner (japan) clone
-Added Line of Fire (like in MAME, this game is not working... i think)
If anyone wants to test this preliminar fixes.. i'll be glad  ;) this includes my makefile and the files needed for fba (make sure you bakuped all your stuff befor decompressing this on your fba/src folder).

I tested the only game i own for this system XD (after burner II and clone) and the controls seems not to be correct, it keeps going to the left/down direction even if you don't press any axis... maybe the WriteByte handler needs to be fixed (MAME gave me some ides, but if anyone can cooperate)
GFX are drawn at 90%, it misses some things, but maybe i can fix that...
Well, let me know if there are any bugs (i fixed al guru maditations i had before XD)
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 iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Sega Support and Drivers...
« Reply #2 on: November 17, 2004, 07:30:57 PM »
Nice work Ferchogtx! I'll test this asap ;)

*edit*
It works great!!!


Offline FerchogtX

  • FBNeo Dev
  • ******
  • Posts: 375
  • Karma: +7/-0
  • FB Alpha Team ;)
    • FB Alpha Plus! Web Site
Sega Support and Drivers...
« Reply #3 on: November 19, 2004, 01:02:56 PM »
Add ds_outrun.o after ds_aburner in the make file... here  drivers for sets 1, 2 and 3 only, set 3 doesn't boot... and controls doesn't work well as in afterburner XD... I can't figure out how to fix that...
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 BisonSAS

  • Expert
  • *****
  • Posts: 210
  • Karma: +27/-0
  • [NGBRT]
    • NeoGeo BR Team
DIPswith setting
« Reply #4 on: November 20, 2004, 01:19:52 PM »
Good work FerchogtX! :D

My small contribution. ;)
Add DIPswiths:
After Burner II
After Burner (Japan)
Out Run

See ya! :D

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Sega Support and Drivers...
« Reply #5 on: November 20, 2004, 03:42:04 PM »
Great work guys :)  Works and compiles just fine.


Btw, Ferchogtx, mind reposting tmnt?


Offline FerchogtX

  • FBNeo Dev
  • ******
  • Posts: 375
  • Karma: +7/-0
  • FB Alpha Team ;)
    • FB Alpha Plus! Web Site
Sega Support and Drivers...
« Reply #6 on: November 20, 2004, 08:32:35 PM »
Quote from: BisonSAS
Good work FerchogtX! :D

My small contribution. ;)
Add DIPswiths:
After Burner II
After Burner (Japan)
Out Run

See ya! :D

Thanks a lot Bison!!!!
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
Sega Support and Drivers...
« Reply #7 on: December 16, 2004, 02:29:07 AM »
well seeing i finally got svcchaos and mslug5 working as they should, i thought i would try out this but i'm getting an error while compiling:
Code: [Select]
src/burn/sega/ds_aburner.cpp: In function `int AftGrDraw()':
src/burn/sega/ds_aburner.cpp:465: `BurnFillLine' undeclared (first use this
   function)
src/burn/sega/ds_aburner.cpp:465: (Each undeclared identifier is reported only
   once for each function it appears in.)
src/burn/sega/ds_aburner.cpp: In function `void DrvSndCode(unsigned char)':
src/burn/sega/ds_aburner.cpp:618: `BurnScodePass' undeclared (first use this
   function)
src/burn/sega/ds_aburner.cpp: In function `int AftExit()':
src/burn/sega/ds_aburner.cpp:734: `BurnScode' undeclared (first use this
   function)
MAKE: *** [ds_aburner.o] Error 1

any ideas of what could cause this?
« Last Edit: May 10, 2005, 03:09:23 AM by iq_132 »

Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
I got an error also.
« Reply #8 on: December 16, 2004, 03:22:14 AM »
The screenshot of the error.

I forgot the first screenshot.

This is the 2nd one.

Same error though.

Offline PRican25

  • Newbies
  • *
  • Posts: 44
  • Karma: +0/-0
  • Balla Bori Balla
Sega Support and Drivers...
« Reply #9 on: December 16, 2004, 11:09:04 AM »
you need to add the avi fles for fba unless you remove it from the make file

Offline NJ7

  • Jr. Member
  • **
  • Posts: 78
  • Karma: +0/-6
  • Member
Sega Support and Drivers...
« Reply #10 on: December 16, 2004, 06:46:07 PM »
Anyone wanna update my makefile to include the newer Sega Drivers with the sound support please.......can't figure it out myself unfortunately....

Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
Re:
« Reply #11 on: December 16, 2004, 07:14:25 PM »
Quote from: PRican25
you need to add the avi fles for fba unless you remove it from the make file


I never had it in my folder.

It is missing I guest.

Where can I find it at???

This is that only thing that is missing right???

Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
I found it. - avi files.
« Reply #12 on: December 16, 2004, 07:33:32 PM »
Now I having this problem.

Where can I get this file at???
« Last Edit: November 12, 2005, 11:26:56 PM by iq_132 »

Offline FerchogtX

  • FBNeo Dev
  • ******
  • Posts: 375
  • Karma: +7/-0
  • FB Alpha Team ;)
    • FB Alpha Plus! Web Site
Sega Support and Drivers...
« Reply #13 on: December 16, 2004, 07:46:59 PM »
try to check with original FB src's i think i deleted the declaration of that functons from the sega stuff, because they are un burnint.h... i'll try to add this later
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 FerchogtX

  • FBNeo Dev
  • ******
  • Posts: 375
  • Karma: +7/-0
  • FB Alpha Team ;)
    • FB Alpha Plus! Web Site
Sega Support and Drivers...
« Reply #14 on: December 16, 2004, 07:49:36 PM »
Here... replace your old burn.cpp, burn.h and burnint.h with this (make a backup first)
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...