diff options
Diffstat (limited to 'src/mame/includes/stv.h')
-rw-r--r-- | src/mame/includes/stv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/stv.h b/src/mame/includes/stv.h index 10ec8fbf30c..73c7ea57e97 100644 --- a/src/mame/includes/stv.h +++ b/src/mame/includes/stv.h @@ -200,6 +200,8 @@ public: DECLARE_MACHINE_RESET(stv); UINT32 screen_update_saturn(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect); UINT32 screen_update_stv_vdp2(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect); + TIMER_DEVICE_CALLBACK_MEMBER(saturn_scanline); + TIMER_DEVICE_CALLBACK_MEMBER(saturn_slave_scanline); }; #define MASTER_CLOCK_352 57272720 |