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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/simpl156.h b/src/mame/includes/simpl156.h
index 3b1a7d72a23..052ac66f191 100644
--- a/src/mame/includes/simpl156.h
+++ b/src/mame/includes/simpl156.h
@@ -59,4 +59,5 @@ public:
DECLARE_DRIVER_INIT(chainrec);
virtual void video_start();
UINT32 screen_update_simpl156(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(simpl156_vbl_interrupt);
};