summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ssrj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ssrj.h')
-rw-r--r--src/mame/includes/ssrj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/ssrj.h b/src/mame/includes/ssrj.h
index 19d2cf14753..426fb63fca5 100644
--- a/src/mame/includes/ssrj.h
+++ b/src/mame/includes/ssrj.h
@@ -45,6 +45,6 @@ public:
DECLARE_PALETTE_INIT(ssrj);
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void screen_eof(screen_device &screen, bool state);
+ DECLARE_WRITE_LINE_MEMBER(screen_vblank);
void draw_objects(bitmap_ind16 &bitmap, const rectangle &cliprect );
};