summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/truco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/truco.h')
-rw-r--r--src/mame/includes/truco.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/truco.h b/src/mame/includes/truco.h
index 59c79674d8a..d2df2f4f31d 100644
--- a/src/mame/includes/truco.h
+++ b/src/mame/includes/truco.h
@@ -17,4 +17,5 @@ public:
virtual void machine_reset();
virtual void palette_init();
UINT32 screen_update_truco(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(truco_interrupt);
};