summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/layout/wildfire.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/layout/wildfire.lay')
-rw-r--r--src/mess/layout/wildfire.lay7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mess/layout/wildfire.lay b/src/mess/layout/wildfire.lay
index 8ad3454ce01..51d25ca1fa0 100644
--- a/src/mess/layout/wildfire.lay
+++ b/src/mess/layout/wildfire.lay
@@ -17,15 +17,17 @@
<!-- build screen -->
<view name="Test Layout">
- <bounds left="0" right="100" top="0" bottom="100" />
+ <bounds left="0" right="64" top="0" bottom="64" />
<bezel element="static_black">
- <bounds left="0" right="100" top="0" bottom="100" />
+ <bounds left="0" right="64" top="0" bottom="64" />
</bezel>
<bezel name="digit0" element="digit"><bounds x="0" y="0" width="10" height="15" /></bezel>
<bezel name="digit1" element="digit"><bounds x="10" y="0" width="10" height="15" /></bezel>
<bezel name="digit2" element="digit"><bounds x="20" y="0" width="10" height="15" /></bezel>
+ <!-- 8*13 matrix (first 3 are the 7segs) -->
+
<bezel name="lamp0" element="led"><bounds x="0" y="20" width="1" height="1" /></bezel>
<bezel name="lamp1" element="led"><bounds x="2" y="20" width="1" height="1" /></bezel>
<bezel name="lamp2" element="led"><bounds x="4" y="20" width="1" height="1" /></bezel>
@@ -143,5 +145,6 @@
<bezel name="lamp126" element="led"><bounds x="12" y="44" width="1" height="1" /></bezel>
<bezel name="lamp127" element="led"><bounds x="14" y="44" width="1" height="1" /></bezel>
+
</view>
</mamelayout>