summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/aeroboto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/aeroboto.h')
-rw-r--r--src/mame/includes/aeroboto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/aeroboto.h b/src/mame/includes/aeroboto.h
index 7ef502bd22d..57ed42a2a04 100644
--- a/src/mame/includes/aeroboto.h
+++ b/src/mame/includes/aeroboto.h
@@ -59,4 +59,5 @@ public:
virtual void machine_reset();
virtual void video_start();
UINT32 screen_update_aeroboto(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(aeroboto_interrupt);
};