summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pacland.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pacland.h')
-rw-r--r--src/mame/includes/pacland.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/pacland.h b/src/mame/includes/pacland.h
index 8f2f2866305..05ce1b8da59 100644
--- a/src/mame/includes/pacland.h
+++ b/src/mame/includes/pacland.h
@@ -63,8 +63,7 @@ public:
virtual void video_start() override;
DECLARE_PALETTE_INIT(pacland);
- INTERRUPT_GEN_MEMBER(main_vblank_irq);
- INTERRUPT_GEN_MEMBER(mcu_vblank_irq);
+ DECLARE_WRITE_LINE_MEMBER(vblank_irq);
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void switch_palette();