summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segas32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/segas32.h')
-rw-r--r--src/mame/includes/segas32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/segas32.h b/src/mame/includes/segas32.h
index 4854433d122..ce9f810b3fb 100644
--- a/src/mame/includes/segas32.h
+++ b/src/mame/includes/segas32.h
@@ -91,6 +91,8 @@ public:
typedef void (segas32_state::*prot_vblank_func)();
prot_vblank_func m_system32_prot_vblank;
int m_print_count;
+ emu_timer *m_vblank_end_int_timer;
+ emu_timer *m_update_sprites_timer;
DECLARE_WRITE16_MEMBER(sonic_level_load_protection);
DECLARE_READ16_MEMBER(brival_protection_r);
DECLARE_WRITE16_MEMBER(brival_protection_w);