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, 0 insertions, 15 deletions
diff --git a/src/mame/machine/cchasm.cpp b/src/mame/machine/cchasm.cpp
deleted file mode 100644
index 0f13a3c413d..00000000000
--- a/src/mame/machine/cchasm.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-// 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);*/
-}