summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/x68k/x68kexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/x68k/x68kexp.h')
-rw-r--r--src/devices/bus/x68k/x68kexp.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/devices/bus/x68k/x68kexp.h b/src/devices/bus/x68k/x68kexp.h
index a42aa3e2fd3..8b46c8e9cf5 100644
--- a/src/devices/bus/x68k/x68kexp.h
+++ b/src/devices/bus/x68k/x68kexp.h
@@ -68,20 +68,13 @@
//**************************************************************************
-// CONSTANTS
-//**************************************************************************
-
-#define X68K_EXP_SLOT_TAG "x68kexp"
-
-
-//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************
// ======================> device_x68k_expansion_card_interface
// class representing interface-specific live x68k_expansion card
-class device_x68k_expansion_card_interface : public device_slot_card_interface
+class device_x68k_expansion_card_interface : public device_interface
{
public:
// construction/destruction
@@ -100,7 +93,7 @@ protected:
// ======================> x68k_expansion_slot_device
-class x68k_expansion_slot_device : public device_t, public device_slot_interface
+class x68k_expansion_slot_device : public device_t, public device_single_card_slot_interface<device_x68k_expansion_card_interface>
{
public:
// construction/destruction
@@ -136,7 +129,6 @@ public:
protected:
// device-level overrides
virtual void device_start() override;
- virtual void device_reset() override;
required_address_space m_space;