summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/comx35.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/comx35.cpp')
-rw-r--r--src/mame/video/comx35.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/comx35.cpp b/src/mame/video/comx35.cpp
index abbec0ff506..2930a025e5d 100644
--- a/src/mame/video/comx35.cpp
+++ b/src/mame/video/comx35.cpp
@@ -11,7 +11,7 @@
#include "screen.h"
#include "speaker.h"
-WRITE8_MEMBER( comx35_state::cdp1869_w )
+void comx35_state::cdp1869_w(offs_t offset, uint8_t data)
{
uint16_t ma = m_maincpu->get_memory_address();