summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/twincobr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/twincobr.c')
-rw-r--r--src/mame/video/twincobr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/twincobr.c b/src/mame/video/twincobr.c
index 45fc04751e8..0337a02b216 100644
--- a/src/mame/video/twincobr.c
+++ b/src/mame/video/twincobr.c
@@ -524,8 +524,8 @@ SCREEN_VBLANK( toaplan0 )
address_space *space = screen.machine().device("maincpu")->memory().space(AS_PROGRAM);
/* Spriteram is always 1 frame ahead, suggesting spriteram buffering.
- There are no CPU output registers that control this so we
- assume it happens automatically every frame, at the end of vblank */
+ There are no CPU output registers that control this so we
+ assume it happens automatically every frame, at the end of vblank */
buffer_spriteram16_w(space,0,0,0xffff);
}
}