diff options
Diffstat (limited to 'src/mame/includes/deco32.h')
-rw-r--r-- | src/mame/includes/deco32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/deco32.h b/src/mame/includes/deco32.h index d30a915821b..308911d3465 100644 --- a/src/mame/includes/deco32.h +++ b/src/mame/includes/deco32.h @@ -63,7 +63,7 @@ protected: template<int Chip> DECLARE_READ32_MEMBER(spriteram_r); template<int Chip> DECLARE_WRITE32_MEMBER(spriteram_w); template<int Chip> DECLARE_WRITE32_MEMBER(buffer_spriteram_w); - void pri_w(u32 data, u32 mem_mask); + void pri_w(u32 data); // all but captaven DECLARE_WRITE32_MEMBER(buffered_palette_w); |