Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: MAME Arcade64 retain autofire settings?  (Read 2237 times)

0 Members and 1 Guest are viewing this topic.

syntax_x

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 42
  • Last login:October 27, 2019, 09:32:44 pm
MAME Arcade64 retain autofire settings?
« on: August 15, 2019, 12:12:59 pm »
Is there a way to retain autofire settings in mame Arcade64?

I know I can make a hot key for autofire enabled disabled but each time I go into the same game I have to reset which buttons I want autofire.

Mameplus used to save autofire on/off in the games .cfg file but the code has since changed I think.

Code: [Select]
<?xml version="1.0"?>
<!-- This file is autogenerated; comments and unknown tags will be stripped -->
<mameconfig version="10">
    <system name="raiden">
        <input>
            <port tag=":P1_P2" type="P1_BUTTON1" mask="16" defvalue="16" autofire="on" />
        </input>
    </system>
</mameconfig>