summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bw2/exp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bw2/exp.h')
-rw-r--r--src/devices/bus/bw2/exp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/bw2/exp.h b/src/devices/bus/bw2/exp.h
index d37e5c66879..dfb5924351b 100644
--- a/src/devices/bus/bw2/exp.h
+++ b/src/devices/bus/bw2/exp.h
@@ -58,7 +58,7 @@
class device_bw2_expansion_slot_interface;
class bw2_expansion_slot_device : public device_t,
- public device_slot_interface
+ public device_single_card_slot_interface<device_bw2_expansion_slot_interface>
{
public:
// construction/destruction
@@ -97,7 +97,7 @@ protected:
// ======================> device_bw2_expansion_slot_interface
// class representing interface-specific live bw2_expansion card
-class device_bw2_expansion_slot_interface : public device_slot_card_interface
+class device_bw2_expansion_slot_interface : public device_interface
{
public:
// construction/destruction