summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/deco32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/deco32.cpp')
-rw-r--r--src/mame/video/deco32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/deco32.cpp b/src/mame/video/deco32.cpp
index d78a3d25fb3..811b92a9b0d 100644
--- a/src/mame/video/deco32.cpp
+++ b/src/mame/video/deco32.cpp
@@ -5,7 +5,7 @@
/******************************************************************************/
-void deco32_state::pri_w(u32 data, u32 mem_mask)
+void deco32_state::pri_w(u32 data)
{
m_pri = data;
}