summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ps2mc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ps2mc.cpp')
-rw-r--r--src/devices/machine/ps2mc.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/machine/ps2mc.cpp b/src/devices/machine/ps2mc.cpp
index 68ec1a54a1b..b253f6153b7 100644
--- a/src/devices/machine/ps2mc.cpp
+++ b/src/devices/machine/ps2mc.cpp
@@ -22,6 +22,10 @@ ps2_mc_device::ps2_mc_device(const machine_config &mconfig, const char *tag, dev
{
}
+ps2_mc_device::~ps2_mc_device()
+{
+}
+
void ps2_mc_device::device_start()
{
save_item(NAME(m_recv_buf));