summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lastduel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lastduel.c')
-rw-r--r--src/mame/drivers/lastduel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/lastduel.c b/src/mame/drivers/lastduel.c
index dd169ff7d53..762d31749a0 100644
--- a/src/mame/drivers/lastduel.c
+++ b/src/mame/drivers/lastduel.c
@@ -521,7 +521,7 @@ static MACHINE_CONFIG_START( lastduel, lastduel_state )
MCFG_SCREEN_VISIBLE_AREA(8*8, (64-8)*8-1, 1*8, 31*8-1 )
MCFG_SCREEN_UPDATE_STATIC(lastduel)
MCFG_SCREEN_VBLANK_DEVICE("spriteram", buffered_spriteram16_device, vblank_copy_rising)
-
+
MCFG_BUFFERED_SPRITERAM16_ADD("spriteram")
MCFG_GFXDECODE(lastduel)