summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cloud9.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cloud9.h')
-rw-r--r--src/mame/includes/cloud9.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/cloud9.h b/src/mame/includes/cloud9.h
index 8c9dc970317..bdbafab66c2 100644
--- a/src/mame/includes/cloud9.h
+++ b/src/mame/includes/cloud9.h
@@ -31,7 +31,7 @@ public:
m_videolatch(*this, "videolatch")
{ }
- DECLARE_CUSTOM_INPUT_MEMBER(get_vblank);
+ DECLARE_READ_LINE_MEMBER(vblank_r);
void cloud9(machine_config &config);
protected: