summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/mwcbaseb.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/layout/mwcbaseb.lay')
-rw-r--r--src/mame/layout/mwcbaseb.lay41
1 files changed, 0 insertions, 41 deletions
diff --git a/src/mame/layout/mwcbaseb.lay b/src/mame/layout/mwcbaseb.lay
deleted file mode 100644
index 8a30292f40d..00000000000
--- a/src/mame/layout/mwcbaseb.lay
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0"?>
-<mamelayout version="2">
-
-<!-- define elements -->
-
- <element name="gray"><disk><color red="0.45" green="0.45" blue="0.45" /></disk></element>
-
-
-<!-- build screen -->
-
- <view name="Internal Layout">
- <screen index="0"><bounds x="0" y="0" width="96" height="23.9" /></screen>
-
- <!-- draw the baseball diamond -->
-
- <repeat count="200">
- <param name="x" start="21" increment="0.145" />
- <param name="y" start="16" increment="-0.0475" />
- <bezel element="gray"><bounds x="~x~" y="~y~" width="0.7" height="0.7" /><color alpha="0.15" /></bezel>
- </repeat>
-
- <repeat count="199">
- <param name="x" start="21.145" increment="0.145" />
- <param name="y" start="16.0475" increment="0.0475" />
- <bezel element="gray"><bounds x="~x~" y="~y~" width="0.7" height="0.7" /><color alpha="0.15" /></bezel>
- </repeat>
-
- <repeat count="200">
- <param name="x" start="50" increment="0.145" />
- <param name="y" start="6.5" increment="0.0475" />
- <bezel element="gray"><bounds x="~x~" y="~y~" width="0.7" height="0.7" /><color alpha="0.15" /></bezel>
- </repeat>
-
- <repeat count="199">
- <param name="x" start="50" increment="0.145" />
- <param name="y" start="25.5" increment="-0.0475" />
- <bezel element="gray"><bounds x="~x~" y="~y~" width="0.7" height="0.7" /><color alpha="0.15" /></bezel>
- </repeat>
-
- </view>
-</mamelayout>