diff options
Diffstat (limited to 'src/emu/bus/sega8/sega8_slot.h')
-rw-r--r-- | src/emu/bus/sega8/sega8_slot.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/emu/bus/sega8/sega8_slot.h b/src/emu/bus/sega8/sega8_slot.h index 52d4f9a95f4..d70ae51a805 100644 --- a/src/emu/bus/sega8/sega8_slot.h +++ b/src/emu/bus/sega8/sega8_slot.h @@ -232,4 +232,10 @@ public: static_cast<sega8_card_slot_device *>(device)->set_ext("bin,sg"); +// slot interfaces +SLOT_INTERFACE_EXTERN( sg1000_cart ); +SLOT_INTERFACE_EXTERN( sg1000mk3_cart ); +SLOT_INTERFACE_EXTERN( sms_cart ); +SLOT_INTERFACE_EXTERN( gg_cart ); + #endif |