summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dooyong.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dooyong.h')
-rw-r--r--src/mame/includes/dooyong.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/dooyong.h b/src/mame/includes/dooyong.h
index f53ffd4bd98..be19f057bad 100644
--- a/src/mame/includes/dooyong.h
+++ b/src/mame/includes/dooyong.h
@@ -87,4 +87,5 @@ public:
UINT32 screen_update_primella(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_rshark(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_popbingo(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ TIMER_DEVICE_CALLBACK_MEMBER(rshark_scanline);
};