summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/taito_f2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/taito_f2.c')
-rw-r--r--src/mame/video/taito_f2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/taito_f2.c b/src/mame/video/taito_f2.c
index d9053391298..1e7eb543dc0 100644
--- a/src/mame/video/taito_f2.c
+++ b/src/mame/video/taito_f2.c
@@ -971,7 +971,7 @@ SCREEN_VBLANK( taitof2_partial_buffer_delayed_qzchikyu )
if (vblank_on)
{
/* spriteram[2] and [3] are 1 frame behind...
- probably thundfox_eof_callback would work fine */
+ probably thundfox_eof_callback would work fine */
taitof2_state *state = screen.machine().driver_data<taitof2_state>();
UINT16 *spriteram = state->m_spriteram;