summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/tlc34076.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/tlc34076.h')
-rw-r--r--src/devices/video/tlc34076.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/devices/video/tlc34076.h b/src/devices/video/tlc34076.h
index c9e678cde12..fb816dd1181 100644
--- a/src/devices/video/tlc34076.h
+++ b/src/devices/video/tlc34076.h
@@ -29,6 +29,12 @@ public:
};
// construction/destruction
+ tlc34076_device(const machine_config &mconfig, const char *tag, device_t *owner, tlc34076_bits bits)
+ : tlc34076_device(mconfig, tag, owner, (uint32_t)0)
+ {
+ set_bits(bits);
+ }
+
tlc34076_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// configuration helpers