summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/smpc.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-09-13 08:41:44 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-09-13 08:41:44 +0200
commitf88cefad27a1737c76e09d99c9fb43e173506081 (patch)
tree2d8167d03579c46e226471747eb4407bd00ed6fa /src/devices/machine/smpc.h
parente92ac9e0fa8e99869894bea00589bbb526be30aa (diff)
Move all devices into separate part of src tree (nw)
Diffstat (limited to 'src/devices/machine/smpc.h')
-rw-r--r--src/devices/machine/smpc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/devices/machine/smpc.h b/src/devices/machine/smpc.h
new file mode 100644
index 00000000000..7bb17fe337d
--- /dev/null
+++ b/src/devices/machine/smpc.h
@@ -0,0 +1,7 @@
+// license:LGPL-2.1+
+// copyright-holders:Angelo Salese, R. Belmont
+// TODO: make separate device when code is decoupled better
+//DECLARE_WRITE8_MEMBER( stv_SMPC_w );
+//DECLARE_READ8_MEMBER( stv_SMPC_r );
+//DECLARE_WRITE8_MEMBER( saturn_SMPC_w );
+//DECLARE_READ8_MEMBER( saturn_SMPC_r );