summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/polyplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/polyplay.c')
-rw-r--r--src/mame/video/polyplay.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mame/video/polyplay.c b/src/mame/video/polyplay.c
index 918fa18dab3..5e01d144057 100644
--- a/src/mame/video/polyplay.c
+++ b/src/mame/video/polyplay.c
@@ -45,10 +45,9 @@ void polyplay_state::video_start()
}
-SCREEN_UPDATE_IND16( polyplay )
+UINT32 polyplay_state::screen_update_polyplay(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
- polyplay_state *state = screen.machine().driver_data<polyplay_state>();
- UINT8 *videoram = state->m_videoram;
+ UINT8 *videoram = m_videoram;
offs_t offs;