summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gunbustr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gunbustr.h')
-rw-r--r--src/mame/includes/gunbustr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/gunbustr.h b/src/mame/includes/gunbustr.h
index bed158c095a..4acca6eb043 100644
--- a/src/mame/includes/gunbustr.h
+++ b/src/mame/includes/gunbustr.h
@@ -59,6 +59,7 @@ public:
INTERRUPT_GEN_MEMBER(gunbustr_interrupt);
void draw_sprites(screen_device &screen, bitmap_ind16 &bitmap,const rectangle &cliprect,const int *primasks,int x_offs,int y_offs);
+ void gunbustr(machine_config &config);
protected:
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
};