summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pc1512/mouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pc1512/mouse.h')
-rw-r--r--src/devices/bus/pc1512/mouse.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/devices/bus/pc1512/mouse.h b/src/devices/bus/pc1512/mouse.h
index 9c71eb4d89d..8b2215fe1c0 100644
--- a/src/devices/bus/pc1512/mouse.h
+++ b/src/devices/bus/pc1512/mouse.h
@@ -27,13 +27,6 @@
//**************************************************************************
-// INTERFACE CONFIGURATION MACROS
-//**************************************************************************
-
-#define PC1512_MOUSE_PORT_TAG "mous"
-
-
-//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************
@@ -42,7 +35,7 @@ class pc1512_mouse_port_device;
// ======================> device_pc1512_mouse_port_interface
-class device_pc1512_mouse_port_interface : public device_slot_card_interface
+class device_pc1512_mouse_port_interface : public device_interface
{
public:
// construction/destruction
@@ -57,7 +50,7 @@ protected:
// ======================> pc1512_mouse_port_device
-class pc1512_mouse_port_device : public device_t, public device_slot_interface
+class pc1512_mouse_port_device : public device_t, public device_single_card_slot_interface<device_pc1512_mouse_port_interface>
{
public:
// construction/destruction