summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/cchasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/cchasm.cpp')
-rw-r--r--src/mame/machine/cchasm.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/mame/machine/cchasm.cpp b/src/mame/machine/cchasm.cpp
new file mode 100644
index 00000000000..0f13a3c413d
--- /dev/null
+++ b/src/mame/machine/cchasm.cpp
@@ -0,0 +1,15 @@
+// license:BSD-3-Clause
+// copyright-holders:Mathis Rosenhauer
+/***************************************************************************
+
+ Cinematronics Cosmic Chasm hardware
+
+***************************************************************************/
+
+#include "emu.h"
+#include "includes/cchasm.h"
+
+WRITE16_MEMBER(cchasm_state::led_w)
+{
+ /*logerror("LED write %x to %x\n", data, offset);*/
+}