Jump to content
LaunchBox Community Forums

Newbie here: Question about Mame


chrisely

Recommended Posts

I downloaded Bigbox recently. Whenever I load a game I have to tab and change user interface-On screen display to none. It is stuck in the down command so, every time I push down on the joystick the on screen display shows up. I have to do this every time for every game.

I looked in the .ini files and cannot find it can you help? Thanks

Link to comment
Share on other sites

You won't find any of MAME's key assignments in any ini file.  MAME's default for the On Screen Display is the ` (tick) key (top left corner of the keyboard, left of "1").  The simplest way to reset that is to delete "default.cfg" in MAME's /cfg/ folder. 

If you have made other custom Input Assignments that you want to keep, instead of deleting the file:

  • open standalone MAME
  • open General Settings
  • Input Assignments
  • User Interface
  • it'll be the 1st one on the list
    • press Delete
  • press Esc twice
  • click Save Settings

To confirm that it saved, exit MAME and then restart it. Navigate to User Interface and see if it still says None.

If it didn't save, you probably have default.cfg set to Read Only or you're having MAME load a custom controller configuration file. 

If it's set to Read-only, right-click the file and select properties. Uncheck "Read-only" and click OK.  Open MAME and go through the steps outlined above and then exit MAME. Set the file back to Read-only.

If you're loading a custom controller configuration file, open that file (located in MAME's /ctrlr/ folder) with a text editor, and search for "UI_ON_SCREEN_DISPLAY".  Change whatever it's assigned to (sounds like KEYCODE_DOWN), to NONE.

<port type="UI_ON_SCREEN_DISPLAY">
   <newseq type="standard">
        NONE
   </newseq>
</port>

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...