summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/jailbrek.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/jailbrek.h')
-rw-r--r--src/mame/includes/jailbrek.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/jailbrek.h b/src/mame/includes/jailbrek.h
index 0a46b74c964..508d16b43bf 100644
--- a/src/mame/includes/jailbrek.h
+++ b/src/mame/includes/jailbrek.h
@@ -57,7 +57,7 @@ public:
virtual void video_start() override;
DECLARE_PALETTE_INIT(jailbrek);
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- INTERRUPT_GEN_MEMBER(interrupt);
+ DECLARE_WRITE_LINE_MEMBER(vblank_irq);
INTERRUPT_GEN_MEMBER(interrupt_nmi);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
void jailbrek(machine_config &config);