summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gijoe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gijoe.h')
-rw-r--r--src/mame/includes/gijoe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/gijoe.h b/src/mame/includes/gijoe.h
index 21d433a04f6..73ab2a196e1 100644
--- a/src/mame/includes/gijoe.h
+++ b/src/mame/includes/gijoe.h
@@ -45,6 +45,7 @@ public:
virtual void machine_reset();
virtual void video_start();
UINT32 screen_update_gijoe(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(gijoe_interrupt);
};
/*----------- defined in video/gijoe.c -----------*/