summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/hyhoo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/hyhoo.c')
-rw-r--r--src/mame/video/hyhoo.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mame/video/hyhoo.c b/src/mame/video/hyhoo.c
index 840da6d5969..e2cad5ce3ef 100644
--- a/src/mame/video/hyhoo.c
+++ b/src/mame/video/hyhoo.c
@@ -222,10 +222,9 @@ static void hyhoo_gfxdraw(running_machine &machine)
}
-VIDEO_START( hyhoo )
+void hyhoo_state::video_start()
{
- hyhoo_state *state = machine.driver_data<hyhoo_state>();
- machine.primary_screen->register_screen_bitmap(state->m_tmpbitmap);
+ machine().primary_screen->register_screen_bitmap(m_tmpbitmap);
}