summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/3do.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/3do.cpp')
-rw-r--r--src/mame/machine/3do.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/3do.cpp b/src/mame/machine/3do.cpp
index 15954e1ebe0..ea3a5a1fa96 100644
--- a/src/mame/machine/3do.cpp
+++ b/src/mame/machine/3do.cpp
@@ -1030,7 +1030,7 @@ WRITE32_MEMBER(_3do_state::_3do_clio_w)
/* 9 -> 5 bits translation */
-void _3do_state::video_start__3do()
+VIDEO_START_MEMBER(_3do_state,_3do)
{
/* We only keep the odd bits and get rid of the even bits */
// for ( int i = 0; i < 512; i++ )