i'm using a 7 button "neo geo" layout on my cab. and i'm having trouble reconfiguring the controls for all the neogeo games. i've tried making a neogeo.ini and a neodrvr.ini .. i've tried putting them in cfg\, ctrlr\Standard and ini\... nothing seems to work .. any tips ?
Ctrlr files have changed. The
foldername/*.ini format that you are trying to use has been removed for a few years, and now ctrlr uses a
filename.cfg. Official mame binary (I don't mame32 has them, though) comes with a few example ctrlr files; I suggest looking at them, but for an overview:
The ctrlr file is xml based, and reflects closely the cfg files. Inputs are arranged by
systems, systems being default, the gamename, the parentname, & the driver file name, and all systems the game starting belong to are applied in the order they are listed in the file. So put the
system name=default first, the driver file names next (
system name=neogeo), and the rest after with the parents before the clones.
When you look at the official mame ctrlr files for examples, make sure you are looking at the
same version of mame as you are going to apply your's too, as there have been other "minor" changes. What version of mame are you using?