diff options
author | 2014-10-12 11:14:32 +0000 | |
---|---|---|
committer | 2014-10-12 11:14:32 +0000 | |
commit | 2c4831d5da36bfff2abab9e706dfa39f6bd1e018 (patch) | |
tree | 69592467ddbbc550d0ead745d15bb6ded6f041ba /src/emu/bus/sega8/sega8_slot.h | |
parent | 9772759ede946679cf8e216fa7f84618fb599cc1 (diff) |
(MESS) reducing sega8 slot interface duplication. nw.
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 |