summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/hh_cop400_test.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/layout/hh_cop400_test.lay')
-rw-r--r--src/mame/layout/hh_cop400_test.lay6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/layout/hh_cop400_test.lay b/src/mame/layout/hh_cop400_test.lay
index 96f24b4b31b..1f4755364e9 100644
--- a/src/mame/layout/hh_cop400_test.lay
+++ b/src/mame/layout/hh_cop400_test.lay
@@ -18,9 +18,9 @@ license:CC0
<view name="Test Layout">
<bounds left="0" right="32" top="0" bottom="16" />
- <bezel element="static_black">
+ <element ref="static_black">
<bounds left="0" right="32" top="0" bottom="16" />
- </bezel>
+ </element>
<!-- max 16*32 matrix -->
@@ -29,7 +29,7 @@ license:CC0
<repeat count="32">
<param name="x" start="0" increment="1" />
- <bezel name="~y~.~x~" element="led"><bounds x="~x~" y="~y~" width="0.5" height="0.5" /></bezel>
+ <element name="~y~.~x~" ref="led"><bounds x="~x~" y="~y~" width="0.5" height="0.5" /></element>
</repeat>
</repeat>