summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/dec0.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/dec0.cpp')
-rw-r--r--src/mame/video/dec0.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/dec0.cpp b/src/mame/video/dec0.cpp
index f9103919935..00771e46c62 100644
--- a/src/mame/video/dec0.cpp
+++ b/src/mame/video/dec0.cpp
@@ -269,7 +269,7 @@ uint32_t dec0_automat_state::screen_update_secretab(screen_device &screen, bitma
/******************************************************************************/
-WRITE16_MEMBER(dec0_state::priority_w)
+void dec0_state::priority_w(offs_t offset, uint16_t data, uint16_t mem_mask)
{
COMBINE_DATA(&m_pri);
}