summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/bufsprite.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/bufsprite.h')
-rw-r--r--src/devices/video/bufsprite.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/bufsprite.h b/src/devices/video/bufsprite.h
index f96c1744b8a..2293efef536 100644
--- a/src/devices/video/bufsprite.h
+++ b/src/devices/video/bufsprite.h
@@ -81,8 +81,8 @@ public:
void write(address_space &space, offs_t offset, _Type data, _Type mem_mask = ~_Type(0)) { copy(); }
// VBLANK handlers
- void vblank_copy_rising(screen_device &screen, bool state) { if (state) copy(); }
- void vblank_copy_falling(screen_device &screen, bool state) { if (!state) copy(); }
+ DECLARE_WRITE_LINE_MEMBER(vblank_copy_rising) { if (state) copy(); }
+ DECLARE_WRITE_LINE_MEMBER(vblank_copy_falling) { if (!state) copy(); }
protected:
// first-time setup