summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/samcoupe/drive/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/samcoupe/drive/modules.h')
-rw-r--r--src/devices/bus/samcoupe/drive/modules.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/devices/bus/samcoupe/drive/modules.h b/src/devices/bus/samcoupe/drive/modules.h
new file mode 100644
index 00000000000..47fed4418b4
--- /dev/null
+++ b/src/devices/bus/samcoupe/drive/modules.h
@@ -0,0 +1,16 @@
+// license: GPL-2.0+
+// copyright-holders: Dirk Best
+/***************************************************************************
+
+ SAM Coupe Drive Port modules
+
+***************************************************************************/
+
+#ifndef MAME_BUS_SAMCOUPE_DRIVE_MODULES_H
+#define MAME_BUS_SAMCOUPE_DRIVE_MODULES_H
+
+#pragma once
+
+void samcoupe_drive_modules(device_slot_interface &device);
+
+#endif // MAME_BUS_SAMCOUPE_DRIVE_MODULES_H