summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/trucocl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/trucocl.h')
-rw-r--r--src/mame/includes/trucocl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/trucocl.h b/src/mame/includes/trucocl.h
index 2c685e5212e..ed61c222ef2 100644
--- a/src/mame/includes/trucocl.h
+++ b/src/mame/includes/trucocl.h
@@ -22,4 +22,5 @@ public:
virtual void video_start();
virtual void palette_init();
UINT32 screen_update_trucocl(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(trucocl_interrupt);
};