diff options
Diffstat (limited to 'src/mame/layout/sms1.lay')
-rw-r--r-- | src/mame/layout/sms1.lay | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mame/layout/sms1.lay b/src/mame/layout/sms1.lay index c6988743e6f..93a8c03a3cf 100644 --- a/src/mame/layout/sms1.lay +++ b/src/mame/layout/sms1.lay @@ -1,14 +1,13 @@ <?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> + <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> </view> <view name="SegaScope Left LCD Standard (4:3)"> |