summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cop01.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cop01.h')
-rw-r--r--src/mame/includes/cop01.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/cop01.h b/src/mame/includes/cop01.h
index 749c17c92f5..b3172c094e9 100644
--- a/src/mame/includes/cop01.h
+++ b/src/mame/includes/cop01.h
@@ -66,4 +66,6 @@ public:
DECLARE_PALETTE_INIT(cop01);
uint32_t screen_update_cop01(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
+ void mightguy(machine_config &config);
+ void cop01(machine_config &config);
};