Jump to content
LaunchBox Community Forums

Game not displaying fullscreen - bezel issue?


BioHazard

Recommended Posts

Almost there - I have everything setup the way I want it, however Mame games are not quite displaying in fullscreen. There is about an inch border on the top and bottom of the game. I ran Mame in command line separately to see if the problem persists, and it does. Attached is a screenshot of a game, they all do the same thing.

When running the command line, I get the following message - Warning: layout view 'Bezel Artwork' contains deprecated bezel element

Is there a switch that might override this issue? When running a game without the bezel, it does stretch to the top and bottom of the screen properly.

 

PP.jpg

Link to comment
Share on other sites

I think I post problems just so I'll work on them, lol...

I figured out one way to fix this. For this example, under Mame\Artwork\Polpos I edited the default.lay file. Here's the contents:

<mamelayout version="2">
  <element name="bezel">
    <image file="bezel.png" />
  </element>
  <view name="Bezel Artwork">
    <bezel element="bezel">
      <bounds left="0" top="0" right="16" bottom="9" />
    </bezel>
    <screen index="0">
      <bounds left="2" top="0" right="14" bottom="9" />
    </screen>
  </view>
</mamelayout>

 

I changed bottom to equal 10 and that now makes the game completely full screen. I'm sure there is a more elegant way to fix this. Any ideas?

Link to comment
Share on other sites

As of MAME 0.225 lay file background element instances such as for bezels are considered deprecated and that's what's triggering the warning. Things will still work ok with MAME 0.225 to the latest 0.259 but possibly not forever, and the lay file can be updated to get rid of the warning.

Link to comment
Share on other sites

Thanks, I'll change that over. You don't notice the issue unless you're firing off Mame from a command line, but I'll update anyway. 

Notepad ++ to the rescue on the layout issue; just did a find and replace in files and now all my games display full screen properly. I would not have liked doing that 5,000 times! This could be an isolated issue for larger widescreen users. I am running 1920 x 1200, so others may not experience this problem.

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...