summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/battlane.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/battlane.h')
-rw-r--r--src/mame/includes/battlane.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/battlane.h b/src/mame/includes/battlane.h
index f84c01007df..898a0bf63de 100644
--- a/src/mame/includes/battlane.h
+++ b/src/mame/includes/battlane.h
@@ -51,4 +51,5 @@ public:
INTERRUPT_GEN_MEMBER(battlane_cpu1_interrupt);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
void draw_fg_bitmap( bitmap_ind16 &bitmap );
+ void battlane(machine_config &config);
};