summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/lc7582.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/lc7582.cpp')
-rw-r--r--src/devices/video/lc7582.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/devices/video/lc7582.cpp b/src/devices/video/lc7582.cpp
index d062486e827..d50054b41e8 100644
--- a/src/devices/video/lc7582.cpp
+++ b/src/devices/video/lc7582.cpp
@@ -22,17 +22,12 @@ DEFINE_DEVICE_TYPE(LC7582, lc7582_device, "lc7582", "Sanyo LC7582 LCD Driver")
// constructor
//-------------------------------------------------
-lc7582_device::lc7582_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u32 clock) :
- device_t(mconfig, type, tag, owner, clock),
+lc7582_device::lc7582_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock) :
+ device_t(mconfig, LC7582, tag, owner, clock),
m_latch{0, 0},
m_write_segs(*this)
{ }
-lc7582_device::lc7582_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock) :
- lc7582_device(mconfig, LC7582, tag, owner, clock)
-{ }
-
-
//-------------------------------------------------
// device_start - device-specific startup