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: I did it AGAIN!!! Deleted the "select" in the MAME UI  (Read 7860 times)

0 Members and 1 Guest are viewing this topic.

ediblegod

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 73
  • Last login:October 30, 2017, 01:36:32 pm
I did it AGAIN!!! Deleted the "select" in the MAME UI
« on: April 07, 2012, 09:51:03 pm »
Aaahhhh!!!!

Ok now that I got that out...
Haven't been on here for awhile. Actually decided to dust off and revamp my arcade after being down for about 4 years.
Was redoing the MAME config with my new game hack when, sure enough, I pressed the wrong button and deleted that damn select button in MAME.

Now I can't change anything!

I know I have done this before, and I did fix it, but it was so long ago I don't remember what I did.
I tried installing the newest MAMEUI (was using MAME32 .116 last) yet the enter button still doesn't work in the config.

Please, does anyone know what I can do to get out of this bonehead rut? :banghead:

Thenasty

  • Trade Count: (+17)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4420
  • Last login:Today at 10:11:22 am
    • Thenasty's Arcademania Horizontal/Vertical monitor setup.
Re: I did it AGAIN!!! Deleted the "select" in the MAME UI
« Reply #1 on: April 07, 2012, 11:05:27 pm »
you can edit the config file (mame.ini) or just delete the files under the MAME FOLDEr (don't delete the ROM folder) then re-install. That should do it.
Thenasty's Arcademania Horizontal/Vertical setup.
http://forum.arcadecontrols.com/index.php?topic=26696.0

Free VGA Breakout Cable
http://forum.arcadecontrols.com/index.php?topic=38228.0

Ultimate All in One Coin Mech write up (Make your own)
http://forum.arcadecontrols.com/index.php?topic=19200.0

MacGyver

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 317
  • Last login:December 18, 2023, 12:49:00 am
    • Project Build
Re: I did it AGAIN!!! Deleted the "select" in the MAME UI
« Reply #2 on: April 09, 2012, 06:47:05 am »
Been there, done that.  Just remove "default.cfg" from mame->cfg folder, or if it was just "This game controls", the romname.cfg file from the same folder.

 :lol

On second thought, just open it with Notepad and find the offensive section, and change/delete it.  That way you don't loose ALL the other button changes you've made.

Code: [Select]
            <port type="UI_SELECT">
                <newseq type="standard">
                    NONE
                </newseq>
            </port>

into
Code: [Select]
            <port type="UI_SELECT">
                <newseq type="standard">
                    KEYCODE_ENTER OR KEYCODE_LCONTROL
                </newseq>
            </port>
« Last Edit: April 09, 2012, 06:50:26 am by MacGyver »