summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/apricot/cards.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/apricot/cards.h')
-rw-r--r--src/devices/bus/apricot/cards.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/devices/bus/apricot/cards.h b/src/devices/bus/apricot/cards.h
new file mode 100644
index 00000000000..67766d51a8e
--- /dev/null
+++ b/src/devices/bus/apricot/cards.h
@@ -0,0 +1,19 @@
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
+/***************************************************************************
+
+ ACT Apricot Expansion Slot Devices
+
+***************************************************************************/
+
+#pragma once
+
+#ifndef __APRICOT_CARDS_H__
+#define __APRICOT_CARDS_H__
+
+#include "emu.h"
+#include "ram.h"
+
+SLOT_INTERFACE_EXTERN( apricot_expansion_cards );
+
+#endif // __APRICOT_CARDS_H__