Welcome!

Final Burn Neo => FBN Development => Topic started by: neocvera on April 23, 2021, 05:35:14 PM

Title: Need help adding drivers
Post by: neocvera on April 23, 2021, 05:35:14 PM
Hello,

I've been tinkering with building/ compiling FBNEO and was wondering if I could get some guidance with respect to adding support to a new game?

So the game isn't against the rules or anything - its NEOTRIS_BETA 2 - which is free online directly from the dev team. I wanted to use that game to learn how to build a driver/ add support for it.

The source files I added to include:
d_neogeo.cpp
driverlist_neogeo.h
driverlist.h

am I missing any other source files that impacted by adding a new driver?

Appreciate any guidance,

Chris
Title: Re: Need help adding drivers
Post by: barbudreadmon on April 24, 2021, 02:38:49 AM
1. afaik there is no driverlist_neogeo.h in FBNeo
2. driverlist.h is something that is generated at build time so i don't recommend editing it manually
3. neotris is already supported (https://github.com/finalburnneo/FBNeo/blob/95832a5671af88564fbb54fc1e7a8eab9f6fce60/src/burn/drv/neogeo/d_neogeo.cpp#L20463-L20498), is there a newer version ?
Title: Re: Need help adding drivers
Post by: neocvera on April 25, 2021, 11:08:49 AM
Well, hell. Lol thank you sir.