diff options
Diffstat (limited to 'src/mame/layout/hh_hmcs40_test.lay')
-rw-r--r-- | src/mame/layout/hh_hmcs40_test.lay | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mame/layout/hh_hmcs40_test.lay b/src/mame/layout/hh_hmcs40_test.lay index 270ad36fff9..51082337a7e 100644 --- a/src/mame/layout/hh_hmcs40_test.lay +++ b/src/mame/layout/hh_hmcs40_test.lay @@ -1,7 +1,10 @@ <?xml version="1.0"?> +<!-- +license:CC0 +--> <mamelayout version="2"> -<!-- define elements --> + <!-- define elements --> <element name="static_black"><rect><color red="0.0" green="0.0" blue="0.0" /></rect></element> @@ -11,7 +14,7 @@ </element> -<!-- build screen --> + <!-- build screen --> <view name="Test Layout"> <bounds left="0" right="40" top="0" bottom="16" /> @@ -19,7 +22,7 @@ <bounds left="0" right="40" top="0" bottom="16" /> </bezel> - <!-- max 16*40 matrix --> + <!-- max 16*40 matrix --> <repeat count="16"> <param name="y" start="0" increment="1" /> |