Welcome!

Final Burn Neo => FBN Development => Topic started by: NJ7 on November 08, 2004, 10:33:37 PM

Title: Sega Support and Drivers...
Post by: NJ7 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
Title: Sega Support and Drivers...
Post by: FerchogtX 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
Title: Sega Support and Drivers...
Post by: iq_132 on November 17, 2004, 07:30:57 PM
Nice work Ferchogtx! I'll test this asap ;)

*edit*
It works great!!!
Title: Sega Support and Drivers...
Post by: FerchogtX 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
Title: DIPswith setting
Post by: BisonSAS 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
Title: Sega Support and Drivers...
Post by: iq_132 on November 20, 2004, 03:42:04 PM
Great work guys :)  Works and compiles just fine.


Btw, Ferchogtx, mind reposting tmnt?
Title: Sega Support and Drivers...
Post by: FerchogtX 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
Title: Sega Support and Drivers...
Post by: PRican25 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?
Title: I got an error also.
Post by: KingHanco 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.
Title: Sega Support and Drivers...
Post by: PRican25 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
Title: Sega Support and Drivers...
Post by: NJ7 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....
Title: Re:
Post by: KingHanco 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???
Title: I found it. - avi files.
Post by: KingHanco on December 16, 2004, 07:33:32 PM
Now I having this problem.

Where can I get this file at???
Title: Sega Support and Drivers...
Post by: FerchogtX 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
Title: Sega Support and Drivers...
Post by: FerchogtX 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
Title: Hmmm...
Post by: KingHanco on December 16, 2004, 08:03:07 PM
I still need the prevw.d to compile the sega drivers.

I can't do anything without it. :(
Title: Sega Support and Drivers...
Post by: FerchogtX on December 16, 2004, 08:05:26 PM
Quote from: KingHanco
I still need the prevw.d to compile the sega drivers.

I can't do anything without it. :(

open make file... find this:
prevw.o
delete that, all will be fine now.
See ya!!! :D
Title: Re:
Post by: KingHanco on December 16, 2004, 08:10:48 PM
Quote from: FerchogtX
open make file... find this:
prevw.o
delete that, all will be fine now.
See ya!!! :D


Can't do that because it kill some of the games.

Like dc_dynwar.o

I still need the prevw.o to compile anyway.

I hate to removed all kind of stuff to compile sega drivers.
Title: Sega Support and Drivers...
Post by: FerchogtX on December 16, 2004, 09:36:45 PM
ok here the file:
See ya!!!!!! :D
Title: Darnit.
Post by: KingHanco on December 16, 2004, 09:55:52 PM
I need a dc_dynwar.d now.

Why is this happening to me???

Send me everything that you have in the src.

I will put the stuffs in my src if it ask for it.
Title: Sega Support and Drivers...
Post by: FerchogtX on December 17, 2004, 11:52:14 AM
Quote from: KingHanco
I need a dc_dynwar.d now.

Why is this happening to me???

Send me everything that you have in the src.

I will put the stuffs in my src if it ask for it.

rename your old d_dw.cpp to d_dynwar.cpp
See ya!!!! :D