summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/neogeo_carts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/neogeo_carts.h')
-rw-r--r--src/devices/bus/neogeo/neogeo_carts.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/devices/bus/neogeo/neogeo_carts.h b/src/devices/bus/neogeo/neogeo_carts.h
new file mode 100644
index 00000000000..f6925b96e98
--- /dev/null
+++ b/src/devices/bus/neogeo/neogeo_carts.h
@@ -0,0 +1,30 @@
+// license:BSD-3-Clause
+// copyright-holders:S. Smith,David Haywood
+/**********************************************************************
+
+**********************************************************************/
+
+#pragma once
+
+#ifndef __NEOGEO_CARTS_H__
+#define __NEOGEO_CARTS_H__
+
+#include "emu.h"
+
+#include "rom.h"
+#include "banked_cart.h"
+#include "mslugx_cart.h"
+#include "sma_cart.h"
+#include "cmc_cart.h"
+#include "pcm2_cart.h"
+#include "kof2002_cart.h"
+#include "pvc_cart.h"
+#include "fatfury2_cart.h"
+#include "kof98_cart.h"
+#include "bootleg_cart.h"
+#include "bootleg_hybrid_cart.h"
+
+// supported devices
+SLOT_INTERFACE_EXTERN(neogeo_cart);
+
+#endif // __NEOGEO_CARTS_H__