diff options
Diffstat (limited to 'src/devices/machine/ds8874.cpp')
-rw-r--r-- | src/devices/machine/ds8874.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/machine/ds8874.cpp b/src/devices/machine/ds8874.cpp index 97dcce35bea..2b978d15403 100644 --- a/src/devices/machine/ds8874.cpp +++ b/src/devices/machine/ds8874.cpp @@ -36,9 +36,6 @@ ds8874_device::ds8874_device(const machine_config &mconfig, const char *tag, dev void ds8874_device::device_start() { - // resolve callbacks - m_write_output.resolve_safe(); - // zerofill m_data = 0; m_cp = 0; |