summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gberet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gberet.h')
-rw-r--r--src/mame/includes/gberet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/gberet.h b/src/mame/includes/gberet.h
index 58475bf7ee7..9146d84498d 100644
--- a/src/mame/includes/gberet.h
+++ b/src/mame/includes/gberet.h
@@ -57,4 +57,5 @@ public:
DECLARE_PALETTE_INIT(gberet);
UINT32 screen_update_gberet(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_gberetb(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ TIMER_DEVICE_CALLBACK_MEMBER(gberet_interrupt_tick);
};