summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/dassault.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/dassault.c')
-rw-r--r--src/mame/video/dassault.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/dassault.c b/src/mame/video/dassault.c
index a66957c8245..272bed66fc0 100644
--- a/src/mame/video/dassault.c
+++ b/src/mame/video/dassault.c
@@ -21,10 +21,10 @@
/******************************************************************************/
-VIDEO_START(dassault)
+void dassault_state::video_start()
{
- machine.device<decospr_device>("spritegen1")->alloc_sprite_bitmap();
- machine.device<decospr_device>("spritegen2")->alloc_sprite_bitmap();
+ machine().device<decospr_device>("spritegen1")->alloc_sprite_bitmap();
+ machine().device<decospr_device>("spritegen2")->alloc_sprite_bitmap();
}
static void mixdassaultlayer(running_machine &machine, bitmap_rgb32 &bitmap, bitmap_ind16* sprite_bitmap, const rectangle &cliprect, UINT16 pri, UINT16 primask, UINT16 penbase, UINT8 alpha)