diff options
Diffstat (limited to 'src/devices/video/crt9028.cpp')
-rw-r--r-- | src/devices/video/crt9028.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/devices/video/crt9028.cpp b/src/devices/video/crt9028.cpp index 94cc2429e13..7ed0c398c2f 100644 --- a/src/devices/video/crt9028.cpp +++ b/src/devices/video/crt9028.cpp @@ -148,19 +148,6 @@ device_memory_interface::space_config_vector crt9028_device::memory_space_config //------------------------------------------------- -// device_resolve_objects - resolve objects that -// may be needed for other devices to set -// initial conditions at start time -//------------------------------------------------- - -void crt9028_device::device_resolve_objects() -{ - m_hsync_callback.resolve_safe(); - m_vsync_callback.resolve_safe(); -} - - -//------------------------------------------------- // device_start - device-specific startup //------------------------------------------------- |