Previous 199869 Revisions Next

r33380 Saturday 15th November, 2014 at 03:03:54 UTC by Robbbert
(MESS) gamecom : fixed mistake in layout
[src/mess/layout]gamecom.lay

trunk/src/mess/layout/gamecom.lay
r241891r241892
1010         <bounds x="0" y="0" width="16" height="16" />
1111      </backdrop>
1212      <backdrop element="grid" inputtag="GRID.1" inputmask="0x01" >
13         <bounds x="16" y="16" width="16" height="16" />
13         <bounds x="16" y="0" width="16" height="16" />
1414      </backdrop>
1515      <backdrop element="grid" inputtag="GRID.2" inputmask="0x01" >
16         <bounds x="32" y="16" width="16" height="16" />
16         <bounds x="32" y="0" width="16" height="16" />
1717      </backdrop>
1818      <backdrop element="grid" inputtag="GRID.3" inputmask="0x01" >
19         <bounds x="48" y="16" width="16" height="16" />
19         <bounds x="48" y="0" width="16" height="16" />
2020      </backdrop>
2121      <backdrop element="grid" inputtag="GRID.4" inputmask="0x01" >
22         <bounds x="64" y="16" width="16" height="16" />
22         <bounds x="64" y="0" width="16" height="16" />
2323      </backdrop>
2424      <backdrop element="grid" inputtag="GRID.5" inputmask="0x01" >
25         <bounds x="80" y="16" width="16" height="16" />
25         <bounds x="80" y="0" width="16" height="16" />
2626      </backdrop>
2727      <backdrop element="grid" inputtag="GRID.6" inputmask="0x01" >
28         <bounds x="96" y="16" width="16" height="16" />
28         <bounds x="96" y="0" width="16" height="16" />
2929      </backdrop>
3030      <backdrop element="grid" inputtag="GRID.7" inputmask="0x01" >
31         <bounds x="112" y="16" width="16" height="16" />
31         <bounds x="112" y="0" width="16" height="16" />
3232      </backdrop>
3333      <backdrop element="grid" inputtag="GRID.8" inputmask="0x01" >
34         <bounds x="128" y="16" width="16" height="16" />
34         <bounds x="128" y="0" width="16" height="16" />
3535      </backdrop>
3636      <backdrop element="grid" inputtag="GRID.9" inputmask="0x01" >
37         <bounds x="144" y="16" width="16" height="16" />
37         <bounds x="144" y="0" width="16" height="16" />
3838      </backdrop>
3939      <backdrop element="grid" inputtag="GRID.10" inputmask="0x01" >
40         <bounds x="160" y="16" width="16" height="16" />
40         <bounds x="160" y="0" width="16" height="16" />
4141      </backdrop>
4242      <backdrop element="grid" inputtag="GRID.11" inputmask="0x01" >
43         <bounds x="176" y="16" width="16" height="16" />
43         <bounds x="176" y="0" width="16" height="16" />
4444      </backdrop>
4545      <backdrop element="grid" inputtag="GRID.12" inputmask="0x01" >
46         <bounds x="192" y="16" width="16" height="16" />
46         <bounds x="192" y="0" width="16" height="16" />
4747      </backdrop>
4848
4949      <backdrop element="grid" inputtag="GRID.0" inputmask="0x02" >


Previous 199869 Revisions Next


© 1997-2024 The MAME Team