summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dec8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dec8.h')
-rw-r--r--src/mame/includes/dec8.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/dec8.h b/src/mame/includes/dec8.h
index 8d9f1283f5b..7b8d37cbf3c 100644
--- a/src/mame/includes/dec8.h
+++ b/src/mame/includes/dec8.h
@@ -130,6 +130,8 @@ public:
UINT32 screen_update_srdarwin(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_cobracom(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void screen_eof_dec8(screen_device &screen, bool state);
+ INTERRUPT_GEN_MEMBER(gondo_interrupt);
+ INTERRUPT_GEN_MEMBER(oscar_interrupt);
};
/*----------- defined in video/dec8.c -----------*/