mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
Work around to change default to show one screen on the coco3 driver. (#4055)
* Work around to change default to show one screen only.
This commit is contained in:
parent
0321f85141
commit
a4b155606b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user