summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mappy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mappy.h')
-rw-r--r--src/mame/includes/mappy.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mame/includes/mappy.h b/src/mame/includes/mappy.h
index 7e5dcb1e52a..73502e33da8 100644
--- a/src/mame/includes/mappy.h
+++ b/src/mame/includes/mappy.h
@@ -74,9 +74,7 @@ public:
uint32_t screen_update_superpac(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_phozon(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_mappy(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- INTERRUPT_GEN_MEMBER(main_vblank_irq);
- INTERRUPT_GEN_MEMBER(sub_vblank_irq);
- INTERRUPT_GEN_MEMBER(sub2_vblank_irq);
+ DECLARE_WRITE_LINE_MEMBER(vblank_irq);
DECLARE_DRIVER_INIT(grobda);
DECLARE_DRIVER_INIT(digdug2);
void mappy_draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect, uint8_t *spriteram_base);