diff options
author | 2015-09-30 17:21:14 +0200 | |
---|---|---|
committer | 2015-09-30 17:21:14 +0200 | |
commit | 1fc48ce120a376c288daeeed98daccecf1b60d7b (patch) | |
tree | 72cefcede17f3a27fa8256b43bfac9756db82312 /src/mess/layout/super80.lay | |
parent | 87a576c55501bd7125b51ca786a010229669df0e (diff) |
move mess into mame (nw)
Diffstat (limited to 'src/mess/layout/super80.lay')
-rw-r--r-- | src/mess/layout/super80.lay | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/src/mess/layout/super80.lay b/src/mess/layout/super80.lay deleted file mode 100644 index 30bae4a87a2..00000000000 --- a/src/mess/layout/super80.lay +++ /dev/null @@ -1,36 +0,0 @@ -<mamelayout version="2"> - - <element name="red_led"> - <disk> - <color red="1.0" green="0.0" blue="0.0" /> - </disk> - </element> - - <element name="CASSETTE"> - <text string="CASSETTE"> - <color red="1.0" green="1.0" blue="1.0" /> - </text> - </element> - <element name="background"> - <rect> - <bounds left="0" top="0" right="1" bottom="1" /> - <color red="0.0" green="0.0" blue="0.0" /> - </rect> - </element> - - <view name="Cassette LED"> - <!-- <bezel name="cass_txt" element="CASSETTE"> - <bounds left="0" right="100" top="1030" bottom="1050" /> - </bezel> --> - <bezel name="cass_led" element="red_led"> - <bounds left="0" right="20" top="1020" bottom="1045" /> - </bezel> - <!-- <bezel element="background"> - <bounds left="0" top="850" right="1" bottom="855" /> - </bezel> --> - <screen index="0"> - <bounds x="0" y="0" width="1400" height="1050" /> - </screen> - </view> - -</mamelayout>
\ No newline at end of file |