summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pandoras.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pandoras.h')
-rw-r--r--src/mame/includes/pandoras.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/pandoras.h b/src/mame/includes/pandoras.h
index 7d60fdaa002..2c0999e8013 100644
--- a/src/mame/includes/pandoras.h
+++ b/src/mame/includes/pandoras.h
@@ -65,8 +65,7 @@ public:
virtual void video_start() override;
DECLARE_PALETTE_INIT(pandoras);
uint32_t screen_update_pandoras(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- INTERRUPT_GEN_MEMBER(pandoras_master_interrupt);
- INTERRUPT_GEN_MEMBER(pandoras_slave_interrupt);
+ DECLARE_WRITE_LINE_MEMBER(vblank_irq);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect, uint8_t* sr );
void pandoras(machine_config &config);
void pandoras_i8039_io_map(address_map &map);