summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/layout/lynx.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/lynx.lay
parent67c425e90757876a6716b7867df30c0149912e74 (diff)
Merge of MESS sources (no whatsnew)
Diffstat (limited to 'src/mess/layout/lynx.lay')
-rw-r--r--src/mess/layout/lynx.lay20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/mess/layout/lynx.lay b/src/mess/layout/lynx.lay
new file mode 100644
index 00000000000..b5e76dc6ec2
--- /dev/null
+++ b/src/mess/layout/lynx.lay
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<mamelayout version="2">
+ <view name="Standard">
+ <screen index="0">
+ <bounds left="0" top="0" right="36" bottom="23" />
+ </screen>
+ </view>
+ <view name="Rotated Right">
+ <screen index="0">
+ <bounds left="0" top="0" right="23" bottom="36" />
+ <orientation rotate="90" />
+ </screen>
+ </view>
+ <view name="Rotated Left">
+ <screen index="0">
+ <bounds left="0" top="0" right="23" bottom="36" />
+ <orientation rotate="270" />
+ </screen>
+ </view>
+</mamelayout>