summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/megadrive/md_carts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/megadrive/md_carts.h')
-rw-r--r--src/devices/bus/megadrive/md_carts.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/devices/bus/megadrive/md_carts.h b/src/devices/bus/megadrive/md_carts.h
new file mode 100644
index 00000000000..b9ab25d146b
--- /dev/null
+++ b/src/devices/bus/megadrive/md_carts.h
@@ -0,0 +1,27 @@
+// license:BSD-3-Clause
+// copyright-holders:Fabio Priuli
+/**********************************************************************
+
+ Megadrive carts
+
+**********************************************************************/
+
+#pragma once
+
+#ifndef __MD_CARTS_H__
+#define __MD_CARTS_H__
+
+#include "emu.h"
+
+#include "rom.h"
+#include "svp.h"
+#include "sk.h"
+#include "ggenie.h"
+#include "eeprom.h"
+#include "jcart.h"
+#include "stm95.h"
+
+// supported devices
+SLOT_INTERFACE_EXTERN(md_cart);
+
+#endif // __MD_CARTS_H__