summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/layout/vboy.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/layout/vboy.lay')
-rw-r--r--src/mess/layout/vboy.lay21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/mess/layout/vboy.lay b/src/mess/layout/vboy.lay
new file mode 100644
index 00000000000..eb6442498b5
--- /dev/null
+++ b/src/mess/layout/vboy.lay
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<mamelayout version="2">
+ <view name="3D Glasses Side-by-Side">
+ <screen index="0">
+ <bounds x="0" y="0" width="384" height="224" />
+ </screen>
+ <screen index="1">
+ <bounds x="400" y="0" width="384" height="224" />
+ </screen>
+ </view>
+ <view name="3D Glasses Left">
+ <screen index="0">
+ <bounds x="0" y="0" width="384" height="224" />
+ </screen>
+ </view>
+ <view name="3D Glasses Right">
+ <screen index="1">
+ <bounds x="0" y="0" width="384" height="224" />
+ </screen>
+ </view>
+</mamelayout>