summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/astrocde/slot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/astrocde/slot.h')
-rw-r--r--src/devices/bus/astrocde/slot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/astrocde/slot.h b/src/devices/bus/astrocde/slot.h
index 419f4672985..9c9654eb3b4 100644
--- a/src/devices/bus/astrocde/slot.h
+++ b/src/devices/bus/astrocde/slot.h
@@ -26,7 +26,7 @@ enum
// ======================> device_astrocade_cart_interface
-class device_astrocade_cart_interface : public device_slot_card_interface
+class device_astrocade_cart_interface : public device_interface
{
public:
// construction/destruction
@@ -52,7 +52,7 @@ protected:
class astrocade_cart_slot_device : public device_t,
public device_image_interface,
- public device_slot_interface
+ public device_single_card_slot_interface<device_astrocade_cart_interface>
{
public:
// construction/destruction