summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pce_ctrl/mouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pce_ctrl/mouse.h')
-rw-r--r--src/devices/bus/pce_ctrl/mouse.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/devices/bus/pce_ctrl/mouse.h b/src/devices/bus/pce_ctrl/mouse.h
new file mode 100644
index 00000000000..3855c7cd5e3
--- /dev/null
+++ b/src/devices/bus/pce_ctrl/mouse.h
@@ -0,0 +1,18 @@
+// license:BSD-3-Clause
+// copyright-holders:Vas Crabb
+/***********************************************************************
+
+ NEC PC Engine/TurboGrafx-16 Mouse emulation
+
+***********************************************************************/
+#ifndef MAME_BUS_PCE_CTRL_MOUSE_H
+#define MAME_BUS_PCE_CTRL_MOUSE_H
+
+#pragma once
+
+#include "pcectrl.h"
+
+
+DECLARE_DEVICE_TYPE(PCE_MOUSE, device_pce_control_port_interface)
+
+#endif // MAME_BUS_PCE_CTRL_MOUSE_H