summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/n64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/n64.cpp')
-rw-r--r--src/mame/video/n64.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/n64.cpp b/src/mame/video/n64.cpp
index dd69cb6334c..014c41b718c 100644
--- a/src/mame/video/n64.cpp
+++ b/src/mame/video/n64.cpp
@@ -165,7 +165,7 @@ uint32_t n64_state::screen_update_n64(screen_device &screen, bitmap_rgb32 &bitma
return 0;
}
-void n64_state::screen_eof_n64(screen_device &screen, bool state)
+WRITE_LINE_MEMBER(n64_state::screen_vblank_n64)
{
}