summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/lc7582.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/lc7582.h')
-rw-r--r--src/devices/video/lc7582.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/video/lc7582.h b/src/devices/video/lc7582.h
index 7aea77814ac..a2744aad0b6 100644
--- a/src/devices/video/lc7582.h
+++ b/src/devices/video/lc7582.h
@@ -43,12 +43,11 @@ public:
DECLARE_WRITE_LINE_MEMBER(inh_w) { m_blank = bool(state); refresh_output(); }
protected:
- lc7582_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u32 clock);
-
// device-level overrides
virtual void device_start() override;
virtual void device_post_load() override { refresh_output(); }
+private:
void refresh_output();
int m_data = 0;