summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/cards.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a2bus/cards.h')
-rw-r--r--src/devices/bus/a2bus/cards.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/devices/bus/a2bus/cards.h b/src/devices/bus/a2bus/cards.h
new file mode 100644
index 00000000000..8bbdc71c33a
--- /dev/null
+++ b/src/devices/bus/a2bus/cards.h
@@ -0,0 +1,23 @@
+// license:BSD-3-Clause
+// copyright-holders:R. Belmont
+/***************************************************************************
+
+ Apple II bus slot cards
+
+ All of these cards are electrically compatible, but for compatibility
+ reasons we divide them by machine type.
+
+***************************************************************************/
+
+#ifndef MAME_BUS_A2BUS_CARDS_H
+#define MAME_BUS_A2BUS_CARDS_H
+
+#pragma once
+
+void apple2_slot0_cards(device_slot_interface &device) ATTR_COLD;
+void apple2_cards(device_slot_interface &device) ATTR_COLD;
+void apple2e_cards(device_slot_interface &device) ATTR_COLD;
+void apple2gs_cards(device_slot_interface &device) ATTR_COLD;
+void apple3_cards(device_slot_interface &device) ATTR_COLD;
+
+#endif // MAME_BUS_A2BUS_CARDS_H