summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/layout/apricotp.lay
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-08-21 10:41:19 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-08-21 10:41:19 +0000
commit7285b359d259b2ae0fdf85096571c386ec8c991a (patch)
treea027aff57f1a255f9ec6cfd3b68cabe4b6683998 /src/mess/layout/apricotp.lay
parent67c425e90757876a6716b7867df30c0149912e74 (diff)
Merge of MESS sources (no whatsnew)
Diffstat (limited to 'src/mess/layout/apricotp.lay')
-rw-r--r--src/mess/layout/apricotp.lay32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/mess/layout/apricotp.lay b/src/mess/layout/apricotp.lay
new file mode 100644
index 00000000000..219021aa721
--- /dev/null
+++ b/src/mess/layout/apricotp.lay
@@ -0,0 +1,32 @@
+<?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="4" bottom="3" />
+ </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="4" height="3" />
+ </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="4" height="3" />
+ </screen>
+ </view>
+</mamelayout>