summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/layout/tb303.lay
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/layout/tb303.lay')
-rw-r--r--src/mess/layout/tb303.lay20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/mess/layout/tb303.lay b/src/mess/layout/tb303.lay
new file mode 100644
index 00000000000..a202f557704
--- /dev/null
+++ b/src/mess/layout/tb303.lay
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<mamelayout version="2">
+
+<!-- define elements -->
+
+ <element name="led" defstate="0">
+ <disk state="0"><color red="0.15" green="0.03" blue="0.03" /></disk>
+ <disk state="1"><color red="1.0" green="0.3" blue="0.3" /></disk>
+ </element>
+
+
+
+<!-- build screen -->
+
+ <view name="Internal Layout">
+ <bounds left="0" right="100" top="0" bottom="100" />
+
+
+ </view>
+</mamelayout>