summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cclimber.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cclimber.h')
-rw-r--r--src/mame/includes/cclimber.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/cclimber.h b/src/mame/includes/cclimber.h
index f95912a5930..43286416640 100644
--- a/src/mame/includes/cclimber.h
+++ b/src/mame/includes/cclimber.h
@@ -110,8 +110,8 @@ public:
void swimmer_draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect, gfx_element *gfx);
void cclimber_decode(const uint8_t convtable[8][16]);
- INTERRUPT_GEN_MEMBER(vblank_irq);
- INTERRUPT_GEN_MEMBER(bagmanf_vblank_irq);
+ DECLARE_WRITE_LINE_MEMBER(vblank_irq);
+ DECLARE_WRITE_LINE_MEMBER(bagmanf_vblank_irq);
void root(machine_config &config);
void swimmer(machine_config &config);
void guzzler(machine_config &config);