summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sat_ctrl/ctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sat_ctrl/ctrl.h')
-rw-r--r--src/devices/bus/sat_ctrl/ctrl.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/devices/bus/sat_ctrl/ctrl.h b/src/devices/bus/sat_ctrl/ctrl.h
index 6e18936f782..d17bed9b067 100644
--- a/src/devices/bus/sat_ctrl/ctrl.h
+++ b/src/devices/bus/sat_ctrl/ctrl.h
@@ -6,7 +6,6 @@
**********************************************************************/
-
#ifndef MAME_BUS_SAT_CTRL_CTRL_H
#define MAME_BUS_SAT_CTRL_CTRL_H
@@ -21,7 +20,7 @@ class saturn_control_port_device;
// ======================> device_saturn_control_port_interface
-class device_saturn_control_port_interface : public device_slot_card_interface
+class device_saturn_control_port_interface : public device_interface
{
public:
// construction/destruction
@@ -41,8 +40,7 @@ protected:
// ======================> saturn_control_port_device
-class saturn_control_port_device : public device_t,
- public device_slot_interface
+class saturn_control_port_device : public device_t, public device_single_card_slot_interface<device_saturn_control_port_interface>
{
public:
// construction/destruction