summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/tvc/tvc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/tvc/tvc.h')
-rw-r--r--src/devices/bus/tvc/tvc.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/devices/bus/tvc/tvc.h b/src/devices/bus/tvc/tvc.h
index 09ba7b35ffd..51db38c1096 100644
--- a/src/devices/bus/tvc/tvc.h
+++ b/src/devices/bus/tvc/tvc.h
@@ -65,7 +65,7 @@
// ======================> device_tvcexp_interface
-class device_tvcexp_interface : public device_slot_card_interface
+class device_tvcexp_interface : public device_interface
{
public:
// construction/destruction
@@ -86,8 +86,7 @@ protected:
// ======================> tvcexp_slot_device
-class tvcexp_slot_device : public device_t,
- public device_slot_interface
+class tvcexp_slot_device : public device_t, public device_single_card_slot_interface<device_tvcexp_interface>
{
public:
// construction/destruction