diff options
Diffstat (limited to 'src/devices/machine/aic565.cpp')
-rw-r--r-- | src/devices/machine/aic565.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/devices/machine/aic565.cpp b/src/devices/machine/aic565.cpp index 34da7f4fd14..dac7d15aa5a 100644 --- a/src/devices/machine/aic565.cpp +++ b/src/devices/machine/aic565.cpp @@ -49,21 +49,6 @@ aic565_device::aic565_device(const machine_config &mconfig, const char *tag, dev //------------------------------------------------- -// device_resolve_objects - resolve objects that -// may be needed for other devices to set -// initial conditions at start time -//------------------------------------------------- - -void aic565_device::device_resolve_objects() -{ - // resolve callbacks - m_hrst_callback.resolve_safe(); - m_srst_callback.resolve_safe(); - m_irq_callback.resolve_safe(); -} - - -//------------------------------------------------- // device_start - device-specific startup //------------------------------------------------- |