diff options
author | 2012-08-21 10:41:19 +0000 | |
---|---|---|
committer | 2012-08-21 10:41:19 +0000 | |
commit | 7285b359d259b2ae0fdf85096571c386ec8c991a (patch) | |
tree | a027aff57f1a255f9ec6cfd3b68cabe4b6683998 /src/mess/layout/wswan.lay | |
parent | 67c425e90757876a6716b7867df30c0149912e74 (diff) |
Merge of MESS sources (no whatsnew)
Diffstat (limited to 'src/mess/layout/wswan.lay')
-rw-r--r-- | src/mess/layout/wswan.lay | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mess/layout/wswan.lay b/src/mess/layout/wswan.lay new file mode 100644 index 00000000000..1247dbe200f --- /dev/null +++ b/src/mess/layout/wswan.lay @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<mamelayout version="2"> + <view name="Standard"> + <screen index="0"> + <bounds left="0" top="0" right="16" bottom="10" /> + </screen> + </view> + <view name="Rotated Left"> + <screen index="0"> + <bounds left="0" top="0" right="10" bottom="16" /> + <orientation rotate="270" /> + </screen> + </view> +</mamelayout> |