summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/layout/apricotp.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/layout/apricotp.lay')
-rw-r--r--src/mess/layout/apricotp.lay32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/mess/layout/apricotp.lay b/src/mess/layout/apricotp.lay
deleted file mode 100644
index 95af108219e..00000000000
--- a/src/mess/layout/apricotp.lay
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0"?>
-<mamelayout version="2">
- <view name="LCD">
- <screen index="0">
- <bounds left="0" top="0" right="~scr0width~" bottom="~scr0height~" />
- </screen>
- </view>
-
- <view name="CRT">
- <screen index="1">
- <bounds left="0" top="0" right="~scr1width~" bottom="~scr1height~" />
- </screen>
- </view>
-
- <view name="Dual Side-by-Side">
- <screen index="0">
- <bounds x="0" y="0" width="~scr0width~" height="~scr0height~" />
- </screen>
- <screen index="1">
- <bounds x="~scr0width~" y="0" width="~scr1width~" height="~scr1height~" />
- </screen>
- </view>
-
- <view name="Dual Over-Under">
- <screen index="0">
- <bounds x="0" y="0" width="~scr0width~" height="~scr0height~" />
- </screen>
- <screen index="1">
- <bounds x="0" y="~scr0height~" width="~scr1width~" height="~scr1height~" />
- </screen>
- </view>
-</mamelayout>