summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2014-07-22 09:20:39 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2014-07-22 09:20:39 +0000
commit181ab9139db444ef4694313b34012b3daaaf230f (patch)
tree388168b990221c6b8300a44497f1f133769f2481
parent755ed6b9fd25a01c451804f901b3cf54d2de41b6 (diff)
reverted previous msx_internal_slot_interface change (nw)
-rw-r--r--src/emu/bus/msx_slot/slot.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/bus/msx_slot/slot.h b/src/emu/bus/msx_slot/slot.h
index b9e3c17aec9..3ddf36a038f 100644
--- a/src/emu/bus/msx_slot/slot.h
+++ b/src/emu/bus/msx_slot/slot.h
@@ -20,7 +20,6 @@ class msx_internal_slot_interface
{
public:
msx_internal_slot_interface();
- virtual ~msx_internal_slot_interface() { }
// static configuration helpers
static void set_start_address(device_t &device, UINT32 start_address);