diff options
Diffstat (limited to 'src/devices/machine/mb87078.cpp')
-rw-r--r-- | src/devices/machine/mb87078.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/devices/machine/mb87078.cpp b/src/devices/machine/mb87078.cpp index eed6f53297a..b32207ccd51 100644 --- a/src/devices/machine/mb87078.cpp +++ b/src/devices/machine/mb87078.cpp @@ -70,7 +70,7 @@ *****************************************************************************/ #include "emu.h" -#include "machine/mb87078.h" +#include "mb87078.h" /***************************************************************************** @@ -91,8 +91,6 @@ mb87078_device::mb87078_device(const machine_config &mconfig, const char *tag, d void mb87078_device::device_start() { - m_gain_changed_cb.resolve_safe(); - m_data = 0; m_control = 0; |