From 66827862e70e69d15fa37a1a299c7176859dda82 Mon Sep 17 00:00:00 2001 From: smf- Date: Sun, 29 Dec 2013 16:55:14 +0000 Subject: reduce dependency mak files by 130k (nw) --- src/emu/bus/bw2/exp.c | 4 ++++ src/emu/bus/bw2/exp.h | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'src/emu/bus/bw2') diff --git a/src/emu/bus/bw2/exp.c b/src/emu/bus/bw2/exp.c index 505322cfcb9..2b1470d4c13 100644 --- a/src/emu/bus/bw2/exp.c +++ b/src/emu/bus/bw2/exp.c @@ -181,10 +181,14 @@ WRITE8_MEMBER( bw2_expansion_slot_device::modsel_w ) } + //------------------------------------------------- // SLOT_INTERFACE( bw2_expansion_cards ) //------------------------------------------------- +// slot devices +#include "ramcard.h" + SLOT_INTERFACE_START( bw2_expansion_cards ) SLOT_INTERFACE("ramcard", BW2_RAMCARD) SLOT_INTERFACE_END diff --git a/src/emu/bus/bw2/exp.h b/src/emu/bus/bw2/exp.h index af1f58be548..eb664812987 100644 --- a/src/emu/bus/bw2/exp.h +++ b/src/emu/bus/bw2/exp.h @@ -127,9 +127,6 @@ protected: extern const device_type BW2_EXPANSION_SLOT; -// slot devices -#include "ramcard.h" - SLOT_INTERFACE_EXTERN( bw2_expansion_cards ); -- cgit v1.2.3-70-g09d2