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/bw2 | |
parent | ed814a9228c3ca17b28024f2741cc8d9d3b3240f (diff) |
reduce dependency mak files by 130k (nw)
Diffstat (limited to 'src/emu/bus/bw2')
-rw-r--r-- | src/emu/bus/bw2/exp.c | 4 | ||||
-rw-r--r-- | src/emu/bus/bw2/exp.h | 3 |
2 files changed, 4 insertions, 3 deletions
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 ); |