summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gyruss.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gyruss.h')
-rw-r--r--src/mame/includes/gyruss.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/gyruss.h b/src/mame/includes/gyruss.h
index 82181c76e5e..fda86f9b2c6 100644
--- a/src/mame/includes/gyruss.h
+++ b/src/mame/includes/gyruss.h
@@ -69,4 +69,5 @@ public:
INTERRUPT_GEN_MEMBER(slave_vblank_irq);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
void filter_w(address_space &space, int chip, int data );
+ void gyruss(machine_config &config);
};