summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rocnrope.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rocnrope.h')
-rw-r--r--src/mame/includes/rocnrope.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/rocnrope.h b/src/mame/includes/rocnrope.h
index f02426b00a3..c49d789e517 100644
--- a/src/mame/includes/rocnrope.h
+++ b/src/mame/includes/rocnrope.h
@@ -43,4 +43,5 @@ public:
uint32_t screen_update_rocnrope(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(vblank_irq);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect );
+ void rocnrope(machine_config &config);
};