summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/gamegear/ggext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/gamegear/ggext.h')
-rw-r--r--src/devices/bus/gamegear/ggext.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/devices/bus/gamegear/ggext.h b/src/devices/bus/gamegear/ggext.h
index f2145e694fd..04d802eca02 100644
--- a/src/devices/bus/gamegear/ggext.h
+++ b/src/devices/bus/gamegear/ggext.h
@@ -24,7 +24,7 @@
class device_gg_ext_port_interface;
-class gg_ext_port_device : public device_t, public device_slot_interface
+class gg_ext_port_device : public device_t, public device_single_card_slot_interface<device_gg_ext_port_interface>
{
public:
// construction/destruction
@@ -84,7 +84,7 @@ private:
// ======================> device_gg_ext_port_interface
// class representing interface-specific live sms_expansion card
-class device_gg_ext_port_interface : public device_slot_card_interface
+class device_gg_ext_port_interface : public device_interface
{
public:
// construction/destruction
@@ -106,5 +106,4 @@ DECLARE_DEVICE_TYPE(GG_EXT_PORT, gg_ext_port_device)
void gg_ext_port_devices(device_slot_interface &device);
-
#endif // MAME_BUS_GAMEGEAR_GGEXT_H