mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
Comment out problematic parts of internal layouts detected by build-time validation - could people who know these machines please fix them properly?
This commit is contained in:
parent
d97c4f9d9f
commit
ae2ff1ac4d
@ -326,9 +326,11 @@
|
||||
<bezel name="lamp5" element="BET2" inputtag="P1" inputmask="0x20">
|
||||
<bounds x="1.09" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<!-- FIXME - missing element definition
|
||||
<bezel name="lamp4" element="BET3" inputtag="P1" inputmask="0x10">
|
||||
<bounds x="1.51" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
-->
|
||||
<bezel name="lamp3" element="BET4" inputtag="P1" inputmask="0x08">
|
||||
<bounds x="1.91" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
@ -391,9 +393,11 @@
|
||||
<bezel name="lamp5" element="BET2" inputtag="P1" inputmask="0x20">
|
||||
<bounds x="1.09" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
<!-- FIXME - missing element definition
|
||||
<bezel name="lamp4" element="BET3" inputtag="P1" inputmask="0x10">
|
||||
<bounds x="1.51" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
-->
|
||||
<bezel name="lamp3" element="BET5" inputtag="P1" inputmask="0x08">
|
||||
<bounds x="1.91" y="3.28" width="0.31" height="0.24" />
|
||||
</bezel>
|
||||
|
@ -52,6 +52,7 @@
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<!-- FIXME - duplicate name of element on line 55
|
||||
<element name="panel_0">
|
||||
<text string=" "><color red="0.0" green="0.0" blue="0.0" /></text>
|
||||
<disk>
|
||||
@ -63,6 +64,7 @@
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
</text>
|
||||
</element>
|
||||
-->
|
||||
|
||||
<element name="panel_1">
|
||||
<text string=" "><color red="0.0" green="0.0" blue="0.0" /></text>
|
||||
|
@ -94,6 +94,7 @@
|
||||
</text>
|
||||
</element>
|
||||
|
||||
<!-- FIXME - duplicate name of element on line 63
|
||||
<element name="start" defstate="0">
|
||||
<rect state="1">
|
||||
<color red="0.0" green="1.0" blue="0.0" />
|
||||
@ -110,6 +111,7 @@
|
||||
<bounds x="0" y="0.5" width="1" height="0.4" />
|
||||
</text>
|
||||
</element>
|
||||
-->
|
||||
|
||||
<element name="unknown" defstate="0">
|
||||
<rect state="1">
|
||||
|
Loading…
Reference in New Issue
Block a user