summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/hd61603.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/hd61603.h')
-rw-r--r--src/devices/video/hd61603.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/video/hd61603.h b/src/devices/video/hd61603.h
index 81bfcfa7913..9fcdae37600 100644
--- a/src/devices/video/hd61603.h
+++ b/src/devices/video/hd61603.h
@@ -47,11 +47,8 @@ public:
protected:
// device-level overrides
virtual void device_start() override;
- virtual void device_post_load() override { refresh_output(); }
private:
- void refresh_output();
-
u8 m_count = 0;
u16 m_data = 0;
u64 m_ram = 0;