summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/vic10/exp.c
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2013-12-29 16:55:14 +0000
committer smf- <smf-@users.noreply.github.com>2013-12-29 16:55:14 +0000
commit66827862e70e69d15fa37a1a299c7176859dda82 (patch)
treeb5504ae0cff4ac241149076b7d6c3e9aa8885245 /src/emu/bus/vic10/exp.c
parented814a9228c3ca17b28024f2741cc8d9d3b3240f (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.c3
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)