summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/adam/exp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/adam/exp.c')
-rw-r--r--src/emu/bus/adam/exp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/emu/bus/adam/exp.c b/src/emu/bus/adam/exp.c
index a092c30edc4..f079b5f3c96 100644
--- a/src/emu/bus/adam/exp.c
+++ b/src/emu/bus/adam/exp.c
@@ -247,6 +247,11 @@ void adam_expansion_slot_device::bd_w(address_space &space, offs_t offset, UINT8
WRITE_LINE_MEMBER( adam_expansion_slot_device::int_w ) { m_out_int_func(state); }
+// slot devices
+#include "adamlink.h"
+#include "ide.h"
+#include "ram.h"
+
//-------------------------------------------------
// SLOT_INTERFACE( adam_slot1_devices )
//-------------------------------------------------