summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/argus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/argus.h')
-rw-r--r--src/mame/includes/argus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/argus.h b/src/mame/includes/argus.h
index 49d1afd4c9d..bfcc4fccb3f 100644
--- a/src/mame/includes/argus.h
+++ b/src/mame/includes/argus.h
@@ -83,4 +83,6 @@ public:
UINT32 screen_update_argus(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
UINT32 screen_update_valtric(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
UINT32 screen_update_butasan(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
+ TIMER_DEVICE_CALLBACK_MEMBER(argus_scanline);
+ TIMER_DEVICE_CALLBACK_MEMBER(butasan_scanline);
};