summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sauro.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sauro.h')
-rw-r--r--src/mame/includes/sauro.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/sauro.h b/src/mame/includes/sauro.h
index f52d7c18e40..42c6756b1b3 100644
--- a/src/mame/includes/sauro.h
+++ b/src/mame/includes/sauro.h
@@ -38,4 +38,5 @@ public:
DECLARE_VIDEO_START(sauro);
UINT32 screen_update_trckydoc(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_sauro(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(sauro_interrupt);
};