I was going to say +1 to headkaze, but... that is the input type "
other" which won't work though ctrlr file (especially since there are two other "other" inputs for neogeo, and ctrlr ignores the extra qualifiers, see below).
Small details: the system name for neogeo games must be either "
neogeo" or "
neodrvr.c"; the bios name (or a
grandparent) and source driver file name, respectively, for quite a few versions of mame.
As hinted above, ctrlr file ignores the
tag="IN4" mask="128" defvalue="128" info. This is game specific info, and, among other things, is needed for mame to tell the difference between all three "other" type inputs ("Next Game" & "Previous Game" being the remaining "other" type inputs).
There are a
few way
s around you can do:
Edit the source, changing the input type from "IPT_OTHER" to "IPT_SERVICE", recompile, and edit your ctrlr file to match (if you still need it, which you might not, since you're not asking how to remap for game that use the standard service input).
Umm, shucks, the other two don't seem to work: hardcore your specific sequence (mame doesn't hardcode "ands" inputs), and use that input remap to cfg app (don't think it does do "other" type).
Not what I was planning to say, and not what you wanted to hear.
