summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/oric.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/oric.h')
-rw-r--r--src/mess/includes/oric.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/includes/oric.h b/src/mess/includes/oric.h
index 85c2ec8ac4b..d8b4243fd7f 100644
--- a/src/mess/includes/oric.h
+++ b/src/mess/includes/oric.h
@@ -108,6 +108,8 @@ public:
virtual void palette_init();
DECLARE_MACHINE_START(telestrat);
UINT32 screen_update_oric(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ TIMER_CALLBACK_MEMBER(oric_refresh_tape);
+ TIMER_CALLBACK_MEMBER(oric_vh_timer_callback);
};
/*----------- defined in machine/oric.c -----------*/