Welcome!

Final Burn Neo => FBN Development => Topic started by: iq_132 on December 22, 2007, 11:05:14 AM

Title: Epos driver
Post by: iq_132 on December 22, 2007, 11:05:14 AM
Here's something I put together last night (damned insomnia). It lacks sound, but is working fairly well.

These are the games for this system:

These are not working:

Catapult (not working in MAME)
IGMO (not sure why this doesn't work :( )
Revenger (not working in MAME)
The Dealer (not working in MAME)

These work fine:

Megadon
Super Glob
The Glob
The Glob (earlier)
The Glob (set 3)

If there's someone out there that can track down the IGMO bug and/or add sound (should be easy for some with a bit of experience), please do!
Title: Re: New driver for FBA
Post by: CaptainCPS on December 22, 2007, 02:02:03 PM
Here's something I put together last night (damned insomnia). It lacks sound, but is working fairly well.

These are the games for this system:

These are not working:

Catapult (not working in MAME)
IGMO (not sure why this doesn't work :( )
Revenger (not working in MAME)
The Dealer (not working in MAME)

These work fine:

Megadon
Super Glob
The Glob
The Glob (earlier)
The Glob (set 3)

If there's someone out there that can track down the IGMO bug and/or add sound (should be easy for some with a bit of experience), please do!


ThanX IQ nice to see new stuff for FBA! I have that insomnia problem sometimes too  :p, I added it to my current build and gonna test it right now ^^

SeeYaa!
 :biggrin:
Title: Re: New driver for FBA
Post by: BisonSAS on December 22, 2007, 03:51:28 PM
IGMO (not sure why this doesn't work :( )

If there's someone out there that can track down the IGMO bug
I tested your driver and IGMO work fine here:
(http://bisonsas.googlepages.com/igmo-12-22-204957.png)(http://bisonsas.googlepages.com/igmo-12-22-204938.png)
Title: Re: New driver for FBA
Post by: iq_132 on December 22, 2007, 03:56:44 PM
That's really strange... all I get is a black screen and nothing more.
Are you running a debug build of FBA? Maybe that's causing some issues.
Also, are you using a fake (filler) prom? 82s123.u66
Title: Re: New driver for FBA
Post by: BisonSAS on December 22, 2007, 04:06:19 PM
I tested using FB Alpha [DEBUG] v0.2.96.72.
In my igmo.zip i found this file: 82s123.u66 CRC32:F4F6DDC5


Edit: Now i tested in normal build and the game work fine again.
Title: Re: New driver for FBA
Post by: iq_132 on December 22, 2007, 04:14:02 PM
LOL, I feel stupid now.  The PROM stores the color settings.  If it is always 0 (I'm not using one), the colors are always set to black.
Title: Re: New driver for FBA
Post by: CaptainCPS on December 22, 2007, 04:23:42 PM
I tested using FB Alpha [DEBUG] v0.2.96.72.
In my igmo.zip i found this file: 82s123.u66 CRC32:F4F6DDC5


Edit: Now i tested in normal build and the game work fine again.

That ROM is not supposed to be dumped xD lol, but its great that u have it ^^

SeeYaa!
 :biggrin:
Title: Re: New driver for FBA
Post by: iq_132 on December 22, 2007, 04:25:07 PM
It's not the correct rom for the set.  It's from suprglob.
Title: Re: New driver for FBA
Post by: CaptainCPS on December 22, 2007, 05:07:01 PM
It's not the correct rom for the set.  It's from suprglob.

Well I edited the driver with it, and its working here too ^^ (it's incorrect but at least I can see the game  :biggrin:)

SeeYaa!
 :biggrin:
Title: Re: Epos driver
Post by: iq_132 on December 22, 2007, 05:57:24 PM
Here's a small update.

IGMO is now working without the undumped PROM (with incorrect colors)
The video render code is much smaller, cleaner, faster, and supports 16, 24, & 32 bit depths
Colors are now pre-calculated instead of being calculated every frame (only requires 96 bytes more Ram :))
Added "The Dealer" and "Revenger" drivers, still not working
Added "service mode" button (F2)
Title: Re: Epos driver
Post by: iq_132 on December 27, 2007, 12:30:57 AM
Another small update:

Sound now works :)
Title: Re: Epos driver
Post by: Leaf on December 27, 2007, 08:34:56 PM
Thanks, iq_132! :D
This is a fix for auditing NODUMP romset.
Title: Re: Epos driver
Post by: BisonSAS on December 29, 2007, 08:09:52 PM
Very small changes:

Title: Re: Epos driver
Post by: iq_132 on December 30, 2007, 01:17:39 PM
Cool. :)