summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/chexx.lay
blob: 73604dd18bb1f0cf48e5688c8963525067cb6ca9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0"?>
<mamelayout version="2">

  <!-- 7segs -->
  <element name="digit">
	  <led7seg>
			<color red="1.0" green="0.0" blue="0.0"/>
  	</led7seg>
	</element>

  <!-- Led -->
  <element name="led" defstate="0">
    <rect>
      <bounds x="0" y="0" width="1.5" height="1.0"/>
      <color red="1.0" green="0.96" blue="0.94"/>
    </rect>
    <rect state="0">
      <bounds x="0.05" y="0.05" width="1.4" height="0.9"/>
      <color red="0.5" green="0.0" blue="0.0"/>
    </rect>
    <rect state="1">
      <bounds x="0.05" y="0.05" width="1.4" height="0.9"/>
      <color red="1.0" green="0.0" blue="0.0"/>
    </rect>
  </element>

  <!-- Lamp -->
  <element name="lamp" defstate="0">
    <disk state="0">
      <color red="0.2" green="0.0" blue="0.0"/>
    </disk>
    <disk state="1">
      <color red="1.0" green="0.0" blue="0.0"/>
    </disk>
  </element>

  <view name="Score Board (No Artwork)">
    <!-- P1 score -->
    <backdrop name="digit0" element="digit">
			<bounds x="0" y="0" width="1" height="2"/>
		</backdrop>
    <backdrop name="digit1" element="digit">
      <bounds x="1" y="0" width="1" height="2"/>
    </backdrop>

    <!-- P1 goal lamp -->
    <backdrop name="lamp0" element="lamp">
      <bounds x="0.75" y="-0.5" width="0.5" height="0.5"/>
    </backdrop>

    <!-- Period being played -->
    <backdrop name="led0" element="led">
      <bounds x="3.0" y="-0.33" width="0.5" height="0.33"/>
    </backdrop>
    <backdrop name="led1" element="led">
      <bounds x="3.5" y="-0.33" width="0.5" height="0.33"/>
    </backdrop>
    <backdrop name="led2" element="led">
      <bounds x="4.0" y="-0.33" width="0.5" height="0.33"/>
    </backdrop>

    <!-- P2 score -->
    <backdrop name="digit2" element="digit">
      <bounds x="5.5" y="0" width="1" height="2"/>
    </backdrop>
    <backdrop name="digit3" element="digit">
      <bounds x="6.5" y="0" width="1" height="2"/>
    </backdrop>

    <!-- P2 goal lamp -->
    <backdrop name="lamp1" element="lamp">
      <bounds x="6.25" y="-0.5" width="0.5" height="0.5"/>
    </backdrop>
  </view>
</mamelayout>