summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/targeth.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/targeth.h')
-rw-r--r--src/mame/includes/targeth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/targeth.h b/src/mame/includes/targeth.h
index 597f5aab476..25792b1c4dc 100644
--- a/src/mame/includes/targeth.h
+++ b/src/mame/includes/targeth.h
@@ -21,4 +21,5 @@ public:
TILE_GET_INFO_MEMBER(get_tile_info_targeth_screen1);
virtual void video_start();
UINT32 screen_update_targeth(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ TIMER_DEVICE_CALLBACK_MEMBER(targeth_interrupt);
};