summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/vindictr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/vindictr.cpp')
-rw-r--r--src/mame/video/vindictr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/vindictr.cpp b/src/mame/video/vindictr.cpp
index ed507364814..dae56f5d4cd 100644
--- a/src/mame/video/vindictr.cpp
+++ b/src/mame/video/vindictr.cpp
@@ -93,7 +93,7 @@ void vindictr_state::video_start()
*
*************************************/
-WRITE16_MEMBER( vindictr_state::vindictr_paletteram_w )
+void vindictr_state::vindictr_paletteram_w(offs_t offset, uint16_t data, uint16_t mem_mask)
{
static const int ztable[16] =
{ 0x0, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8, 0x9, 0xa, 0xb, 0xc, 0xd, 0xe, 0xf, 0x10, 0x11 };