summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/cbuster.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/cbuster.c')
-rw-r--r--src/mame/video/cbuster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/cbuster.c b/src/mame/video/cbuster.c
index 31b1967188a..fa2abd468cd 100644
--- a/src/mame/video/cbuster.c
+++ b/src/mame/video/cbuster.c
@@ -54,7 +54,7 @@ SCREEN_UPDATE( twocrude )
flip_screen_set(screen->machine(), !BIT(flip, 7));
- screen->machine().device<decospr_device>("spritegen")->draw_sprites(screen->machine(), bitmap, cliprect, state->m_spriteram16_buffer, 0x400);
+ screen->machine().device<decospr_device>("spritegen")->draw_sprites(screen->machine(), bitmap, cliprect, state->m_spriteram16_buffer, 0x400);
deco16ic_pf_update(state->m_deco_tilegen1, state->m_pf1_rowscroll, state->m_pf2_rowscroll);