summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/xsu_cards.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/xsu_cards.cpp')
-rw-r--r--src/devices/bus/isa/xsu_cards.cpp22
1 files changed, 21 insertions, 1 deletions
diff --git a/src/devices/bus/isa/xsu_cards.cpp b/src/devices/bus/isa/xsu_cards.cpp
index f7fbc3f6d02..d8839ebd4d9 100644
--- a/src/devices/bus/isa/xsu_cards.cpp
+++ b/src/devices/bus/isa/xsu_cards.cpp
@@ -7,9 +7,29 @@
**********************************************************************/
#include "emu.h"
-#include "isa_cards.h"
#include "xsu_cards.h"
+#include "cga.h"
+
+// storage
+#include "mc1502_fdc.h"
+#include "p1_fdc.h"
+#include "p1_hdc.h"
+
+// misc
+#include "mc1502_rom.h"
+#include "p1_rom.h"
+#include "p1_sound.h"
+
+// non-native
+#include "com.h"
+#include "fdc.h"
+#include "hdc.h"
+#include "lpt.h"
+#include "mda.h"
+#include "xtide.h"
+
+
SLOT_INTERFACE_START( p1_isa8_cards )
SLOT_INTERFACE("rom", P1_ROM) // B003
SLOT_INTERFACE("fdc", P1_FDC) // B504