mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
sms1 screenshots(F12) were 1072x672, coco3 screenshots were 2560x720, anyone who knows what caused it(and why this commit somehow fixes it) wins a cookie (nw)
This commit is contained in:
parent
dcc2b9ec83
commit
0f7a44b07f
@ -6,7 +6,7 @@
|
||||
</screen>
|
||||
|
||||
<!-- workaround for MAME selecting a 2-screen view by default -->
|
||||
<screen index="1"><bounds left="0" top="0" right="1" bottom="1" /><color alpha="0" /></screen>
|
||||
<screen index="1"><bounds left="0" top="0" right="4" bottom="3" /><color alpha="0" /></screen>
|
||||
</view>
|
||||
|
||||
<view name="RGB">
|
||||
|
@ -23,7 +23,7 @@
|
||||
</screen>
|
||||
|
||||
<!-- workaround for MAME selecting a 2-screen view by default -->
|
||||
<screen tag="ioboard:screen"><bounds left="0" top="0" right="1" bottom="1" /><color alpha="0" /></screen>
|
||||
<screen tag="ioboard:screen"><bounds left="0" top="0" right="4" bottom="3" /><color alpha="0" /></screen>
|
||||
</view>
|
||||
|
||||
<view name="Diagnostic">
|
||||
|
@ -6,8 +6,8 @@
|
||||
</screen>
|
||||
|
||||
<!-- workaround for MAME selecting a 3-screen view by default -->
|
||||
<screen index="1"><bounds left="0" top="0" right="1" bottom="1" /><color alpha="0" /></screen>
|
||||
<screen index="2"><bounds left="0" top="0" right="1" bottom="1" /><color alpha="0" /></screen>
|
||||
<screen index="1"><bounds left="0" top="0" right="4" bottom="3" /><color alpha="0" /></screen>
|
||||
<screen index="2"><bounds left="0" top="0" right="4" bottom="3" /><color alpha="0" /></screen>
|
||||
</view>
|
||||
|
||||
<view name="SegaScope Left LCD Standard (4:3)">
|
||||
|
Loading…
Reference in New Issue
Block a user