diff options
author | 2015-09-30 08:29:01 +0200 | |
---|---|---|
committer | 2015-09-30 08:29:01 +0200 | |
commit | 8e4ced4b531ac52fb764d9374a7c215bc62a890a (patch) | |
tree | c29767f6a9f305bac993eaaf1ca268e85cf0427c /src/mess/layout/fccpu1.lay | |
parent | 9fd990dea821ddca94916fa3eed0aef824eb08ea (diff) |
Cleanups and version bumpmame0166
Diffstat (limited to 'src/mess/layout/fccpu1.lay')
-rw-r--r-- | src/mess/layout/fccpu1.lay | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mess/layout/fccpu1.lay b/src/mess/layout/fccpu1.lay index 8fe0399ea6c..0655960a266 100644 --- a/src/mess/layout/fccpu1.lay +++ b/src/mess/layout/fccpu1.lay @@ -2,16 +2,16 @@ <!-- fccpu1.lay --> <!-- 2015-07-27: Initial version. [JLE] --> <mamelayout version="2"> - <element name="front"> - <image file="front.png" /> - </element> - <view name="Force Computers SYS68K/CPU-1"> - <screen index="0"> - <bounds left="100" top="0" right="640" bottom="480" /> - </screen> + <element name="front"> + <image file="front.png" /> + </element> + <view name="Force Computers SYS68K/CPU-1"> + <screen index="0"> + <bounds left="100" top="0" right="640" bottom="480" /> + </screen> <bezel name="frontpanel" element="front"> - <bounds x="0" y="0" width="36" height="480" /> + <bounds x="0" y="0" width="36" height="480" /> </bezel> - </view> + </view> </mamelayout> |