diff options
Diffstat (limited to 'src/mame/layout/hh_hmcs40_test.lay')
-rw-r--r-- | src/mame/layout/hh_hmcs40_test.lay | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/mame/layout/hh_hmcs40_test.lay b/src/mame/layout/hh_hmcs40_test.lay index 270ad36fff9..61312da0995 100644 --- a/src/mame/layout/hh_hmcs40_test.lay +++ b/src/mame/layout/hh_hmcs40_test.lay @@ -1,4 +1,8 @@ <?xml version="1.0"?> +<!-- +license:CC0-1.0 +authors:hap +--> <mamelayout version="2"> <!-- define elements --> @@ -15,18 +19,17 @@ <view name="Test Layout"> <bounds left="0" right="40" top="0" bottom="16" /> - <bezel element="static_black"> + <element ref="static_black"> <bounds left="0" right="40" top="0" bottom="16" /> - </bezel> - - <!-- max 16*40 matrix --> + </element> + <!-- max 16*40 matrix --> <repeat count="16"> <param name="y" start="0" increment="1" /> <repeat count="40"> <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> |