Welcome!

Final Burn Neo => FBN Development => Topic started by: iq_132 on December 24, 2007, 01:35:56 AM

Title: Minivadr Driver
Post by: iq_132 on December 24, 2007, 01:35:56 AM
Here's a port of MAME's minivadr.c (http://www.mameworld.net/maws/mamesrc/src/mame/drivers/minivadr.c)

Minivaders (http://www.mameworld.net/maws/romset/minivadr) is a test board sold in Japan together with every cabinet.
Title: Re: Minivadr Driver
Post by: CaptainCPS on December 24, 2007, 01:39:44 AM
Cool! ^^ One more to the list  :biggrin:, ThanX IQ!

SeeYaa!
 :biggrin:
Title: Re: Minivadr Driver
Post by: iq_132 on December 24, 2007, 01:45:53 AM
Np. :) This one was kind of fun.  I wanted to see if I could write an entire FBA driver in under an hour.
It was well under an hour to get it up and running, but I went a little over with the cleanup and simplification.
Title: Re: Minivadr Driver
Post by: CaptainCPS on December 24, 2007, 01:51:24 AM
Np. :) This one was kind of fun.  I wanted to see if I could write an entire FBA driver in under an hour.
It was well under an hour to get it up and running, but I went a little over with the cleanup and simplification.

Is good for learning, I was looking at it and was trying to understand it, so maybe I will be doing at least one driver with your help later ^^, I will let you know because that would be great man!  :biggrin:

oh, and don't worry I will not choose a CPS3 driver or something like that he he xD, I want to learn from simple, like it's supposed to be  :smilie:

SeeYaa!
 :biggrin:
Title: Re: Minivadr Driver
Post by: iq_132 on December 24, 2007, 04:29:31 PM
Is good for learning, I was looking at it and was trying to understand it, so maybe I will be doing at least one driver with your help later ^^, I will let you know because that would be great man!  :biggrin:
I'd be more than happy to help. :)  I've got some things to learn myself though...
Figuring how how the graphics decoding works in MAME is my next big thing, and I'm not entirely sure how IRQs work.