summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/pgm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/pgm.cpp')
-rw-r--r--src/mame/video/pgm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/pgm.cpp b/src/mame/video/pgm.cpp
index 249554fcfd5..4fde104b15c 100644
--- a/src/mame/video/pgm.cpp
+++ b/src/mame/video/pgm.cpp
@@ -664,7 +664,7 @@ uint32_t pgm_state::screen_update_pgm(screen_device &screen, bitmap_ind16 &bitma
}
-void pgm_state::screen_eof_pgm(screen_device &screen, bool state)
+WRITE_LINE_MEMBER(pgm_state::screen_vblank_pgm)
{
// rising edge
if (state)