summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/snk68_spr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/snk68_spr.h')
-rw-r--r--src/mame/video/snk68_spr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/snk68_spr.h b/src/mame/video/snk68_spr.h
index e74a8edc71c..3b2beed4f6e 100644
--- a/src/mame/video/snk68_spr.h
+++ b/src/mame/video/snk68_spr.h
@@ -22,8 +22,8 @@ public:
void set_xpos_shift(u8 data) { m_xpos_shift = data; }
void set_color_entry_mask(u16 data) { m_color_entry_mask = data; }
- DECLARE_READ16_MEMBER(spriteram_r);
- DECLARE_WRITE16_MEMBER(spriteram_w);
+ u16 spriteram_r(offs_t offset);
+ void spriteram_w(offs_t offset, u16 data, u16 mem_mask = ~0);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect, int group, u16 start_offset, u16 end_offset);
void draw_sprites_all(bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites_alt(bitmap_ind16 &bitmap, const rectangle &cliprect);