Hi guys, i've created some custom bezels just for my pleasure and i try to make them work on my mame. (just the classic mame app). I use mostly lightgun on it, and sometimes steering wheel.
This is where i am : i place the romname.zip inside artwork folder
contains : bezel.png
default.lay
My png is in 1920*1080p with alpha in center (screen of the game)
default.lay is :
<mamelayout version="2">
<element name="bezel">
<image file="bezel.png" />
</element>
</screen>
<element ref="1">
<bounds left="240" top="0" right="1680" bottom="1080" />
</element>
</view>
</mamelayout>
<!--
I've tried in d3d and bgfx, nothing work. What did i miss, do i need to create some other files ?
Thank you for your help.
Julo