mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
sms: workaround for MAME selecting a 3-screen view by default (nw)
This commit is contained in:
parent
594d8798fd
commit
6c74139388
@ -1,9 +1,14 @@
|
||||
<?xml version="1.0"?>
|
||||
<mamelayout version="2">
|
||||
<view name="Main Screen Standard (4:3)">
|
||||
<bounds left="0" top="0" right="4" bottom="3" />
|
||||
<screen index="0">
|
||||
<bounds left="0" top="0" right="4" bottom="3" />
|
||||
</screen>
|
||||
|
||||
<!-- workaround for MAME selecting a 3-screen view by default -->
|
||||
<screen index="1"><bounds left="10" top="0" right="14" bottom="3" /></screen>
|
||||
<screen index="2"><bounds left="10" top="0" right="14" bottom="3" /></screen>
|
||||
</view>
|
||||
|
||||
<view name="SegaScope Left LCD Standard (4:3)">
|
||||
|
Loading…
Reference in New Issue
Block a user