summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/cchasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/cchasm.c')
-rw-r--r--src/mame/machine/cchasm.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/mame/machine/cchasm.c b/src/mame/machine/cchasm.c
new file mode 100644
index 00000000000..53cf5bd048d
--- /dev/null
+++ b/src/mame/machine/cchasm.c
@@ -0,0 +1,15 @@
+/***************************************************************************
+
+ Cinematronics Cosmic Chasm hardware
+
+***************************************************************************/
+
+#include "driver.h"
+#include "video/vector.h"
+#include "cchasm.h"
+
+WRITE16_HANDLER( cchasm_led_w )
+{
+ /*logerror("LED write %x to %x\n", data, offset);*/
+}
+