summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/psikyo4.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/psikyo4.c')
-rw-r--r--src/mame/video/psikyo4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/psikyo4.c b/src/mame/video/psikyo4.c
index 7d0c156015b..3e4c13ff1bd 100644
--- a/src/mame/video/psikyo4.c
+++ b/src/mame/video/psikyo4.c
@@ -141,7 +141,7 @@ SCREEN_UPDATE_IND16( psikyo4_right )
return 0;
}
-VIDEO_START( psikyo4 )
+void psikyo4_state::video_start()
{
- machine.gfx[0]->set_granularity(32); /* 256 colour sprites with palette selectable on 32 colour boundaries */
+ machine().gfx[0]->set_granularity(32); /* 256 colour sprites with palette selectable on 32 colour boundaries */
}