summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/simpl156.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/simpl156.h')
-rw-r--r--src/mame/includes/simpl156.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/simpl156.h b/src/mame/includes/simpl156.h
index 9173ef520e7..7dc1e221d71 100644
--- a/src/mame/includes/simpl156.h
+++ b/src/mame/includes/simpl156.h
@@ -71,7 +71,7 @@ private:
virtual void video_start() override;
u32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- INTERRUPT_GEN_MEMBER(interrupt);
+ DECLARE_WRITE_LINE_MEMBER(vblank_interrupt);
void chainrec_map(address_map &map);
void joemacr_map(address_map &map);