diff options
Diffstat (limited to 'src/mame/includes/polyplay.h')
-rw-r--r-- | src/mame/includes/polyplay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/polyplay.h b/src/mame/includes/polyplay.h index 05fd847051b..abaff4050a9 100644 --- a/src/mame/includes/polyplay.h +++ b/src/mame/includes/polyplay.h @@ -25,5 +25,5 @@ extern UINT8 *polyplay_characterram; PALETTE_INIT( polyplay ); VIDEO_START( polyplay ); -VIDEO_UPDATE( polyplay ); +SCREEN_UPDATE( polyplay ); WRITE8_HANDLER( polyplay_characterram_w ); |