summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/3do.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/3do.h')
-rw-r--r--src/mame/includes/3do.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/3do.h b/src/mame/includes/3do.h
index cd15d8049e8..d540b867906 100644
--- a/src/mame/includes/3do.h
+++ b/src/mame/includes/3do.h
@@ -185,6 +185,8 @@ public:
DECLARE_WRITE32_MEMBER(_3do_madam_w);
DECLARE_READ32_MEMBER(_3do_clio_r);
DECLARE_WRITE32_MEMBER(_3do_clio_w);
+ virtual void machine_reset();
+ DECLARE_VIDEO_START(_3do);
};
/*----------- defined in machine/3do.c -----------*/
@@ -198,7 +200,7 @@ void _3do_madam_init( running_machine &machine );
void _3do_clio_init( running_machine &machine, screen_device *screen );
-VIDEO_START( _3do );
+
SCREEN_UPDATE_RGB32( _3do );
#endif /* _3DO_H_ */