summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/model2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/model2.h')
-rw-r--r--src/mame/includes/model2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/model2.h b/src/mame/includes/model2.h
index 9509cc81594..f5ef4b6a2c5 100644
--- a/src/mame/includes/model2.h
+++ b/src/mame/includes/model2.h
@@ -222,7 +222,7 @@ protected:
u32 screen_update_model2(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
// DECLARE_WRITE_LINE_MEMBER(screen_vblank_model2);
// DECLARE_WRITE_LINE_MEMBER(sound_ready_w);
- TIMER_DEVICE_CALLBACK_MEMBER(model2_timer_cb);
+ template <int TNum> TIMER_DEVICE_CALLBACK_MEMBER(model2_timer_cb);
void scsp_irq(offs_t offset, u8 data);
void model2_3d_frame_start( void );