summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/champbas.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/champbas.h')
-rw-r--r--src/mame/includes/champbas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/champbas.h b/src/mame/includes/champbas.h
index f59c214f2dc..0b5ddcf9de4 100644
--- a/src/mame/includes/champbas.h
+++ b/src/mame/includes/champbas.h
@@ -63,4 +63,5 @@ public:
UINT32 screen_update_champbas(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_exctsccr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void screen_eof_champbas(screen_device &screen, bool state);
+ INTERRUPT_GEN_MEMBER(vblank_irq);
};