summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout/rungun_dual.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/layout/rungun_dual.lay')
-rw-r--r--src/mame/layout/rungun_dual.lay34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/mame/layout/rungun_dual.lay b/src/mame/layout/rungun_dual.lay
index da540d918ce..c2840a9db5a 100644
--- a/src/mame/layout/rungun_dual.lay
+++ b/src/mame/layout/rungun_dual.lay
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<mamelayout version="2">
- <!-- the MAME core has no real concept of demuxing a 60hz output across 2 screens, so this is a little ugly -->
-
+ <!-- the MAME core has no real concept of demuxing a 60hz output across 2 screens, so this is a little ugly -->
+
<view name="Demultiplexed Output">
<screen index="0">
<bounds x="0" y="0" width="4" height="3" />
@@ -11,23 +11,23 @@
</screen>
</view>
-
- <view name="First Screen">
- <screen index="0">
- <bounds x="4.03" y="0" width="4" height="3" />
- </screen>
- </view>
- <view name="Second Screen">
- <!-- if we don't render the first screen then MAME never calls the update function so the data for the 2nd never gets rendered :/ -->
- <screen index="0">
- <bounds x="0" y="0" width="1" height="1" />
- </screen>
+ <view name="First Screen">
+ <screen index="0">
+ <bounds x="4.03" y="0" width="4" height="3" />
+ </screen>
+ </view>
+
+ <view name="Second Screen">
+ <!-- if we don't render the first screen then MAME never calls the update function so the data for the 2nd never gets rendered :/ -->
+ <screen index="0">
+ <bounds x="0" y="0" width="1" height="1" />
+ </screen>
- <screen index="1">
- <bounds x="0" y="0" width="4" height="3" />
- </screen>
- </view>
+ <screen index="1">
+ <bounds x="0" y="0" width="4" height="3" />
+ </screen>
+ </view>
</mamelayout>