diff options
Diffstat (limited to 'src/devices/video/hd61603.cpp')
-rw-r--r-- | src/devices/video/hd61603.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/video/hd61603.cpp b/src/devices/video/hd61603.cpp index 49a21cc779b..bdc2cd7aa66 100644 --- a/src/devices/video/hd61603.cpp +++ b/src/devices/video/hd61603.cpp @@ -35,9 +35,6 @@ hd61603_device::hd61603_device(const machine_config &mconfig, const char *tag, d void hd61603_device::device_start() { - // resolve callbacks - m_write_segs.resolve_safe(); - // zerofill m_blank = 0; m_count = 0; |