Nope.....
The main reason behind this being the fact that in mame cfg files, ALL
dipswitches have the same name ("DIPSWITCH_NAME") so it's impossible to tell which switch does what.
A sample dipswitch setting taken from puckman:
<port type="DIPSWITCH_NAME" mask="128" defvalue="128" value="128">
</port>
Notice the port type name isn't much help. I need to get ahold of the mame devs.... if they were to add a "caption" tag into the port type header it should be possible to make some sort of batch program.
Sorry, If I've bored you, I just happen to be looking into this exact part of the cfg file structure and I thought I would share.
