summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/drgnmst.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/drgnmst.c')
-rw-r--r--src/mame/video/drgnmst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/drgnmst.c b/src/mame/video/drgnmst.c
index b26ba49bb2c..8d91d360b8b 100644
--- a/src/mame/video/drgnmst.c
+++ b/src/mame/video/drgnmst.c
@@ -186,7 +186,7 @@ UINT32 drgnmst_state::screen_update_drgnmst(screen_device &screen, bitmap_ind16
}
- draw_sprites(screen.machine(),bitmap,cliprect);
+ draw_sprites(machine(),bitmap,cliprect);
// popmessage ("x %04x x %04x x %04x x %04x x %04x", m_vidregs2[0], m_vidregs[12], m_vidregs[13], m_vidregs[14], m_vidregs[15]);
// popmessage ("x %04x x %04x y %04x y %04x z %04x z %04x",m_vidregs[0],m_vidregs[1],m_vidregs[2],m_vidregs[3],m_vidregs[4],m_vidregs[5]);