diff options
Diffstat (limited to 'src/devices/machine/rstbuf.cpp')
-rw-r--r-- | src/devices/machine/rstbuf.cpp | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/devices/machine/rstbuf.cpp b/src/devices/machine/rstbuf.cpp index 9e13d72743a..ad6324a184e 100644 --- a/src/devices/machine/rstbuf.cpp +++ b/src/devices/machine/rstbuf.cpp @@ -56,7 +56,7 @@ **********************************************************************/ #include "emu.h" -#include "machine/rstbuf.h" +#include "rstbuf.h" // device type definition DEFINE_DEVICE_TYPE(RST_POS_BUFFER, rst_pos_buffer_device, "rst_pos_buffer", "RST Interrupt Buffer (positive modification)") @@ -100,18 +100,6 @@ rst_neg_buffer_device::rst_neg_buffer_device(const machine_config &mconfig, cons //------------------------------------------------- -// device_resolve_objects - resolve objects that -// may be needed for other devices to set -// initial conditions at start time -//------------------------------------------------- - -void rst_buffer_device::device_resolve_objects() -{ - m_int_cb.resolve_safe(); -} - - -//------------------------------------------------- // device_start - device-specific startup //------------------------------------------------- |