summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/bus.mak
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/bus.mak')
-rw-r--r--src/emu/bus/bus.mak12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/emu/bus/bus.mak b/src/emu/bus/bus.mak
index 65409ac662c..61111be9665 100644
--- a/src/emu/bus/bus.mak
+++ b/src/emu/bus/bus.mak
@@ -122,6 +122,18 @@ endif
#-------------------------------------------------
#
+#@src/emu/bus/astrocde/slot.h,BUSES += ASTROCADE
+#-------------------------------------------------
+
+ifneq ($(filter ASTROCADE,$(BUSES)),)
+OBJDIRS += $(BUSOBJ)/astrocde
+BUSOBJS += $(BUSOBJ)/astrocde/slot.o
+BUSOBJS += $(BUSOBJ)/astrocde/rom.o
+endif
+
+
+#-------------------------------------------------
+#
#@src/emu/bus/bw2/exp.h,BUSES += BW2
#-------------------------------------------------