Previous 199869 Revisions Next

r20015 Wednesday 2nd January, 2013 at 19:07:49 UTC by Oliver Stöneberg
[MESS] fixed MT04875 - correct bounds for second screen in apricotp.lay (fixes fp crash when taking a snapshot) [Oliver Stöneberg]
[src/mess/layout]apricotp.lay

trunk/src/mess/layout/apricotp.lay
r20014r20015
88
99   <view name="CRT">
1010      <screen index="1">
11         <bounds left="0" top="0" right="4" bottom="3" />
11         <bounds left="0" top="0" right="~scr1width~" bottom="~scr1height~" />
1212      </screen>
1313   </view>
1414
r20014r20015
1717         <bounds x="0" y="0" width="~scr0width~" height="~scr0height~" />
1818      </screen>
1919      <screen index="1">
20         <bounds x="~scr0width~" y="0" width="4" height="3" />
20         <bounds x="~scr0width~" y="0" width="~scr1width~" height="~scr1height~" />
2121      </screen>
2222   </view>
2323
r20014r20015
2626         <bounds x="0" y="0" width="~scr0width~" height="~scr0height~" />
2727      </screen>
2828      <screen index="1">
29         <bounds x="0" y="~scr0height~" width="4" height="3" />
29         <bounds x="0" y="~scr0height~" width="~scr1width~" height="~scr1height~" />
3030      </screen>
3131   </view>
3232</mamelayout>

Previous 199869 Revisions Next


© 1997-2024 The MAME Team