summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx/cart/hfox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/msx/cart/hfox.h')
-rw-r--r--src/devices/bus/msx/cart/hfox.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/devices/bus/msx/cart/hfox.h b/src/devices/bus/msx/cart/hfox.h
new file mode 100644
index 00000000000..c52a0a1d8d2
--- /dev/null
+++ b/src/devices/bus/msx/cart/hfox.h
@@ -0,0 +1,13 @@
+// license:BSD-3-Clause
+// copyright-holders:Wilbert Pol
+#ifndef MAME_BUS_MSX_CART_HFOX_H
+#define MAME_BUS_MSX_CART_HFOX_H
+
+#pragma once
+
+#include "bus/msx/slot/cartridge.h"
+
+
+DECLARE_DEVICE_TYPE(MSX_CART_HFOX, msx_cart_interface)
+
+#endif // MAME_BUS_MSX_CART_HFOX_H