summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/grchamp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/grchamp.h')
-rw-r--r--src/mame/includes/grchamp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/grchamp.h b/src/mame/includes/grchamp.h
index b79dd448dc2..63202c74870 100644
--- a/src/mame/includes/grchamp.h
+++ b/src/mame/includes/grchamp.h
@@ -72,6 +72,8 @@ public:
virtual void video_start();
virtual void palette_init();
UINT32 screen_update_grchamp(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(grchamp_cpu0_interrupt);
+ INTERRUPT_GEN_MEMBER(grchamp_cpu1_interrupt);
};
/* Discrete Sound Input Nodes */