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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/cchasm.cpp b/src/mame/machine/cchasm.cpp
index 0f13a3c413d..4a6ce9a397c 100644
--- a/src/mame/machine/cchasm.cpp
+++ b/src/mame/machine/cchasm.cpp
@@ -9,7 +9,7 @@
#include "emu.h"
#include "includes/cchasm.h"
-WRITE16_MEMBER(cchasm_state::led_w)
+void cchasm_state::led_w(offs_t offset, uint16_t data)
{
/*logerror("LED write %x to %x\n", data, offset);*/
}