summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/pecom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/pecom.cpp')
-rw-r--r--src/mame/video/pecom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/pecom.cpp b/src/mame/video/pecom.cpp
index 303c28b7dd8..01cce66819d 100644
--- a/src/mame/video/pecom.cpp
+++ b/src/mame/video/pecom.cpp
@@ -15,7 +15,7 @@
#include "speaker.h"
-WRITE8_MEMBER(pecom_state::pecom_cdp1869_w)
+void pecom_state::pecom_cdp1869_w(offs_t offset, uint8_t data)
{
uint16_t ma = m_cdp1802->get_memory_address();