summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/ms32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ms32.h')
-rw-r--r--src/mame/includes/ms32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/ms32.h b/src/mame/includes/ms32.h
index a84ddce6834..7c1a5b17ce1 100644
--- a/src/mame/includes/ms32.h
+++ b/src/mame/includes/ms32.h
@@ -89,4 +89,7 @@ public:
DECLARE_VIDEO_START(f1superb);
UINT32 screen_update_ms32(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(ms32_interrupt);
+ IRQ_CALLBACK_MEMBER(irq_callback);
+ void irq_init();
+ void irq_raise(int level);
};