diff options
Diffstat (limited to 'src/mess/includes/vtech2.h')
-rw-r--r-- | src/mess/includes/vtech2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/vtech2.h b/src/mess/includes/vtech2.h index 6bb05fb6bed..b99480fca53 100644 --- a/src/mess/includes/vtech2.h +++ b/src/mess/includes/vtech2.h @@ -55,6 +55,7 @@ public: DECLARE_MACHINE_RESET(laser500); DECLARE_MACHINE_RESET(laser700); UINT32 screen_update_laser(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); + INTERRUPT_GEN_MEMBER(vtech2_interrupt); }; |