summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gameplan.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-09-24 14:09:14 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-09-24 14:09:14 +0000
commitef6f5d0a52b1cbbc1418a248da72122e6958a958 (patch)
tree4dd325f2232bb5f4f9349599555846552d360d6c /src/mame/includes/gameplan.h
parent7a7fa028bdc4fe10253488ffb180fc113eb2a14a (diff)
Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew)
Diffstat (limited to 'src/mame/includes/gameplan.h')
-rw-r--r--src/mame/includes/gameplan.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/gameplan.h b/src/mame/includes/gameplan.h
index 8d4d6137825..85ac2e6abd2 100644
--- a/src/mame/includes/gameplan.h
+++ b/src/mame/includes/gameplan.h
@@ -71,6 +71,9 @@ public:
UINT32 screen_update_gameplan(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
UINT32 screen_update_leprechn(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(trvquest_interrupt);
+ TIMER_CALLBACK_MEMBER(clear_screen_done_callback);
+ TIMER_CALLBACK_MEMBER(via_irq_delayed);
+ TIMER_CALLBACK_MEMBER(via_0_ca1_timer_callback);
};
/*----------- defined in video/gameplan.c -----------*/