summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/twin16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/twin16.h')
-rw-r--r--src/mame/includes/twin16.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/twin16.h b/src/mame/includes/twin16.h
index 276af8262c0..880ec71021f 100644
--- a/src/mame/includes/twin16.h
+++ b/src/mame/includes/twin16.h
@@ -63,6 +63,8 @@ public:
DECLARE_VIDEO_START(twin16);
UINT32 screen_update_twin16(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void screen_eof_twin16(screen_device &screen, bool state);
+ INTERRUPT_GEN_MEMBER(CPUA_interrupt);
+ INTERRUPT_GEN_MEMBER(CPUB_interrupt);
};
/*----------- defined in drivers/twin16.c -----------*/