summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/suna8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/suna8.c')
-rw-r--r--src/mame/video/suna8.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/suna8.c b/src/mame/video/suna8.c
index 3d50299eb29..9f62694ea61 100644
--- a/src/mame/video/suna8.c
+++ b/src/mame/video/suna8.c
@@ -205,9 +205,9 @@ static void suna8_vh_start_common(running_machine &machine, int dim)
#endif
}
-VIDEO_START( suna8_textdim0 ) { suna8_vh_start_common(machine, 0); }
-VIDEO_START( suna8_textdim8 ) { suna8_vh_start_common(machine, 8); }
-VIDEO_START( suna8_textdim12 ) { suna8_vh_start_common(machine, 12); }
+VIDEO_START_MEMBER(suna8_state,suna8_textdim0){ suna8_vh_start_common(machine(), 0); }
+VIDEO_START_MEMBER(suna8_state,suna8_textdim8){ suna8_vh_start_common(machine(), 8); }
+VIDEO_START_MEMBER(suna8_state,suna8_textdim12){ suna8_vh_start_common(machine(), 12); }
/***************************************************************************