summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/iopcdvd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/iopcdvd.cpp')
-rw-r--r--src/devices/machine/iopcdvd.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/devices/machine/iopcdvd.cpp b/src/devices/machine/iopcdvd.cpp
index 24c7136221c..a1e32e48a1c 100644
--- a/src/devices/machine/iopcdvd.cpp
+++ b/src/devices/machine/iopcdvd.cpp
@@ -9,6 +9,7 @@
*
*/
+#include "emu.h"
#include "iopcdvd.h"
DEFINE_DEVICE_TYPE(SONYIOP_CDVD, iop_cdvd_device, "iopcdvd", "PlayStation 2 disc controller")
@@ -21,6 +22,10 @@ iop_cdvd_device::iop_cdvd_device(const machine_config &mconfig, const char *tag,
{
}
+iop_cdvd_device::~iop_cdvd_device()
+{
+}
+
void iop_cdvd_device::device_start()
{
save_item(NAME(m_channel[0].m_buffer));