summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/homerun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/homerun.cpp')
-rw-r--r--src/mame/video/homerun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/homerun.cpp b/src/mame/video/homerun.cpp
index f376ec0290d..95878483c04 100644
--- a/src/mame/video/homerun.cpp
+++ b/src/mame/video/homerun.cpp
@@ -12,7 +12,7 @@
/**************************************************************************/
-CUSTOM_INPUT_MEMBER(homerun_state::sprite0_r)
+READ_LINE_MEMBER(homerun_state::sprite0_r)
{
// sprite-0 vs background collision status, similar to NES
return (m_screen->vpos() > (m_spriteram[0] - 16 + 1)) ? 1 : 0;