summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author tim lindner <tlindner@macmess.org>2018-10-03 16:40:49 -0700
committer Scott Stone <Tafoid@users.noreply.github.com>2018-10-03 19:40:49 -0400
commita4b155606bbc004a6c42dbc18c49eb0d9da3888d (patch)
tree7072f4c6641a61b6e8a23707558d52666067dcc8
parent0321f85141142c3b8db2993249d68f8d3082e323 (diff)
Work around to change default to show one screen on the coco3 driver. (#4055)
* Work around to change default to show one screen only.
-rw-r--r--src/mame/layout/coco3.lay9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mame/layout/coco3.lay b/src/mame/layout/coco3.lay
index bebd45729eb..5bb06a96148 100644
--- a/src/mame/layout/coco3.lay
+++ b/src/mame/layout/coco3.lay
@@ -1,13 +1,16 @@
<?xml version="1.0"?>
<mamelayout version="2">
<view name="Composite">
- <screen index="0">
<bounds left="0" top="0" right="4" bottom="3" />
- </screen>
+ <screen index="0">
+ <bounds left="0" top="0" right="4" bottom="3" />
+ </screen>
+ <!-- workaround for MAME selecting a 2-screen view by default -->
+ <screen index="1"><bounds left="10" top="0" right="14" bottom="3" /></screen>
</view>
<view name="RGB">
- <screen index="1">
+ <screen index="1">
<bounds left="0" top="0" right="4" bottom="3" />
</screen>
</view>