barryharris.me.uk
Thursday, 9 September 2010, 18:21
sf

FBA Galaxian Drivers Release

Posted on 17 June 2006 at 16:03

Posted by barry

Filed under FB Alpha
Galaxian Pisces 4 Fun In 1 Frog Ghost Muncher Scramble

Finally making good on the promise of three years ago! Here is the Galaxian driver I wrote for FBA. It supports the following games;

  • 4 Fun In 1
  • Azurian
  • Bagman (Bootleg)
  • Batman Part 2
  • Black Hole
  • Checkman (2 sets)
  • Defend the Terra Attack on the Red UFO (bootleg) (2 sets)
  • Devil Fish
  • Dingo
  • Frog (Frogger Bootleg)
  • Galaxian (11 sets)
  • Jumpbug (2 sets)
  • King & Balloon (2 sets)
  • Levers
  • Moon Alien Part 2 (2 sets)
  • Moon Cresta (11 sets)
  • Moon Quasar
  • Omega
  • Orbitron
  • Pacman Bootlegs (3 sets)
  • Pisces (2 sets)
  • Scorpion (Bootleg)
  • Scramble (Bootleg)
  • Sky Base
  • UniWar S (5 sets)
  • War of the Bugs or Monsterous Manouvers in a Mushroom Maze
  • Zig Zag (2 sets)

The emulation is complete, with the exception of sound, I never really fancied looking at the custom Namco sample stuff. However, this stuff was written three years ago and the FBA framework has changed somewhat so these drivers do require some porting if anyone wants to do it.

Anyway, that's that promise kept. Hope someone does something enjoyable with it!

Download the source if you want it. Unzip the files to your src/burn folder and add the necessary rules to your makefile and then compile the program as usual.

That's the last of my unreleased drivers now. Lost the Fantasy Zone stuff a long time ago and everything else I've done is already in FBA, although some of it is only enabled in debug builds.


View article to leave a comment




FBA Sega Drivers Port Release

Posted on 8 June 2006 at 20:33

Posted by barry

Filed under FB Alpha
Power Drift

A few months back I started porting the old Final Burn Sega drivers to the FBA framework (current publically released source tree). This pretty much constitutes a complete rewrite due to the changes in the handling of inputs, graphics, and the interface to the 68000 (sek) and Z80 (zet) cores.

For some reason a lot of people seem to want it. Unfortunately anyone that made an attempt to date has given in without making progress. I had ported the drivers to an older version of FBA a year or so ago but deleted the source when the MAME Sega Rewrite was complete. I never submitted it to the rest of the development team because the original driver was never really that accurate and we all agreed that it needed rewriting from scratch, indeed Jan was already looking at it.

Due to a complete lack of time and motivation to work on something I have already done previously I'm releasing the source so that somebody else can finish it off if they want.

The only game I've worked on is Power Drift but that utilises most of the code in the Sega drivers anyway. The following problems exist;

  • Sprites are not working
  • Sound isn't working (the Z80 isn't working properly)
  • Inputs aren't working (they need porting to FBA's new analogue input handlers)
  • The other game drivers then need modifiying to the new FBA framework (using Power Drift as a guide)

None of the above is particuarly difficult to resolve for anybody with the time and motivation. If anyone wants to finish this off, I'll be happy to provide some quick guidance on the above issues if they require it. You can get hold of me via the usual emulation channels (nick is Treble Winner) or by posting on my forum on this site.

Download the source if you want it. Unzip the files to your src/burn folder and add the necessary rules to your makefile and then compile the program as usual.

Site is still WIP - not had any time for that either. I also plan on fulfilling one of my other promises and releasing my old Galaxian hardware driver, which is unfortunately also based on an old FBA framework (not as old as the Sega drivers though thankfully).


2 Comments:

Posted by wer on 6 September 2008 at 17:01    
<img src="http://www.skydrive.cl/foros/Smileys/classic/smiley.gif" />
Posted by wer on 6 September 2008 at 17:02    
<img src="http://www.skydrive.cl/foros/Smileys/classic/smiley.gif">

View article to leave a comment