summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/megadrive/md_carts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/megadrive/md_carts.h')
-rw-r--r--src/emu/bus/megadrive/md_carts.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/emu/bus/megadrive/md_carts.h b/src/emu/bus/megadrive/md_carts.h
new file mode 100644
index 00000000000..50290f33ce2
--- /dev/null
+++ b/src/emu/bus/megadrive/md_carts.h
@@ -0,0 +1,24 @@
+/**********************************************************************
+
+ 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 "eeprom.h"
+#include "jcart.h"
+#include "stm95.h"
+
+// supported devices
+SLOT_INTERFACE_EXTERN(md_cart);
+
+#endif // __MD_CARTS_H__