summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/x68k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/x68k.h')
-rw-r--r--src/mess/includes/x68k.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/x68k.h b/src/mess/includes/x68k.h
index e92ee20ee01..3b665ba601d 100644
--- a/src/mess/includes/x68k.h
+++ b/src/mess/includes/x68k.h
@@ -267,6 +267,7 @@ public:
DECLARE_VIDEO_START(x68000);
DECLARE_PALETTE_INIT(x68000);
UINT32 screen_update_x68000(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(x68k_vsync_irq);
};