diff options
author | 2013-12-29 16:55:14 +0000 | |
---|---|---|
committer | 2013-12-29 16:55:14 +0000 | |
commit | 66827862e70e69d15fa37a1a299c7176859dda82 (patch) | |
tree | b5504ae0cff4ac241149076b7d6c3e9aa8885245 /src/emu/bus/vic10/exp.c | |
parent | ed814a9228c3ca17b28024f2741cc8d9d3b3240f (diff) |
reduce dependency mak files by 130k (nw)
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) |