diff options
Diffstat (limited to 'src/emu/bus/vic10/exp.c')
-rw-r--r-- | src/emu/bus/vic10/exp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/bus/vic10/exp.c b/src/emu/bus/vic10/exp.c index 4fe8dc5cc54..4b698463325 100644 --- a/src/emu/bus/vic10/exp.c +++ b/src/emu/bus/vic10/exp.c @@ -236,6 +236,9 @@ WRITE_LINE_MEMBER( vic10_expansion_slot_device::p0_w ) { if (m_card != NULL) m_c // SLOT_INTERFACE( vic10_expansion_cards ) //------------------------------------------------- +// slot devices +#include "std.h" + SLOT_INTERFACE_START( vic10_expansion_cards ) // the following need ROMs from the software list SLOT_INTERFACE_INTERNAL("standard", VIC10_STD) |