summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/snmath.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/layout/snmath.lay')
-rw-r--r--src/mame/layout/snmath.lay13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/mame/layout/snmath.lay b/src/mame/layout/snmath.lay
index dd314e6f11e..35fccb98efe 100644
--- a/src/mame/layout/snmath.lay
+++ b/src/mame/layout/snmath.lay
@@ -1,14 +1,17 @@
<?xml version="1.0"?>
+<!--
+license:CC0
+-->
<mamelayout version="2">
-<!-- define elements -->
+ <!-- define elements -->
<element name="digit" defstate="0">
<led14seg><color red="0.2" green="1.0" blue="0.85" /></led14seg>
</element>
-<!-- add our own for DP(display point) and the CT(comma tail) segments -->
-<!-- MAME led16segsc won't do, since this one has them on the left side -->
+ <!-- add our own for DP(display point) and the CT(comma tail) segments -->
+ <!-- MAME led16segsc won't do, since this one has them on the left side -->
<element name="lamp_dp" defstate="0">
<disk state="0"><color red="0.0235" green="0.1255" blue="0.1059" /></disk>
@@ -20,12 +23,12 @@
</element>
-<!-- build screen -->
+ <!-- build screen -->
<view name="Internal Layout">
<bounds left="-1.5" right="99" top="0" bottom="15" />
- <!-- 9 digits -->
+ <!-- 9 digits -->
<bezel name="digit0" element="digit"><bounds x="0" y="0" width="10" height="15" /></bezel>
<bezel name="0.14" element="lamp_dp"><bounds x="-1.5" y="11" width="1.5" height="1.5" /></bezel>