summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/rocknms.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/layout/rocknms.lay')
-rw-r--r--src/mame/layout/rocknms.lay39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/mame/layout/rocknms.lay b/src/mame/layout/rocknms.lay
new file mode 100644
index 00000000000..d01706707f3
--- /dev/null
+++ b/src/mame/layout/rocknms.lay
@@ -0,0 +1,39 @@
+<?xml version="1.0"?>
+<mamelayout version="2">
+ <view name="Screen 0 Standard (4:3)">
+ <screen index="0">
+ <bounds left="0" top="0" right="4" bottom="3" />
+ </screen>
+ </view>
+
+ <view name="Screen 1 Standard (3:4)">
+ <screen index="1">
+ <bounds left="0" top="0" right="3" bottom="4" />
+ <orientation rotate="270" />
+ </screen>
+ </view>
+
+ <view name="Screen 0 Pixel Aspect (~scr0nativexaspect~:~scr0nativeyaspect~)">
+ <screen index="0">
+ <bounds left="0" top="0" right="~scr0width~" bottom="~scr0height~" />
+ </screen>
+ </view>
+
+ <view name="Screen 1 Pixel Aspect (~scr1nativeyaspect~:~scr1nativexaspect~)">
+ <screen index="1">
+ <bounds left="0" top="0" right="~scr1height~" bottom="~scr1width~" />
+ <orientation rotate="270" />
+ </screen>
+ </view>
+
+ <view name="Rockn Megasession Custom">
+ <screen index="0">
+ <bounds x="0" y="0" width="12" height="9" />
+ </screen>
+ <screen index="1">
+ <bounds x="0" y="9" width="12" height="16" />
+ <orientation rotate="270" />
+ </screen>
+ </view>
+
+</mamelayout>