summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/distate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/distate.cpp')
-rw-r--r--src/emu/distate.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/emu/distate.cpp b/src/emu/distate.cpp
index 34833a72979..71462ce3275 100644
--- a/src/emu/distate.cpp
+++ b/src/emu/distate.cpp
@@ -86,6 +86,15 @@ device_state_entry::device_state_entry(int index, device_state_interface *dev)
//-------------------------------------------------
+// device_state_entry - destructor
+//-------------------------------------------------
+
+device_state_entry::~device_state_entry()
+{
+}
+
+
+//-------------------------------------------------
// formatstr - specify a format string
//-------------------------------------------------