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, 1 insertions, 1 deletions
diff --git a/src/mame/includes/cop01.h b/src/mame/includes/cop01.h
index d7bd67d3458..76617d41940 100644
--- a/src/mame/includes/cop01.h
+++ b/src/mame/includes/cop01.h
@@ -62,7 +62,7 @@ public:
DECLARE_WRITE8_MEMBER(prot_address_w);
DECLARE_WRITE8_MEMBER(prot_data_w);
DECLARE_READ8_MEMBER(prot_data_r);
- DECLARE_CUSTOM_INPUT_MEMBER(mightguy_area_r);
+ template <int Mask> DECLARE_READ_LINE_MEMBER(mightguy_area_r);
void init_mightguy();
TILE_GET_INFO_MEMBER(get_bg_tile_info);
TILE_GET_INFO_MEMBER(get_fg_tile_info);